@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,500;0,600;0,700;0,800;0,900;0,1000;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
	font-family: "Montserrat", Sans-serif;
}

table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    border-color: #ddd;
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #ddd;
}

ul li,
ol li {
    list-style: none;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
}

i.fa {
    line-height: inherit;
}

body {
    font-family: 'Mulish', sans-serif;
    background-color: #fff!important;
    /* color: #707070; */
}

img {
    /* width: 100%; */
    height: auto;
    max-width: 100%;
    display: none
    
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

ol,
ul {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

html {
    scroll-behavior: smooth;
}

.slick-slider {
    margin-bottom: 0;
}

.container {
    width: 100%;
    max-width: 100%;
    /* height: 100vh; */
    padding: 0 15px;
    position: relative;
}

.pagination {
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pagination-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-group .pagination {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination-group .pagination a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
}

.pagination-group .pagination span {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #e23b41;
    background-color: #e23b41;
    color: #fff;
}

#rating label {
    margin: 0;
    padding: 0;
}

#rating {
    border: none;
    float: left;
    margin-left: 10px;
}

#rating>input {
    display: none;
}

#rating>label:before {
    margin: 0 2px;
    font-size: 29px;
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 900;
    content: "\f005";
    cursor: pointer;
}


#rating>.half:before {
    content: "\f089";
    position: absolute;
    box-sizing: content-box;
    cursor: pointer;
}

#rating>label {
    color: #ddd;
    float: right;
}


#rating>input:checked+label:hover,
#rating>input:checked~label:hover,
#rating>label:hover~input:checked~label,
#rating>input:checked~label:hover~label {
    color: #FFED85;
}

.swal2-title {
    font-size: 14px !important;
}

.swal2-styled {
    font-size: 13px !important;
}

.swal2-popup {
    max-width: 23em !important;
}

.swal2-icon {
    transform: scale(0.7);
}


/*css slide home*/

.slide .slick-dots {
    bottom: 20px;
    right: 20px;
}

.slide .slick-dots li {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.slide .slick-dots li:hover {
    background: #243b74;
    border: 1px solid #243b74;
    color: #fff;
}

.slide .slick-dots li.slick-active {
    background: #243b74;
    border: 1px solid #243b74;
    color: #fff;
}

.slide .slick-dots li button {
    width: 30px;
    height: 30px;
}

.slide .slick-dots li button:before {
    width: 30px;
    height: 30px;
}

.bg-home {
    width: 100%;
    clear: both;
}

.xem_them_sp {
    text-align: center;
    margin-bottom: 40px;
    margin: -14px 0 55px 0;
}
.xem_them_sp a {
    display: inline-block;
    color: #faa61a;
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 16px;
    border: solid 1px #faa61a;
}
.xem_them_sp a:hover {
    color: #f68519;
    text-decoration:underline;
}
}

.nav-vertical {
    position: relative;
    /* top: 40px; */
    left: 0px;
    right: 0;
    z-index: 10;
    height: 0;
    display: block;
}

.nav-vertical .nav-list {
    background-color: #fff;
}

.nav-vertical .nav-list li {
    position: unset;
}

.nav-vertical .nav-list>li>a {
    position: relative;
    display: block;
    color: #000;
    padding: 12px 0 14px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.nav-vertical .nav-list>li>a>img {
    width: auto;
    height: auto;
    max-width: 22px;
}

.nav-vertical .nav-list>li>a:hover {
    background-color: #f8f9fa;
    color: #ed2024;
}

.nav-vertical .nav-list>li>a>img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 4px;
}

.ver-mega-mn1 {
    position: absolute;
    right: 5px;
}

.nav-vertical-sub {
    position: absolute;
    width: calc(100% + 30px);
    left: 90%;
    top: 0;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    visibility: hidden;
    transition: left 0.5s;
    z-index: -1;
    height: 495px;
    top: 3px;
    box-shadow: rgb(0 0 0 / 6%) -2px 0px 8px 0px;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub {
    visibility: inherit;
    left: 100%;
}

.nav-vertical .nav-list>li:hover .nav-vertical-sub li {
    padding: 6px 0 5px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 23px;
}

.wrap-slide-home {
    padding: 10px 0 0;
}

.item-banner-home {
    margin-bottom: 15px;
}

.item-banner-home img {
    border: solid 1px #ebebeb;
    height: auto;
    object-fit: cover;
}

.padding_in {
    padding: 0 15px 0 0;
}

.bg-pro-tab .item-banner-home {
    margin-bottom: 10px;
    margin-top: 0px;
}

.hover-effect {
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    overflow: hidden;
}

.hover-effect-2:before {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    visibility: visible;
    z-index: 1;
}

.hover-effect-2:hover:before {
    border: 0 solid rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.hover-effect-10:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hover-effect-10:before,
.hover-effect-10:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, -ms-transform .35s ease 0s;
    transition: opacity .35s ease 0s, -webkit-transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 3;
}

.hover-effect-10:hover:before,
.hover-effect-10:hover:after {
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hover-effect-10:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.hover-effect-10 {
    display: block;
    background: #000;
}

.hover-effect-10:hover img {
    opacity: .5;
    -webkit-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
}

.hover-effect-4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .2) 75%);
    content: "";
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -ms-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
}

.l-2-4 {
    display: block;
}

.l-2-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

.hover-effect-4:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.template-detail {
    padding: 20px 0;
}

.slide {
    position: relative;
    width: calc(100% - 260px);
    margin-left: 260px;
}

.slide img {
    width: 100%;
    /* height: 385px; */
}

.slide .cate-arrows-1 .slick-prev,
.slide .cate-arrows-1 .slick-next {
    background-color: transparent;
}

.slide:after {
    /* content: ""; */
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-image: url(../images/line-slide.png);
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
}

.wrap-support {
    /* padding: 20px 0 0; */
    padding-bottom: 30px;
}

.box-support {
    padding: 20px 20px 0;
    background-color: #fff;
    border: solid 1px #ebebeb;
}

.mw-20 {
    min-width: 20%;
}

.col-support-item {
    margin-bottom: 20px;
}

.support-item {}

.support-item .box {
    display: flex;
    align-items: center;
}

.support-item .box .icon {
    width: 50px;
}

.support-item .box .icon img {}

.support-item .box .content {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.support-item .box .content h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.support-item .box .content .desc {
    line-height: 1.4;
    font-size: 14px;
}

.wrap-product-home {
    padding: 20px 0 30px;
    background: #f8f8f8;
}

.wrap-product-home-2 {
    background-color: #f2f2f5;
}



.list-product-home {
    display: flex;
    flex-wrap: wrap;
}
.product-card .box {
    margin-bottom: 30px;
    margin-top: 5px;
    padding-bottom: 10px;
    background: #fff;
    /* box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%); */
    transition: all .3s ease;
}
.product-card .card-top {
    position: relative;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 2px 1px #ececec;
}
.product-card .card-top .image {
    position: relative;
    overflow: hidden;
}
.product-card .card-top .image a {
    display: block;
    position: relative;
}
.product-card .card-top .image-default {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.product-card .card-top .image-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    min-height: 150px;
}
.info-fix {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    height: 46px;
}
.info-fix span {
    display: block;
}
.product-card .card-top .list-quick {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9;
}
.product-card .card-top .list-quick>li {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    margin-bottom: 5px;
}
.product-card .card-top .list-quick>li>a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0px;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 5px;
    color: #303f39;
    border-radius: 5px;
    z-index: 6;
    display: none !important;
    vertical-align: middle;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}





.page-item.active .page-link {
    background-color: #1c3160;
    border-color: #1c3160;
    color: #fff;
}

.page-link {
    color: #1c3160;
}

.col-product-card {
    margin-bottom: 30px;
}
h1.title-home004{
    line-height: 1.4;
    font-size: 23px;
    color: #333;
    position: relative;
}
.title-home004:before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 100%;
}

.product-card {}
.product-card .card-body .card-name {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
    height: 28px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-card .card-body .pricemd{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 3px;
}
.product-card .card-body .card-price {
    display: inline-block;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    height: 26px;
    background-color: #f68519;
    line-height: 24px;
    border-radius: 5px;
    padding: 2px 15px 0 15px;
    margin-top: 5px;
}
.product-card .card-body .card-price .new-price {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.product-card .card-body .send_mess {
display: inline-block;
    background-color: #c5c5c5;
    color: #4e4e4e;
    font-size: 14px;
    padding: 2px 10px 0 10px;
    min-width: 94px;
    height: 26px;
    border-radius: 5px;
    text-align: center;
    line-height: 23px;
    text-transform: unset;
    font-weight: 400;
    padding-left: 10px;
    background-image: url(../images/chatface.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 8px 5px;
    margin-top: 5px;
}

.product-card .box {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.product-card .box .image {
    position: relative;
}
.product-card .box .image a img{
    width: 100%;
    height: 230px;
    transition: 0.5s;
}
.product-card .box .image:hover img {
    transform: scale(1.2);
}

.product-card .box .hot {
    bottom: 5px;
    right: 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #C70909;
    font-size: 10px;
    padding: 0 10px 0 8px;
    height: 21px;
    line-height: 23px;
    text-align: center;
    display: block;
    position: absolute;
}

.product-card .box .hot:before {
    content: "";
    background: url(../images/icon-sale.png) no-repeat 0 0;
    width: 11px;
    height: 21px;
    position: absolute;
    left: -11px;
    top: 0;
}

.product-card .box .hot:after {
    content: "";
    background: url(../images/icon1-sale.png) no-repeat 0 0;
    width: 3px;
    height: 21px;
    position: absolute;
    right: -3px;
    top: 0;
}

.product-card .box .sale {
    position: absolute;
    top: 0;
    top: 17px;
    right: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.product-card .box .content {
    padding: 10px 15px;
    border-top: 1px solid #ccc;
}

.product-card .box .content .name {
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 45px;
}

.product-card .box .content .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-price .new-price {
    color: #ff0000;
    font-weight: 700;
    font-size: 13px;
    margin-right: 7px;
}

.box-price .old-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #6c757d;
}

.product-card .action {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translate(0, -100%);
    opacity: 0;
    transition: all 0.5s;
}

.product-card .box:hover .action {
    top: 50%;
    opacity: 1;
}

.product-card .action ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .action ul li {
    width: 40px;
}

.product-card .action ul li a {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    background-color: #c31f26;
    color: #fff;
}

.product-card .action ul li a i {}

.product-card .action ul li a svg {
    width: 18px;
    fill: #fff;
}

.product-card .action ul li a:hover {
    background-color: #05090a;
    color: #fff;
}

.product-card .action ul li a:hover svg {
    fill: #fff;
}

.group-title {
    text-align: left;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.group-title1 .title1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 20px;
    color: #1c3160;
}

.group-title .title {
    text-transform: none;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.group-title .title-img {
    margin-bottom: 7px;
    width: 80%;
    float: left;
}

.img-title {
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-title img {
    height: 100%;
    width: auto;
}

.title-h {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.title-h .text {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient( 60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-h1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.title-h1:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 18px;
}

.title-h1 .text {
    background: #f8f8f8;
    margin: 0;
    font-size: 25px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 300;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.title-h1 .text strong {
    font-weight: 600;
    padding-right: 5px;
}

#countdown {
    height: auto;
    text-align: left;
    border-radius: 5px;
    /* margin: auto; */
    /* padding: 10px 0 20px; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

#countdown #tiles {
    position: relative;
    z-index: 1;
}

#countdown #tiles>span {
    width: 58px;
    max-width: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #05090a;
    border-radius: 3px;
    margin: 0px 1px;
    padding: 1px 0;
    display: inline-block;
    position: relative;
}

#countdown #tiles>span:first-child {
    margin-left: 0;
}

#countdown #tiles>span:last-child {
    margin-right: 0;
}

#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: left;
}

#countdown .labels li {
    width: 102px;
    font: bold 15px 'Droid Sans', Arial, sans-serif;
    color: #d2ae7e;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.cate-dot-1 .slick-dots {
    width: auto;
    bottom: unset;
    right: 80px;
    top: -25px;
}

.cate-dot-1 .slick-dots li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    /* position: absolute; */
    background: #eee;
    /* border: 3px solid rgba(255, 255, 255, 0.9); */
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

.cate-dot-1 .slick-dots li.slick-active {
    background: #353a3d;
    /* border: 3px solid rgba(0, 0, 0, 1); */
}

.cate-dot-while-1.cate-dot-1 .slick-dots li.slick-active {
    background-color: #eee;
}

.cate-dot-while-1.cate-dot-1 .slick-dots li {
    background-color: #fff;
}

.cate-dot-1 .slick-dots li button {
    width: 12px;
    height: 12px;
}

.cate-dot-1 .slick-dots li button:before {
    width: 12px;
    height: 12px;
}

.cate-arrows-1 .slick-prev,
.cate-arrows-1 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 25px;
    height: 50px;
    background-color: #bababa;
    color: #fff;
}

.cate-arrows-1 .slick-prev {
    left: 0px;
}

.cate-arrows-1 .slick-next {
    right: 0px;
}

.cate-arrows-1 .slick-prev i,
.cate-arrows-1 .slick-next i {
    font-size: 20px;
    color: inherit;
}

.cate-arrows-1-sm .slick-prev,
.cate-arrows-1-sm .slick-next {
    width: 10px;
    height: 30px;
}

.cate-arrows-1-sm .slick-prev i,
.cate-arrows-1-sm .slick-next i {
    font-size: 10px;
}


/* cate 2 */

.cate-arrows-2 .slick-prev,
.cate-arrows-2 .slick-next {
    opacity: 1;
    font-size: 20px;
    top: 3px;
    transform: translateY(-70px);
    z-index: 3;
    margin: 0;
    width: 25px;
    height: 30px;
    /* background-color: #bababa; */
    color: #333;
}

.cate-arrows-2 .slick-prev {
    left: unset;
    right: 40px;
}

.cate-arrows-2 .slick-next {
    right: 10px;
}

.cate-arrows-2 .slick-prev i,
.cate-arrows-2 .slick-next i {
    font-size: 15px;
    color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: #c31f26; */
    /* font-weight: bold; */
    /* font-size: 18px; */
    background-color: unset;
    color: red;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
}

.nav-pills .nav-link {
    font-size: 13px;
    line-height: 24px;
}

.title-nav-tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 3px solid #000;
    border-top: 1px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}

.title-nav-tab h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 5px 15px;
    padding-right: 60px;
    background: linear-gradient( 60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 35px), transparent calc(100% - 30px), transparent calc(100% - 35px));
    line-height: 30px;
    font-weight: bold;
    /* white-space: nowrap; */
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.title-nav-tab2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    border-bottom: 0px solid #000;
    border-top: 0px solid #f2f3f2;
    background-color: #f7f7f7;
    padding-right: 50px;
    margin-bottom: 30px !important;
}

.title-nav-tab2:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 19px;
}

.title-nav-tab2 h3 {
    background: #f8f8f8;
    margin: 0;
    font-size: 22px;
    color: #333;
    padding: 0 15px 0 0;
    padding-right: 30px;
    line-height: 40px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.list_image_video {}

.list_image_video .slick-prev,
.list_image_video .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 1;
    margin: 0;
    line-height: normal;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
}

.list_image_video .slick-prev:before,
.list_image_video .slick-next:before {
    display: none;
}

.list_image_video .slick-prev {
    left: 2px;
}

.list_image_video .slick-next {
    right: 0px;
}

.list_image_video .slick-prev i,
.list_image_video .slick-next i {
    font-size: 15px;
    color: #fff;
}

.list_image_video .item {
    width: 33.3333%;
    padding: 0 2px;
}

.list_image_video .item .image {
    width: 100%;
    cursor: pointer;
}

.list_image_video .item .image img {
    height: 71px;
    object-fit: cover;
}

.nav-pills {
    background: #f8f8f8;
    position: relative;
}

.nav-pills .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}

.wrap-product-tab {
    padding: 30px 0 20px;
    background-color: #f8f8f8;
}

.wrap-product-tab:nth-child(2n) {
    background-color: #f8f8f8;
}

.slide-pro {
    flex: 0 0 100%;
    max-width: 100%;
}

.wrap-news-home {
    padding: 70px 0 50px;
    /* background-color: #f2f2f5; */
}

.wrap-news-home .group-title .title {
    /* color: #e23b41; */
    /* padding-bottom: 0; */
}

.list-news-home {
    /* padding: 0 70px */
}

.fo-03-news {
    /* padding: 0 7.5px; */
    margin-bottom: 25px;
}

.fo-03-news .box {
    position: relative;
}

.fo-03-news .image {
    overflow: hidden;
}

.fo-03-news .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.fo-03-news-main .image a {
    padding-bottom: 67%;
}

.fo-03-news .date {
    /* margin-bottom: 10px; */
    font-size: 13px;
    color: #898989;
}

.fo-03-news .image img {
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.fo-03-news .image:hover img {
    transform: scale(1.1);
}

.fo-03-news .content {
    padding: 10px 0px 20px;
    box-shadow: 0px 15px 16px #f4f4f4;
    position: relative;
    background-color: #fff;
}

.fo-03-news .content .caption {
    padding-left: 115px;
}

.fo-03-news .content .time {
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #c31f26;
    color: #fff;
    width: 70px;
    text-align: center;
    font-size: 16px;
    transform: translateY(-50%);
    left: 20px;
    padding: 5px;
    font-weight: bold;
}

.title-template {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 2px solid;
    margin-top: 0;
}

.title-template-in {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #353a3d;
    margin: 0;
}

.count-search {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 40px;
    background-color: #eee;
    padding: 5px 20px;
    margin: 0;
}

.title-template .title-inner {
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    padding-right: 60px;
    background: linear-gradient( 60deg, #c31f26 calc(100% - 35px), transparent calc(100% - 35px));
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    /* height: 100%; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-template .orderby {}

.title-template select {
    background-color: inherit;
    border: unset;
}

.product-detail-infor .box-infor .info-desc .desc ul li {
    list-style: disc !important;
    margin-left: 12px;
}

.fix-sidebar {
    position: sticky;
    top: 110px;
}

#side-bar {
    margin-bottom: 30px;
}

.side-bar {
    /* background-color: #ffffff; */
    /* box-shadow: 0 1px 2px #d9dadb; */
    margin: 0 0 20px 0;
    /* border: 1px solid #ddd; */
}

.side-bar:last-child {
    margin-bottom: 0;
}

.title-sider-bar {
    font-size: 15px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    padding: 7px 20px 7px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #1c3160;
    border-top: 2px solid #1c3160;
    border-bottom: solid 2px #1c3160;
    font-weight: bold;
}

.menu-side-bar {
    background: #eee;
}

.list-category {}

.list-fill {
    /* padding: 20px 15px; */
    background: #eee;
    padding: 10px;
}

.box-list-fill {
    margin-bottom: 20px;
}

.list-fill .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    font-size: 15px;
}

.box-list-fill {
    margin-bottom: 10px;
}

.box-list-fill:last-child {
    margin-bottom: 0;
}

.title-s {
    border-bottom: 1px solid #ddd;
    /* font-size: 16px; */
    /* font-weight: bold; */
    /* margin-bottom: 10px; */
    /* padding-bottom: 5px; */
    font-size: 15px;
    font-weight: 700;
    color: #111;
    padding: 8px 0;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
}

.title-s i {
    position: absolute;
    right: 0;
    top: 4px;
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #beb8b8;
}

.title-s i.active:before {
    content: "\f067";
}

.box-list-fill ul {}

.box-list-fill ul li {
    margin-top: 5px;
}

.box-list-fill ul img {
    height: 20px;
    width: auto;
}

.box-list-fill ul li+li {
    margin-top: 5px;
}

.menu-side-bar {}

.menu-side-bar li.active>a {
    color: #333;
}

.list-category ul>li>a>img {
    /*width: 18px;
    height: 18px;
    margin-right: 16px;*/
}

.list-category ul>li>a .pt_icon_right {
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a .pt_icon_right2 {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s;
    opacity: 0.4;
}

.list-category ul>li>a>.pt_icon_right:before {
    content: "\f067";
}

.list-category ul>li>a>.pt_icon_right2:before {
    content: "\f067";
}

.list-category ul>li.active>a>.pt_icon_right:before {
    content: "\f068";
}

.list-category ul>li.nav_item1.active>a>.pt_icon_right2:before {
    content: "\f068";
}

.list-category ul>li.active a .pt_icon_right {
    /* transform: rotate(90deg); */
}

.list-category ul>li>a {
    position: relative;
    user-select: none;
    display: block;
    /* height: 48px; */
    line-height: 40px;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px;
    /* color: #222222; */
    position: relative;
}

.list-category>ul>li>a {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}

ul.menu-side-bar>li>a:before {
    display: none;
}

.list-category ul>li>a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 20px;
    /* top: 18px; */
    font-weight: 900;
    display: none;
}

.list-category ul>li>a>span {
    padding-left: 6px;
    /* border-left: 1px solid #e5e5e5; */
}

.menu-side-bar li ul {
    padding-left: 5px;
    display: none;
    background: #fff;
}

.menu-side-bar-leve-2 {
    display: none;
}

.menu-side-bar-leve-3 {
    display: none;
}

.cate_info {
    background: url(../images/c.gif) no-repeat center 20px;
    text-align: center;
    padding-top: 65px;
    font-size: 18px;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.cate_info .desc {
    line-height: 30px;
    max-width: 820px;
    margin: auto;
}

.cate_info .name {
    font-weight: 700;
    padding-top: 10px;
    height: 40px;
    font-size: 19px;
}

.cate_info .line_column {
    width: 1px;
    height: 30px;
    overflow: hidden;
    background-color: #1a1a1a;
    margin-left: auto;
    margin-right: auto;
}

.cam_ket {
    padding: 40px 0 20px;
    width: 100%;
    background-image: url(../images/bg_conso.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.cam_ket .group-title .title {
    color: #fff;
}

.cam_ket .title-b {
    color: #fff;
}

.cam_ket:before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 80%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.list_camket {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.list_camket .item {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.list_camket .item .box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.list_camket .item .box .image {
    width: 60px;
}

.list_camket .item .box .image img {}

.list_camket .item .box .info {
    width: 100%;
    text-align: center;
    padding-top: 11.2px;
    padding-bottom: 0;
    position: relative;
    font-size: 14.4px;
}

.list_camket .item .box .info .name {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.list_camket .item .box .info .desc {
    margin-top: 1.6px;
    margin-bottom: 1.6px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.list-category .menu-side-bar-leve-2>li>a {
    padding-left: 10px;
    line-height: 27px;
}

.list-category .menu-side-bar-leve-2>li>a:before {
    left: 30px;
    /* top: 11px; */
    display: none;
}

.list-category .menu-side-bar-leve-3>li>a {
    padding-left: 70px;
    line-height: 35px;
    height: 35px;
}

.list-category .menu-side-bar-leve-3>li>a:before {
    left: 58px;
    top: 11px;
}

.list-trending {}

.list-trending ul {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li {
    font-size: 13px;
    margin-top: 0;
    padding: 15px;
    /* border-bottom: 1px solid #f0f0f0; */
}

.list-trending ul>li>.box {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ff9a00;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.list-trending .box .icon {
    width: 140px;
    overflow: hidden;
    /* height: 125px; */
}

.list-trending .box .icon img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.list-trending .box .icon:hover img {
    transform: scale(1.1);
}

.list-trending .box .content {
    width: calc(100% - 0px);
    padding-left: 0px;
}

.list-trending .box .content .price {
    font-size: 18px;
    font-weight: bold;
    color: #c31f26;
}

.list-trending .box .content .date {
    text-transform: none;
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: auto;
    color: #a9a9a9;
}

.list-trending .box .content .price-side {
    font-size: 15px;
    color: #f68519;
    font-weight: 600;
}

.list-trending .box .content .name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    /* line-height: 30px; */
}

.list-trending .box .content .name a {
    /* color: inherit; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.list-trending .box .content .name a:hover {
    /* color: #282e88; */
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
    line-height: 20px;
    height: 40px;
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.list-uudiem {
    padding: 10px;
}

.uudiem-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

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

.uudiem-item .icon {
    width: 35px;
    height: auto;
}

.uudiem-item img {}

.uudiem-item .content {
    padding-left: 15px;
    width: calc(100% - 35px);
}

.uudiem-item .content h3 {
    font-size: 15px;
    /* font-weight: bold; */
    margin: 0;
    margin-bottom: 5px;
}

.uudiem-item .content .desc {
    font-weight: bold;
    font-size: 18px;
}

.wrap-breadcrumbs {
    background-color: #e9ecef;
    margin-bottom: 20px;
}

.wrap-breadcrumbs .breadcrumb {
    background: unset;
    margin: 0;
    padding: 10px 0px;
}

.wrap-breadcrumbs .breadcrumb li {
    font-size: 13px;
}

.wrap-breadcrumbs .breadcrumb li a {}

.wrap-breadcrumbs .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.compare-wrapper {}

.title-compare {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 10px;
    background-color: #eee;
    align-items: center;
    flex-wrap: wrap;
}

.col-compare {
    margin-bottom: 50px;
}

.compare-card {}

.compare-card .box {
    position: relative;
}

.compare-card .image {}

.compare-card .remove-compare {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    /* background-color: #ccc; */
    /* border-color: #ccc; */
    color: #c31f26;
    font-size: 30px;
    /* padding: 3px; */
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-card .remove-compare i {
    line-height: 30px;
}

.compare-card .sale {
    position: absolute;
    top: 17px;
    left: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.compare-card .content {
    border: 1px solid #ddd;
    padding: 10px 20px;
    text-align: center;
}

.compare-card .name {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    /* border-bottom: 1px solid #ddd; */
    padding: 10px 0;
    /* margin-bottom: 10px; */
    text-align: center;
}

.compare-card .view-more {
    text-align: center;
    margin-bottom: 10px;
}

.compare-card .box-price {
    justify-content: center;
}

.compare-card .new-price {}

.compare-card .old-price {}

.compare-card .info {}

.compare-card .info h3 {
    font-size: 20px;
    text-align: center;
    /* border-bottom: 1px solid #cccc; */
    /* padding-bottom: 10px; */
    font-weight: bold;
    color: #c31f26;
    text-transform: uppercase;
}

.compare-card .info ul {}

.compare-card .info ul li {
    padding: 10px;
    /* border-bottom: 1px solid #ddd; */
}

.compare-card .info ul li strong {
    font-weight: bold;
    font-size: 18px;
}

.compare-card .info ul li:last-child {
    border-bottom: unset;
}

.compare-card .info ul li a {}

.box-product-main {
    /* padding-top: 20px; */
    /* border-bottom: 2px solid #e5e5e5; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
}

.image-main {
    position: relative;
}

.image-main .sale {
    position: absolute;
    /* right: 0; */
    top: 0;
    top: 10px;
    left: 10px;
    background-color: #f00;
    color: #fff;
    padding: .3em .5em;
    font-size: 12px;
    font-weight: bold;
}

.box-image-product .image-main {
    order: 1;
    border: solid 1px #eee;
    width: 100%;
}

.box-image-product .image-main a {
    display: block;
    position: relative;
}

.box-image-product .image-main a i {
    top: 10px;
    right: 10px;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.box-image-product .image-main a i:hover {
    border-color: #7c6455;
    background-color: #7c6455;
    color: #fff;
}

.box-image-product .image-main a i {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
}

.box-image-product {
    /* display: flex; */
}

.desc-pro-detail-sm {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    padding: 0 5% 5px 5%;
    line-height: 18px;
}

.list-small-images {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 40px;
}

.small-image {
    padding: 5px;
    /* background: #fff; */
    cursor: pointer;
    height: auto;
}

.small-image img {
    border: 1px solid #eee;
    /* padding: 3px; */
    background: #fff;
    height: 78px;
    object-fit: cover;
    width: 100%;
}

.list-small-image .slick-prev,
.list-small-image .slick-next {
    margin: 0;
    width: 25px;
    height: 25px;
    /* transform: translateY(-50%); */
    z-index: 66;
    text-align: center;
    opacity: 1;
    background-color: unset;
    border-radius: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.list-small-image .slick-prev:hover,
.list-small-image .slick-next:hover {
    opacity: 1;
}

.list-small-image .slick-prev:before,
.list-small-image .slick-next:before {
    content: '';
    /* display: block; */
    /* z-index: 9; */
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* opacity: 1; */
    /* -webkit-transition: all 0.2s ease-out; */
    /*  -o-transition: all 0.2s ease-out; */
    /*  -moz-transition: all 0.2s ease-out; */
    /* transition: all 0.2s ease-out; */
    /* background-size: 14px; */
}

.list-small-image .slick-prev:before {
    /* background-image: url('../images/slick-prev.png'); */
}

.list-small-image .slick-next:before {
    background-image: url('../images/slick-next.png');
}

.list-small-image .slick-prev:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-next:hover:before {
    opacity: 0.6;
}

.list-small-image .slick-prev i,
.list-small-image .slick-next i {
    color: #737373;
    line-height: 24px;
    font-size: 15px;
    /* display: none; */
}

.list-small-image {
    /* padding: 0 30px; */
    /* width: 120px; */
    order: 0;
    flex: 0 0 121px;
    padding-right: 0px;
    max-height: 370px;
}

.list-small-image .pt-box {
    padding: 5px 0;
    /* padding-left: 25px; */
}

.list-small-image .slick-prev {
    /* left: 50%; */
    top: 0;
}

.list-small-image .slick-next {
    /* right: -25px; */
    bottom: 0;
    top: unset;
}

.product-detail-infor {
    padding: 0 15px 0 0;
}

.product-detail-infor .box-infor {
    margin-bottom: 10px;
    padding-top: 0px;
    color: #000
}

.wrap-price .list-attr .attr-item:nth-child(1) {
    width: 100%;
    padding: 10px;
}

.wrap-price .list-attr .attr-item:nth-child(2) {
    width: 100%;
}

.wrap-price .list-attr .attr-item:nth-child(3) {
    width: 100%;
    padding: 20px 0px 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.wrap-price .list-attr .attr-item:nth-child(4) {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

.product-detail-infor .box-infor h2 {
    font-weight: 600;
    /* color: #c31f26; */
    /* padding: 5px 0 5px 0; */
    /* text-transform: uppercase; */
    margin: 0 0 0px;
    font-size: 25px;
}

.product-detail-infor .box-infor .masp {
    padding: 10px 0 5px;
    border-bottom: solid 1px #eee;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
}

.product-detail-infor .box-infor .masp i {
    font-size: 15px;
    padding-right: 5px;
}

.product-detail-infor .box-infor .status {
    margin-top: 0px;
    font-size: 15px;
    color: #000;
    line-height: 26px;
}

.product-detail-infor .box-infor .status strong {
    font-weight: 600;
}

.product-detail-infor .box-infor .status strong i {
    font-size: 14px;
    padding-right: 5px;
}

.product-detail-infor .box-infor .status span {
    color: #333;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
}

.product-detail-infor .box-infor .info-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.product-detail-infor .box-infor .info-desc .col_2_desc {
    padding: 0px;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(1) {
    width: 100%;
}

.product-detail-infor .box-infor .info-desc .col_2_desc:nth-child(2) {
    width: 58%;
}

.product-detail-infor .box-infor .info-desc h3 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-detail-infor .box-infor .info-desc .desc {}

.list-attr1 {
    width: 35%;
    float: left;
    margin-top: 5px;
}

.wrap-price {
    width: 100%;
    overflow: hidden;
}

.wrap-price .text-left {
    width: 36%;
    float: left;
}

.wrap-price>h3 {
    text-align: center;
    font-size: 13px;
    color: red;
}

.list-attr .price {
    text-align: left;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #f00;
    line-height: 2;
    width: 100%;
    margin: 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#priceChange {
    font-size: 18px;
    font-weight: 600;
    color: #f00;
}

#old_priceChange {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.list-attr .price span:first-child {
    width: 95px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: rgb(102, 102, 102);
    line-height: 2;
}

.list-attr .price span.donvi {
    font-weight: normal;
}

.list-attr .price .title_giacu {
    font-weight: normal;
    color: #666;
    font-size: 16px;
    margin-left: 10px;
}

.list-attr .price .old-price {
    font-weight: normal;
    color: #666;
    font-size: 16px;
    text-decoration: line-through;
}

.list-attr {
    display: block;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    border-bottom: 1px solid #eee;
}

.box-buy {
    margin-bottom: 0;
}

.list-attr .attr-item {
    width: 33%;
}

.list-attr .attr-item1 {
    width: 40%;
    display: inline-block;
}

.list-attr .attr-item .form-group {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}

.list-attr .attr-item:nth-child(1) {
    width: 50%;
    /* margin-bottom: 10px; */
}

.list-attr .attr-item:nth-child(2) {
    width: 100%;
}

.list-attr .attr-item:nth-child(3) {
    width: 100%;
}

.list-attr .attr-item>h3 {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-top: 0;
}

.tiet_kiem {
    width: 100%;
}

.tiet_kiem .g2 {
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 26px;
    font-weight: normal;
}

.tiet_kiem .g2 b {}

.tiet_kiem .tk {
    float: left;
}

.tiet_kiem .tk b {
    float: left;
    line-height: 26px;
    width: 60px;
    padding-left: 20px;
    background: #f99f31 url(../images/gc.png) no-repeat left top;
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
    border-radius: 3px;
    font-weight: 700;
}

.wrap-add-cart {
    display: inline-flex;
    justify-content: space-between;
    margin-left: 0;
    align-items: center;
}

.add-to-cart {
    display: inline-block;
    padding: 8px 60px;
    background: linear-gradient(45deg, #1c3160, #1c3160);
    color: #fff;
    border-radius: 15px;
    border: solid 2px #1c3160;
}

.box-add-cart {
    display: flex;
}

.pro_mun {
    display: flex;
}

.pro_mun input {
    width: 32px;
    text-align: center;
    border: 1px solid rgb(232, 232, 232);
    height: 32px;
    font-size: 14px;
}

.pro_mun a {
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 2px;
}

.box-add-cart button {
    padding: 10px 20px;
}

.product-detail-infor .box-price {
    /* border-top: dashed 1px #116935; */
    /* padding: 7px 0; */
    /* border-bottom: dashed 1px #116935; */
    font-size: 25px;
}

.product-detail-infor .box-price .price {
    /* font-size: 16px; */
    line-height: 1;
    padding: 8px 0;
    color: #c31f26;
}

.product-detail-infor .box-price .price .name-price {
    margin-right: 10px;
    text-transform: unset;
}

.product-detail-infor .price-number {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.product-detail-infor .box-price .old-price {
    color: #767373cc;
}

.product-detail-infor .box-rate {
    line-height: 1;
    padding: 8px 0;
    border-bottom: 1px solid #707070;
}

.product-detail-infor .box-rate span.name-danh-gia {
    margin-right: 10px;
    font-size: 20px;
}

.product-detail-infor .box-rate span {}

.product-detail-infor .box-rate span i {
    color: #ffde5a;
    font-size: 20px;
}

.product-detail-infor .desc-product {
    padding: 0px 0 0px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #f5f5f5;
    line-height: 1.6;
}

.product-detail-infor .desc-product ul {
    flex-wrap: wrap;
    padding: 10px 15px 0px;
    display: flex;
}

.product-detail-infor .desc-product ul li {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 10px;
}

.dathang {
    padding: 10px 15px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.dathang i {
    color: #c31f26;
    margin-right: 5px;
}

.dathang .phone {
    color: #c31f26;
    font-weight: bold;
}

.box-buy {}

.box-buy a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    /* float: left; */
    margin-right: 5px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    background-color: #a3a3a3;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
}

.box-buy .addnow {
    background-color: #c31f26;
}

.box-buy {
    margin-bottom: 0;
}

.box-buy .add-to-cart {
    background-color: #1c3160;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    border-radius: 5px;
    height: 42px;
    border: solid 0px #1c3160;
    display: block;
}

.hen_lich {
    float: left;
    width: 33.33333%;
}

.hen_lich a {
    background-color: #f99f31;
    min-width: 40%;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    border-radius: 20px;
    height: 42px;
    display: inline-block;
    border: solid 0px #f99f31;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.sign_now {
    float: left;
    width: 33.333333%;
}

.sign_now a {
    background-color: #ff0000;
    min-width: 40%;
    text-align: center;
    text-transform: uppercase;
    line-height: 42px;
    border-radius: 20px;
    height: 42px;
    display: inline-block;
    border: solid 0px #ff0000;
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.box-buy .add-compare {}

.giaohang {}

.giaohang ul {
    background-color: #fff8f8;
    padding: 15px 15px 0 15px;
    border: 1px dashed #c31f26;
    margin-bottom: 20px;
}

.giaohang ul li {
    display: flex;
    margin-bottom: 10px;
}

.giaohang ul li .icon {
    width: 50px;
    flex: 0 0 auto;
}

.giaohang ul li .desc {
    padding-left: 10px;
    /* margin-bottom: 10px; */
    line-height: 24px;
}

.list-file {}

.share {
    margin-top: 20px;
}

.tab-product {
    width: 100%;
    margin-top: 0px;
}

.tab-product .tab-content {
    padding: 15px 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.tab-product .tab-content img {
    max-width: 100%;
}

.tab-product .tab-content ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.tab-link {
    position: sticky;
    top: 49px;
}

.tab-link ul {
    display: flex;
    background-color: #f0f0f0;
    flex-wrap: wrap;
}

.tab-link ul li {}

.tab-link ul li a {
    display: inline-block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0 14px;
    border-top: 2px solid transparent;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.tab-link ul li a.active,
.tab-link ul li a:hover {
    color: #c31f26;
    border-top: 2px solid #c31f26;
    background-color: #fff;
}

.tab-pro-content {
    border: 1px solid #ebebeb;
    padding: 20px;
    padding-top: 25px;
}

.tab-item {}

.tab-item iframe {
    max-width: 100%;
}

.content-category {
    text-align: justify;
    /* padding: 15px; */
    /* background-color: #fff8f8; */
    /* border: 1px dashed #eee; */
    margin-top: 0px;
    margin-bottom: 20px;
}

.content-category ol {
    padding-left: 24px;
}

.content-category ol li {
    list-style: auto;
}

.content-category img {
    width: auto;
    max-width: 100%;
}

.content-category ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.contact-form {
    margin-bottom: 20px;
    color: #fff;
}

.contact-form .form {}

.contact-form .form p {
    margin: 0 0 5px;
    line-height: 20px;
    font-size: 16px;
    padding: 0 10%;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form .form input {
    font-size: 14px;
    color: #fff;
    width: 100%;
    border: 0px solid #d8d8d8;
    border-radius: 10px;
    height: 47px;
    padding: 0 15px;
    margin-bottom: 10px;
    outline: 0;
    background: #2a4a95
}

.contact-form .form textarea {
    font-size: 14px;
    color: #fff;
    width: 100%;
    border: 0px solid #d8d8d8;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
    outline: 0;
    background: #2a4a95
}
.contact-form .form textarea:placeholder {
	color: #fff;
}
.contact-form .form input:placeholder {
	color: #fff;
}

.contact-form .form button {
    font-size: 16px;
    color: #fff;
    height: 35px;
    width: 165px;
    cursor: pointer;
    outline: 0;
    background: #2a4a95;
    border: 2px solid #2a4a95;
    border-radius: 10px;
}

.contact-infor {
    margin-bottom: 20px;
}

.contact-infor .infor {
    margin-bottom: 20px !important;
    line-height: 20px;
}

.contact-infor .infor .address {}

.contact-infor .infor .address .title {
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #fff;
}
.contact-infor .infor .address .title h1 {
	font-size: 32px;
    font-weight: 600;
}

.contact-infor .infor .address .pt_list_addres {
    margin-bottom: 15px;
    color: #fff;
}

.contact-infor .infor .address .pt_list_addres>li {
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 17px;
}

.contact-infor .infor .map {}

.contact-infor .infor .map iframe {
    height: 220px;
}


/*end css template contact*/

.category-slide-1 .slick-prev,
.category-slide-1 .slick-next {
    opacity: 1;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000;
}

.category-slide-1 .slick-prev:before,
.category-slide-1 .slick-next:before {
    content: unset;
}

.category-slide-1 .slick-prev {
    left: -25px;
}

.category-slide-1 .slick-next {
    right: -25px;
}

.category-slide-1 .slick-prev i,
.category-slide-1 .slick-next i {
    color: #fff;
    font-size: 21px;
}

.wrap-partner {
    padding: 25px 0;
    background: #f3f3f3
}

.wrap-partner .list-item {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 7px 30px;
    background: #fff;
}

.wrap-partner .list-item .item {
    padding: 5px;
}

.wrap-partner .list-item .box {
    border: 1px solid #f3f3f3;
    padding: 5px 10px;
}

.wrap-partner .list-item img {}

.card-news-horizontal {
    margin-bottom: 25px;
    padding: 10px;
    background: #e1e1e1;
}

.card-news-horizontal .box {
    display: flex;
    flex-wrap: wrap;
    background-color: #e1e1e1;
}

.card-news-horizontal .image {
    width: 100%;
}

.card-news-horizontal .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 73%;
}

.card-news-horizontal .image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-news-horizontal .content {
    width: calc(100% - 0%);
    padding-left: 0px;
    padding-top: 10px;
    /* padding: 15px; */
}

.card-news-horizontal .image img {
    height: 94px;
    object-fit: cover;
}

.card-news-horizontal .content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-right: 10px;
    text-align: left;
}

.card-news-horizontal .content h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 45px;
	color: #243b74;
}

.card-news-horizontal .content .date {
    margin-bottom: 5px;
    font-size: 13px;
    color: #898989;
}

.card-news-horizontal .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
    line-height: 22px;
    font-size: 15px;
    padding-right: 10px;
    margin-bottom: 10px;
    text-align: justify;
}

.wrap-category-product {
    padding: 20px 0 0;
    background-color: #fff;
}

.col-category-item {
    margin-bottom: 25px;
}

.category-item {}

.category-item .box {
    background-color: #f1e5d5;
    display: flex;
    padding: 30px;
    border-radius: 3px;
}

.category-item .box:hover {
    color: #404040;
    border: 1px solid #404040;
}

.category-item .box:hover img {
    color: red;
    transform: scale(1.1);
}

.category-item .box .content {
    width: 135px;
    flex: 0 0 135px;
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 100%; */
    padding-bottom: 40px;
    position: relative;
    padding-right: 5px;
}

.category-item .box .content h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.category-item .box .content h4 {
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 0;
    /* margin-top: 90px; */
    position: absolute;
    bottom: 10px;
}

.category-item .box .image {
    width: 100%;
}

.category-item .box .image .padding-image {
    padding-bottom: 57%;
    position: relative;
    overflow: hidden;
}

.col-category-item-2 .box .image .padding-image {
    padding-bottom: 56%;
}

.category-item .box .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.wrap-pro-tab-home {
    padding: 20px 0 0;
    position: relative;
    background: #eee;
}

.wrap-pro-tab-home .nav-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    border: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item {
    margin: 0 10px;
}

.wrap-pro-tab-home .nav-tabs .nav-item a {
    border: unset;
    padding: 0;
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
    background-color: unset;
}

.wrap-pro-tab-home .nav-tabs .nav-item a.active {
    border-bottom: 0px solid #404040;
    color: #000
    /* font-weight: bold; */
}

.wrap-pro-tab-home .tab-content {}

.home-product-left {
    width: 40%;
    float: left;
    padding-right: 5px;
}

.home-product-left .row {
    margin-left: -5px;
    margin-right: -5px;
}

.home-product-left .col-product-item {
    width: 100%;
    flex: 0 0 100%;
}

.home-product-left .product-item .box .content {
    min-height: 188px;
}

.home-product-left .product-item .box .content h3 {
    height: auto;
    font-size: 15px;
}

.home-product-left .box-price .new-price {
    font-size: 16px;
}

.home-product-right {
    width: 60%;
    float: left;
    padding-left: 5px;
}

.home-product-right .row {
    margin-left: -5px;
    margin-right: -5px;
}

.home-product-right .list-product {
    padding: 0;
}

.home-product-right .col-product-item {
    width: 33.33333%;
    flex: 0 0 33.33333%;
}

.list-product {
    padding: 0 5px;
}

.col-product-item {
    margin-bottom: 10px;
    height: auto;
    padding: 0 5px;
    width: 25%;
    flex: 0 0 25%;
    max-width: unset;
}

.col-product-item .desc {
    font-size: 13px;
    line-height: 19.5px;
}

.col-product-item2 {
    margin-bottom: 10px;
    height: auto;
    padding: 0 10px;
    width: 33.333%;
    flex: 0 0 33.333%;
    max-width: unset;
}

.col-product-item2 .desc {
    font-size: 13px;
    line-height: 19.5px;
}

.list-product-card .product-item .box {
    position: relative;
    background: #eee;
}

.product-item {
    position: relative;
}

.product-item .box {
    background: #fff;
    overflow: hidden
}

.product-item .box .image {
    /* background-color: #fff; */
    /* background-image: url(../images/bg-product.png); */
    /* padding: 10px; */
    box-shadow: 0 0 0px #404040;
    position: relative;
    padding: 10px;
}

.product-item .box .image a {
    display: block;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.product-item .box .image a:hover img {
    /* transform:scale(1.1); */
}

.product-item .box .image .km {
    position: absolute;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    padding-right: 10px;
    line-height: 20px;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.product-item .box .image .km:before {
    content: "\f06b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff0b10;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    position: absolute;
    left: 5px;
}

.product-item1 .box .image:before,
.product-item1 .box .image:after {
    content: '';
    width: 30%;
    height: 30%;
    background-size: 100% 100%;
    position: absolute;
    background-color: #f99f31;
    z-index: -1;
}

.product-item .box .image:before {
    top: 0;
    left: 0;
}

.product-item .box .image:after {
    bottom: 0;
    right: 0;
}

.product-item .box .image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    padding: 0px;
}

.product-item .box .image:hover a img {
    transform: scale(1.2);
}

.product-item .box .content {
    text-align: left;
    padding: 0 10px 10px 10px;
}

.product-item .box .content h3 {
    margin: 0;
    line-height: 24px;
    font-weight: 500;
    height: auto;
	padding: 15px;
    text-align: center;
}

.product-item .box .content h3 a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #243b74;
}

.product-item .box .content h3 a:hover {
    color: #c39d56;
}

.product-item .box .content .box-price {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin-top: 5px;
}

.product-item .box .content .box-price span {
    font-weight: 500;
    display: inline-block;
    background-size: contain;
    padding: 0;
    min-width: unset;
    height: 31px;
    font-size: 16px;
    line-height: 31px;
    font-family: 'Roboto', sans-serif;
}

.wrap-ykkh {
    padding: 30px 0;
    background-color: #fff;
}

.wrap-ykkh .cate-dot-1 .slick-dots {
    position: unset;
}

.list-ykkh {}

.col-ykkh-item {
    padding: 0 15px;
    margin-top: 29px;
}

.item-ykkh {}

.item-ykkh .box {
    width: 76px;
    float: left;
    margin: -7px 13px 0 20px;
    border: 4px solid #fff;
    height: 76px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.col-ykkh-item .item-ykkh .nd_ykien {
    background: #fff;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
    border-radius: 10px;
    padding: 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    min-height: 220px;
    font-weight: 300;
    position: relative;
}

.col-ykkh-item .item-ykkh .nd_ykien1:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 32px;
    transform: translateY(-50%);
    background-color: #353a3d;
    text-align: center;
    line-height: 56px;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.col-ykkh-item1 {
    padding: 0 0px;
    margin-top: 60px;
    width: 100%;
}

.item-ykkh {}

.item-ykkh .box {
    width: 76px;
    float: left;
    margin: -7px 13px 0 20px;
    border: 4px solid #fff;
    height: 76px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.col-ykkh-item1 .item-ykkh .nd_ykien {
    background: #fff;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 21%);
    border-radius: 10px;
    padding: 0px;
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
    min-height: 255px;
    font-weight: 300;
    position: relative;
}

.col-ykkh-item1 .item-ykkh2 .nd_ykien:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 32px;
    transform: translateY(-50%);
    background-color: #353a3d;
    text-align: center;
    line-height: 56px;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}

.item-ykkh .box_right {
    text-align: left;
}

.item-ykkh .box_right h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.item-ykkh .box_right p {
    font-size: 16px;
    margin: 0;
    color: #959595;
    font-style: italic;
}

.item-ykkh .box img {}

.main_in {
    background: #f4f4f4;
    position: relative;
}

.cate_home {
    padding: 10px 0;
    position: relative;
    width: 100%;
    background: #fff;
    /*    background-image: linear-gradient(to top, #9dc240 0%, rgba(234, 180, 0, 0) 50%);*/
}

.cate_home .cate-dot-1 .slick-dots {
    position: unset;
    display: none !important;
}

.cate_home .list_cate {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 0px;
}

.cate_home .list_cate2 {
    margin-bottom: 0;
}

.cate_home .list_cate .item {
    padding: 0 10px;
    float: left;
    width: 33.33333%;
}

.cate_home .list_cate2 .item {
    padding: 0 10px;
    float: left;
    width: 50%;
}

.cate_home .list_cate .image {
    height: 200px;
    width: 100%;
    position: relative;
}

.cate_home .list_cate .box .image img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cate_home .list_cate .box:hover .image img {
    transform: scale(1.2);
}

.cate_home .list_cate .box {
    overflow: hidden;
    color: #222;
    align-items: center;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    border: solid 1px #eee;
}

.list_cate .box .content {}

.list_cate .box .content h4 {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.6px;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}

.list_cate .box .content .category-list {
    font-size: 13px;
    line-height: 1.2;
}

.list_cate .box .content .category-list li {
    white-space: nowrap;
    color: #fff;
    margin-bottom: 9px;
}

.list_cate .box .content .category-list li:last-child {
    margin-bottom: 0;
}

.list_cate .box .content .category-list a {
    position: relative;
    display: inline-block;
    transition: text-decoration .3s;
    color: #fff;
}

.list_cate .box .content .category-list li::before {
    content: "\f054";
    color: inherit;
    padding-right: 8px;
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    font-weight: 600;
}

.cate_home .list_banner {
    padding: 0 5px;
    width: 100%;
}

.cate_home .list_banner .item {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.cate_home .list_banner .box {
    display: block;
    position: relative;
    color: #fff;
}

.cate_home .list_banner .box .image {
    width: 100%;
}

.cate_home .list_banner .box .image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
    min-height: 213px;
    object-fit: cover;
}

.cate_home .list_banner .banner_content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
}

.cate_home .list_banner .banner_content h4 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
    font-weight: 700;
    margin: 0;
}

.cate_home .list_banner .banner_content h4 span {
    color: #fcb819;
}

.cate_home .list_banner .banner_content h3 {
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    line-height: 33px;
    font-weight: 700;
    margin-top: 0;
}

.cate_home .list_banner .banner_content .dec {
    font-size: 14px;
    letter-spacing: -0.1px;
    margin-bottom: 22px;
    opacity: .8;
}

.cate_home .list_banner .banner_content a {
    padding: 9px 34px 9px 34px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
}

.cate_home .list_banner .banner_content a:hover {
    color: #fcb819;
    background-color: #fff;
}

.cate_home .list_banner .banner_content a i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    line-height: 0;
    font-size: 14px;
    margin-bottom: 2px;
}

.col-item-service {
    margin-bottom: 5px;
}

.item-service {}

.item-service .box {
    margin: 0 auto;
    padding: 10px 0px 5px 0;
    border-radius: 4px;
}

.item-service .box .icon {
    width: 80px;
    margin: 10px auto 10px;
}

.item-service .box .icon img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.item-service .box .name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #403426;
}

.item-service .box .text_grey {
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    padding: 0;
    color: #403426;
}

.col-1-5 {
    min-width: 20%;
}

.wrap-service {
    padding: 0px 0 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/bg_conso.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    position: relative;
}

.list_service {
    width: 100%;
}

.wrap-service .cate-dot-1 .slick-dots {
    position: unset;
    transform: unset;
}

.wrap-post-home {
    padding: 30px 0 30px;
    /* background: #eee; */
    position: relative;
    z-index: 2;
    /* margin-top: -360px; */
}

.wrap-post-home .home-product-header {
    background: #fff
}

.wrap-post-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64%;
    background-color: #fff;
}

.wrap-post-home .group-title .title {
    color: #fff;
}

.wrap-post-home .group-title .title-b {
    color: #fff;
}

.item-post {
    padding: 15px;
    background: #fff;
    margin: 0 5px 20px;
    /*    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 5%);*/
}

.item-post .box {
    display: flex;
    align-items: center;
    /* padding: 0 80px; */
    flex-wrap: wrap;
}

.item-post .box .image {
    width: 100%;
    position: relative;
}

.item-post .box .image .info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #c39c56;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.item-post .box .image img {
    object-fit: cover;
    height: 210px;
}

.item-post .box .content {
    width: 100%;
}

.item-post .box .content .name {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.item-post .box .content .info {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.item-post .box .content .info span {
    margin: 0 10px;
}

.item-post .box .content .info span i {
    margin-right: 8px;
}

.item-post .box .content .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: -.025em;
    color: #666;
    text-align: justify;
}

.item-post .box .content .link-detail {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #353a3d
}

.item-post .box .content .link-detail i {
    padding-left: 10px;
}

.info-count-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.info-count-pro .count-pro {
    font-size: 15px;
}

.info-count-pro .orderby {
    width: 100%;
    max-width: 250px;
}

.img_about {
    margin: 0 -15px;
}

.desc_nd {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    max-width: 750px;
    padding-top: 10px;
    margin: auto;
}

.parallax-section2 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /* height: 400px; */
}

.parallax {
    position: relative;
    overflow: hidden;
    background-color: #fdcb4f;
}

.shape-divider2,
.shape-divider3,
.shape-divider4 {
    overflow: hidden;
}

.shape-divider2 svg,
.shape-divider3 svg,
.shape-divider4 svg {
    position: absolute;
    left: 0;
    width: 100vw;
    z-index: 1;
}

.shape-divider2 svg {
    top: 0;
}

.parallax-section2 .parallax {
    min-height: 500px;
}

.shape-divider4 svg {
    top: -24%;
}

.form-tv .modal-dialog {
    max-width: 600px;
}

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

.form-tv form {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px 100px;
    display: flex;
    align-items: center;
    color: #3333;
    /* justify-content: center; */
}

.form-tv .box-content-form {
    width: 100%;
}

.form-tv .modal-body {
    padding: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    border: solid 5px #353a3d;
}

.form-tv .modal-content {
    background-color: unset;
    border: 0px solid rgba(0, 0, 0, .2);
}

.close-form-modal {
    font-size: 18px;
    margin: 15px 0;
    display: inline-block;
    color: #000;
}

.form-tv .modal-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
}

.form-tv .modal-title img {
    width: 220px;
}

.title-form-m {
    text-align: center;
    background-image: linear-gradient( 84deg, #353a3d 0%, #353a3d 47%, #353a3d 72%, #353a3d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    /* color: #954220; */
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.title-form-sm {
    text-align: center;
    color: #333;
    margin: 0px 0 20px;
}

.form-tv input {
    /* border: 1px solid #008c46 !important; */
    height: 40px;
}

.form-tv button {
    width: 50%;
    background-color: #353a3d;
    border-color: #353a3d;
    box-shadow: unset;
    /* margin-bottom: 20px; */
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.form-tv button:hover {
    background: #353a3d;
    color: #fff;
}

.form-tv textarea {
    border: 1px solid #008c46;
    border-radius: 0;
}

.form-tv .text {
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    color: #5c5c5c;
}

.wrap-banner-home {}

.item-banner {}

.item-banner a {
    display: block;
    overflow: hidden;
}

.item-banner a:hover img {
    transform: scale(1.1);
}

.item-banner a img {
    transition: all 0.5s;
    width: 100%;
    height: auto;
}

.quatang {
    border: solid 1px #eee;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 20px 10px 10px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

.quatang .title {
    position: absolute;
    top: -10px;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    left: 50%;
    font-weight: 500;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-size: 17px;
    white-space: nowrap;
}

.quatang .box_quatang {}

.box_quatang ul {}

.box_quatang li {
    padding-left: 24px;
    padding-bottom: 3px;
    font-size: 13px;
    line-height: 20px;
}

.box_quatang li strong {
    color: #ff0b10;
}

.box_quatang li:before {
    content: "\f06b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff0b10;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-left: 1px;
    position: absolute;
    left: 0;
}

.box_quatang1 ul {}

.box_quatang1 li {
    padding-left: 24px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
}

.box_quatang1 li strong {
    color: #1c3160;
}

.box_quatang1 li:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    color: #ff0b10;
    text-align: center;
    font-size: 14px;
    padding-left: 1px;
    position: absolute;
    left: 0;
}

.modal-First .modal-dialog {
    max-width: 900px;
    /* overflow: hidden; */
}

.modal-First .modal-dialog .modal-body {
    padding: 0;
}

.modal-First .modal-content {
    border: none;
    background-position: 60% center;
    background-color: #f3f3f5;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: solid 1px #eee;
}

.modal-First .close {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -25px;
    top: -25px;
    left: unset;
    /* transform: translate(0%,-100%); */
    opacity: 1;
    color: #fff;
    font-size: 30px;
    background: #000 url(../images/ik.png) no-repeat center center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.modal-First .close:hover {
    opacity: 1;
}

.image-modal {}

.image-modal .image {
    width: 380px;
    float: left;
}

.image-modal .info_product_modal {
    width: 380px;
    height: 100%;
    float: left;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}

.image-modal .info_product_modal .title {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.info_product_modal .list-attr .price span:first-child {
    font-size: 22px;
}

.image-modal .info_product_modal .image {
    width: 100%;
    float: unset;
}

.image-modal .info_product_modal .image img {
    height: auto;
}

.image-modal .image img {
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.image-modal a {
    display: block;
}

.image-modal a img {
    border-radius: 10px;
}

.newsletter-content {
    margin-left: auto;
    text-align: center;
    padding: 40px 28px 40px;
    float: right;
    width: calc(100% - 380px);
}

.newsletter-content h4 {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 0;
}

.newsletter-content h4 span {
    color: #fcb819;
}

.newsletter-content h2 {
    margin-bottom: 7px;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1.4px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
}

.newsletter-content h2 span {
    font-weight: 800;
}

.newsletter-content .dec {
    max-width: 100%;
    margin: 0 2px 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.newsletter-content .dec b {
    color: #eb1c24;
}

.newsletter-content .input-wrapper-inline {
    position: relative;
    max-width: 613px;
    width: 100%;
}

.newsletter-content .input-wrapper-inline label {
    display: inline-block;
    width: 70px;
    text-align: left;
}

.newsletter-content .input-wrapper-inline .ngay_den {
    width: calc(100% - 74px);
    display: inline-block;
}

.newsletter-content .form-control {
    border: 1px solid #222;
    background: #fff;
    flex: 1;
    min-width: 40px;
    border-radius: 3px;
    min-height: 38px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    background-color: Transparent;
    padding: 7px 10px;
    height: auto;
    overflow: hidden;
    height: 48px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-bottom: 12px;
}

.newsletter-content .input-wrapper-inline button {
    border-radius: 3px;
    padding: 0;
    border-color: #f99f31;
    display: block;
    background-color: #f99f31;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    position: relative;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.bg-home {
    /* position: fixed; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg_slide2 {
    /* height: 100vh; */
    overflow: hidden;
}

#lp-pom-box-345 {
    display: block;
    background: rgba(255,255,255,0);
    border-style: none;
    border-radius: 0px;
    left: 381px;
    top: 375px;
    z-index: 88;
    width: 641px;
    height: 161px;
    position: absolute;
}
#lp-pom-box-345-color-overlay {
    position: absolute;
    background: none;
    height: 161px;
    width: 641px;
}
#lp-pom-text-344 {
    display: block;
    background: rgba(255,255,255,0);
    border-style: none;
    border-radius: 0px;
    left: -93px;
    top: 88px;
    z-index: 89;
    width: 827px;
    height: 77px;
    position: absolute;
}
#lp-pom-text-346 {
    display: block;
    background: rgba(255,255,255,0);
    border-style: none;
    border-radius: 0px;
    left: 60px;
    top: 35px;
    z-index: 90;
    width: 522px;
    height: 56px;
    position: absolute;
}

.slide {
    margin-left: 0;
    width: 100%;
}


.home-product {
    background: url('https://caslaquartz.com/catalog/view/images/pattern.jpg') repeat;
}

.group-central {}

.banner-home,
.item-certi {
    position: relative;
    display: block;
}

.slide-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 5;
}

.true-option {
    --variable-slidebox: 60vw;
}

.banner-home {
    width: 100%;
    height: auto;
    margin: 0;
}

.slide-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 5;
}

.slide-content .slidebox-arrows {
    position: absolute;
    top: 31vw;
    left: calc(36% - 50px);
    width: auto;
    height: auto;
    margin: 0;
    transform: none;
    z-index: 10;
}

.slide-content .slidebox-arrow-prev {
    color: rgba(255, 255, 255, .8);
    background: #243b74;
    z-index: 9;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
}

.slide-content .slidebox-arrow-next,
.slide-content .slidebox-arrow-prev {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    /* background: 0 0; */
    cursor: pointer;
    overflow: hidden;
}

.slidebox-arrow-prev {
    left: 0;
}

.slidebox-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    color: #fff;
    cursor: pointer;
    background: 0 0;
    padding: 0;
    border: 0;
}

.slide-content .slidebox-arrow-next {
    color: #fff;
    background-color: #243b74;
    border-radius: 0 4px 4px 0;
    box-shadow: 4px 5px 20px rgb(0 0 0 / 10%);
}

.slide-content .slidebox-arrow-next,
.slide-content .slidebox-arrow-prev {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    /* background: 0 0; */
    cursor: pointer;
    overflow: hidden;
}

.slidebox-arrow-next {
    right: 0;
}

.slidebox-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    color: #fff;
    cursor: pointer;
    background: 0 0;
    padding: 0;
    border: 0;
}

.slidebox-arrow svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.slidebox-arrow-next {
    right: 0;
}

.slidebox-arrow-prev svg {
    right: 0;
    transform: scaleX(-1);
}

.pic-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-home-pic {
    display: inline-block;
    position: relative;
    max-width: 64vw;
    height: 100vh;
    pointer-events: none;
    order: 2;
    z-index: 2;
}

.text-top {
    position: relative;
    display: block;
    margin: 0;
    width: 36vw;
    height: auto;
    float: left;
    padding: 11vw 0 0 40px;
    text-align: left;
    z-index: 100;
}

.text-title h2 {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    --minFontSize: 16px;
    --maxFontSize: 1.9vw;
    --scaler: 10vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

.text-top p {
    color: #fff;
    margin: 0;
    font-style: italic;
    width: 70%;
    padding: 0 20px 0 0;
}

.text-top .ani-vertical {
    width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.view-more {
    display: inline-block;
    border-radius: 30px;
    background-color: #c39d56;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 18px 15px;
    margin: 20px 0;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.view-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #c39c56;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transform: scale3d(.5, .5, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

.pic-des {
    margin: 0;
    width: 20vw;
    height: 20vw;
    top: calc(5vw + 40px);
    left: calc(36% - 10vw);
    overflow: hidden;
    box-shadow: 0 30px 30px rgb(0 0 0 / 30%);
    pointer-events: none;
    z-index: 10;
    position: absolute;
}

.pic-des,
.pic-des .pic-img {
    display: block;
    border-radius: 50%;
    opacity: 1;
}

.pic-des .pic-img {
    position: relative;
    width: 100%;
    height: 100%;
    border: 5px solid #243b74;
}

.box-cover,
.pic-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pic-img img {
    transition: all .5s ease-in-out;
}

.shadow-overlay {
    width: 100%;
    left: 0;
    pointer-events: none;
    box-shadow: inset 0 0 8vw 60px rgb(12 37 69 / 40%);
    mix-blend-mode: multiply;
    z-index: 2;
}

.banner-canvas,
.shadow-overlay {
    height: 100vh;
    position: absolute;
    top: 0;
}

.pic-img img {
    object-fit: cover;
    object-position: center center;
    display: block;
}

img[alt] {
    font-size: 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    
}

.box-slider {
    float: left;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    z-index: 5;
}

.box-slider,
.logo-dmca a,
.logo-dmca img {
    display: block;
    position: relative;
}

.box-slider,
.group-central {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #25266c;
}

.banner-home .slidebox-track {
    height: 100%;
}

.slidebox-track {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slidebox,
.slidebox-container,
.slidebox-track {
    position: relative;
}

.slidebox--fade>.slidebox-track>.slidebox-list,
.slidebox--ttb>.slidebox-track>.slidebox-list {
    display: block;
}

.slidebox-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    margin: auto;
}

.nav li.show,
.slidebox--fade.slide-content>.slidebox-track>.slidebox-list>.slidebox-item {
    transform: none;
}

.slidebox--fade>.slidebox-track>.slidebox-list>.slidebox-item.is-active {
    position: relative;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    z-index: 1;
}

.slidebox--fade>.slidebox-track>.slidebox-list>.slidebox-item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1.2s ease-in-out;
    z-index: 0;
}

.slidebox-draggable>.slidebox-track>.slidebox-list>.slidebox-item {
    -webkit-user-select: none;
    user-select: none;
}

.whole-content {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slidebox-track>.slidebox-list>.slidebox-item {
    -webkit-user-select: none;
    user-select: none;
}

.slidebox-list>.slidebox-item {
    position: relative;
    top: 0;
    left: 0;
    /* opacity: 0; */
    pointer-events: none;
    transition: opacity 1.2s ease-in-out;
    z-index: 0;
}

.slidebox-list>.slidebox-item.is-active {
    position: relative;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    z-index: 1;
}

.home-product .slidebox-track>.slidebox-list>.slidebox-item {
    transform: none;
    height: 100vh;
}

.select-box ul,
.text-title,
.text-title h2,
.text-title h2 strong,
.text-title::after,
.text-top p {
    position: relative;
    display: block;
}

.text-title {
    margin: 0;
    padding: 0;
}

.text-title h2 {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    --minFontSize: 16px;
    --maxFontSize: 1.9vw;
    --scaler: 10vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

.text-title h2 strong {
    width: 100%;
}

.select-box ul,
.text-title,
.text-title h2,
.text-title h2 strong,
.text-title::after,
.text-top p {
    position: relative;
    display: block;
}

.text-title {
    margin: 0;
    padding: 0;
}

.slidebox-arrow-next {
    color: #fff;
    background-color: #243b74;
    border-radius: 0 4px 4px 0;
    box-shadow: 4px 5px 20px rgb(0 0 0 / 10%);
}

.slide-content .slidebox-arrow-next,
.slide-content .slidebox-arrow-prev {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    /* background: 0 0; */
    cursor: pointer;
    overflow: hidden;
}

.box-home-quality,
.select-header::after,
.text-des-quality {
    transition: all .3s ease-in-out;
}

.box-home-quality {
    position: relative;
    display: flex;
    width: 6vw;
    height: 6vw;
    margin: 0 15px;
}

.box-home-quality a,
.box-home-quality picture,
.box-home-quality picture img,
.img-home-quality {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.box-home-quality a,
.box-home-quality picture,
.box-home-quality picture img,
.img-home-quality {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.img-home-quality {
    background-color: #243b74;
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
    border-radius: 50%;
    padding: 8px;
}

.box-home-quality,
.select-header::after,
.text-des-quality {
    transition: all .3s ease-in-out;
}

.text-des-quality {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center;
}

.text-des-quality {
    position: absolute;
    width: 130px;
    height: auto;
    border-radius: 5px;
    background-color: #c39d56;
    padding: 8px;
    bottom: calc(100% + 30px);
    left: calc(50% - 65px);
    pointer-events: none;
    box-shadow: 0 0 11px 5px rgb(0 0 0 / 10%);
}

#show-room-3d,
.text-des-quality p,
.view-more,
.view-more-producthome {
    position: relative;
    display: inline-block;
}

.text-des-quality::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c39d56;
    bottom: -8px;
    left: calc(50% - 8px);
}

.list-home-quality {
    position: absolute;
    bottom: 80px;
    left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.box-home-quality:hover .text-des-quality {
    opacity: 1;
    transform: none;
}

.box-home-quality:hover .img-home-quality {
    background-color: #c39c56;
}

.box-home-quality:hover .img-home-quality img {
    filter: brightness(0) invert(1);
    transform: scale(.95);
}

.text-des-quality p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.group-central {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(0, 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-about {
    background-color: #243b74;
    transform: translate(0px, 0%);
    z-index: 2;
}

.wrap-about-home {
    width: 100vw;
    height: 100vh;
    flex-wrap: wrap;
}

.left-content,
.wrap-about-home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shadow-overlay {
    width: 100%;
    left: 0;
    pointer-events: none;
    box-shadow: inset 0 0 8vw 60px rgb(12 37 69 / 40%);
    mix-blend-mode: multiply;
    z-index: 2;
}

.banner-canvas,
.shadow-overlay {
    height: 100vh;
    position: absolute;
    top: 0;
}

.left-content {
    width: 33%;
    height: 100%;
    padding: 40px 30px 40px 40px;
    z-index: 9;
}

.left-content,
.wrap-about-home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-text,
.text-content-home,
.wrap-text {
    position: relative;
    display: block;
}

.box-text {
    margin: 0 0 7vw;
}

.white {
    color: #fff;
}

.underline {
    padding: 0!important;
}

.title-main {
    display: block;
    text-align: left;
    pointer-events: none;
    white-space: normal;
    margin: 0 0 20px;
    z-index: 5;
    position: relative;
}

.title-main,
.title-main h2,
.title-main h3 {
    line-height: 1.4;
    color: inherit;
    --minFontSize: 16px;
    --maxFontSize: 2vw;
    --scaler: 10vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

.title-header,
.title-main {
    width: auto;
    text-transform: uppercase;
}

.title-main h2,
.title-main h3 {
    text-transform: uppercase;
}

.title-main,
.title-main h2,
.title-main h3 {
    line-height: 1.4;
    color: inherit;
    --minFontSize: 16px;
    --maxFontSize: 2vw;
    --scaler: 10vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

.underline.white::after,
.underline::after {
    background-color: rgba(255, 255, 255, .5);
}

.underline::after {
    content: '';
    position: relative;
    display: block;
    width: 100px;
    height: 1.05px;
    margin: 20px 0;
    padding: 0;
}

.wrap-text {
    max-height: 152px;
    overflow: hidden;
}

.text-content-home {
    width: 100%;
    padding: 0 15px 0 0;
	font-weight: 300;
}

.left-content p {
    text-align: justify;
    font-style: italic;
}

.view-more {
    display: inline-block;
    border-radius: 30px;
    background-color: #c39d56;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 18px 15px;
    margin: 20px 0;
    text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.view-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #c39c56;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transform: scale3d(.5, .5, 1);
    transition: transform .3s, opacity .3s;
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

.wrap-certificate-home {
    position: absolute;
    width: calc(30vw - 30px);
    height: auto;
    left: 40px;
    bottom: 100px;
    padding: 0 6px;
    background-color: #fff;
    border-radius: 25px;
}

.list-certificate,
.logo-about-intro picture {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.group-central.home-product {
    transform: unset;
}

.item-certi {
    cursor: pointer;
    height: 80px;
}

.item-certi .link-certificate {
    pointer-events: none;
}

.item-certi .pic-img {
    height: 100%;
    overflow: visible;
}

.pic-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.box-cover,
.pic-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pic-img img {
    object-fit: cover;
    object-position: center center;
    display: block;
}

.item-certi img,
.logo-showroom img {
    object-fit: contain;
}

.wrap-certificate-home .slidebox-list {
    padding: 12px 10px;
}

.slidebox-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    margin: auto;
}

.product-home-pic.pic-img img {
    animation: unset;
}

.text-top .ani-vertical {
    transform: unset;
}

.right-content {
    position: relative;
    display: block;
    width: 67%;
    height: 100%;
    overflow: hidden;
}

.bg-cover,
.bg-cover img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    pointer-events: none;
}

.group-central:not(.home-banner) .bg-cover {
    opacity: 1;
}

.banner-home,
.home-about .bg-cover,
.home-about .box-text {
    opacity: 1;
}

.group-central .view-more,
.wrap-certificate-home {
    opacity: 1;
}

.list-certificate .slidebox-list {
    flex-wrap: nowrap;
}

.group-central.home-news {
    transform: unset;
}

.home-news {
    background: url('../images/bg_news.jpg') repeat;
}

.color-vertical {
    position: absolute;
    width: 16vw;
    height: 100%;
    top: 0;
    left: 25vw;
    background-color: rgba(0, 0, 0, .2);
}

.shadow-overlay {
    width: 100%;
    left: 0;
    pointer-events: none;
    box-shadow: inset 0 0 8vw 60px rgb(12 37 69 / 40%);
    mix-blend-mode: multiply;
    z-index: 2;
}

.title-group {
    position: absolute;
    width: 100%;
    height: auto;
    pointer-events: none;
    top: 40px;
    left: 0;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    --minFontSize: 16px;
    --maxFontSize: 1.6vw;
    --scaler: 10vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
    z-index: 5;
}

.title-center,
.title-group {
    text-align: center;
}

.content-main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    padding: 0;
    z-index: 2;
}

.content-center {
    display: block;
    position: relative;
    width: 90%;
    height: auto;
    max-width: 1100px;
}

.news-magazine1 {
    position: relative;
    display: block;
    width: 18vw;
}

.home-news .content-center {
    max-width: inherit;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 3%;
}

.title-main,
.title-main h2,
.title-main h3 {
    line-height: 1.4;
    color: inherit;
    --minFontSize: 16px;
    --maxFontSize: 2vw;
    --scaler: 10vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

.yellow {
    color: #c39d56;
}

.title-main {
    display: block;
    text-align: left;
    pointer-events: none;
    white-space: normal;
    margin: 0 0 20px;
    z-index: 5;
    position: relative;
}

.title-header,
.title-main {
    width: auto;
    text-transform: uppercase;
}

.title-main h2,
.title-main h3 {
    text-transform: uppercase;
}

.title-main,
.title-main h2,
.title-main h3 {
    line-height: 1.4;
    /* color: inherit; */
    --minFontSize: 16px;
    --maxFontSize: 2vw;
    --scaler: 10vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

.box-news-home,
.box-news-home a,
.item-news-home,
.pic-news-home,
.show-details::before {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.item-news-home {
    margin: 0 0 20px;
}

.box-news-home,
.box-news-home a,
.item-news-home,
.pic-news-home,
.show-details::before {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.company-text p,
.date-thumb,
.home-contact .company-info p,
.home-contact .title-main,
.product-details-intro .text-product-intro.text-fixed p,
.project-details-intro .text-product-intro.text-fixed p {
    text-align: center;
}

.date-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 7px;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    z-index: 1;
}

.date-thumb,
.select-box li {
    height: auto;
    background-color: #243b74;
}

.date-thumb span {
    font-size: 10px;
}

.date-thumb span,
.select-box li h3 {
    font-weight: 400;
    display: block;
    white-space: nowrap;
}

.news-magazine2 .pic-img {
    height: 338px;
}

.news-magazine1 .pic-img {
    height: 168px;
}

.txt-news-home {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: left;
}

.txt-news-home h3 {
    line-height: 1.6;
    max-height: 48px;
    overflow: hidden;
    font-size: 15px;
    color: #fff;
}

.show-details,
.txt-news-home h3 {
    position: relative;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.news-magazine2 .txt-news-home {
    padding: 25px 30px;
    background-color: #243b74;
}

.show-details::before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: rgba(255, 255, 255, .6);
    margin: 25px 0 15px;
}

.news-magazine3 .pic-news-home .pic-img {
    height: 153px;
    padding: 0;
}

.news-magazine3 .item-news-home {
    margin: 0 0 20px;
}

.news-magazine3 .box-news-home a {
    display: flex;
}

.news-magazine3 .pic-news-home {
    width: 50%;
}

.news-magazine3 .txt-news-home {
    width: 50%;
    padding: 12px;
    background-color: #243b74;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-magazine3 .txt-news-home h3 {
    max-height: 97px;
    overflow: hidden;
}

.news-magazine3 {
    width: 25vw;
}

.show-details {
    font-size: 16px;
    color: #c39d56;
    margin: 0;
    padding: 0;
}

.list-certificate {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.home-product .slidebox-item {
    height: 100vh;
}

.home-product .slick-initialized .slick-slide {
    display: flex;
}

.home-contact {
    background: url('../images/bg_news.jpg') repeat;
}

.underline {
    padding: 0!important;
}

.wrap-contact-home {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.company-text {
    position: relative;
    display: block;
    height: auto;
    margin: 0;
    color: #fff;
    text-align: center;
}

.company-info {
    height: auto;
    position: relative;
    padding: 0;
    color: inherit;
    width: 100%;
    margin: 0;
}

.company-info,
.company-info li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-info li {
    width: auto;
    margin: 0 15px;
}

.company-info,
.company-info li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-info span {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 12px 0 0;
    vertical-align: middle;
}

.company-info a {
    color: inherit;
    font-weight: 700;
    font-size: 18px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
svg {
    display: block;
}

.subscribe-contact {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 450px;
}

.subscribe-contact::before {
    content: '';
    position: relative;
    display: block;
    margin: 30px auto 70px;
    width: 100px;
    height: 0px;
    background-color: rgba(255, 255, 255, .5);
}

.wrap-subscribe-contact {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #1c3061;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 5px 20px rgb(255 255 255 / 30%);
}

.img-subscribe {
    background: #1c3061 url('https://caslaquartz.com/catalog/view/images/subscribe.svg') no-repeat center center/contain;
}

.img-subscribe {
    position: relative;
    display: block;
    margin: -55px auto 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.subscribe-contact .subs-title {
    position: relative;
    display: block;
    margin: 10px auto 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-subscribe-home,
.wrap-about-intro {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-subscribe-home {
    flex-wrap: wrap;
}

.form-subscribe-home .input-text {
    width: 100%;
    margin: 0 0 8px;
}

.input-area .holder,
.input-text .holder {
    position: absolute;
    left: 20px;
    top: 14px;
    color: rgba(70, 82, 126, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.input-text input[type=text] {
    background: 0 0;
    background: #fff;
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
}

.input-area textarea,
.input-text input[type=text] {
    color: #222;
    font-size: 15px;
    width: 100%;
    transition: all .3s ease-in-out;
    border: 0;
    border-radius: 12px;
}

.wrap-subscribe-contact .button {
    padding: 13px;
    font-size: 15px;
    width: 100%;
}

.button {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #c39d56;
    border: 0;
    padding: 16px;
    border-radius: 10px;
    white-space: nowrap;
    cursor: pointer;
    z-index: 1;
}

.about-strategy .title-center.underline::after,
.home-contact .title-main.underline::after {
    margin: 30px auto;
}

.underline::after {
    content: '';
    position: relative;
    display: block;
    width: 100px;
    height: 1.05px;
    margin: 20px 0;
    padding: 0;
}

.home-contact .title-main {
    color: #fff;
}

.home-product-body {
    display: flex;
}


/* trang sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n phÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m*/

body,
html,
section,
table {
    border: 0;
    vertical-align: baseline;
}

.container,
.content-column,
section {
    width: 100%;
    position: relative;
    margin: 0;
}

.content-column,
section {
    height: auto;
    display: block;
}

section {
    padding: 0;
    text-align: center;
    z-index: 5;
}

.section-outernav {
    opacity: 1;
    background-color: #c39d56;
    overflow-x: scroll;
}

.outer-nav,
.sub-nav li,
.sub-nav ul {
    position: relative;
    width: auto;
    height: auto;
}

.outer-nav {
    display: block;
    width: auto;
    margin: 0;
    text-align: center;
    z-index: 4;
}

.main,
.navigation,
.outer-nav,
.overlay-menu,
.right-header,
.title-header,
form {
    /* visibility: hidden; */
}

.sub-nav {
    position: relative;
    display: inline-block;
    /* width: 100%; */
    height: auto;
    margin: 0;
    text-align: center;
    z-index: 10;
}

.sub-nav ul {
    white-space: nowrap;
    z-index: 2;
    display: block;
}

.outer-nav,
.sub-nav li {
    display: inline-block;
    margin: 0 -2px;
}

.outer-nav.second .sub-nav li a.current,
.outer-nav.second .sub-nav li button.current,
.sub-nav li a.current,
.sub-nav li button.current {
    background-color: #243b74;
    pointer-events: none;
}

.sub-nav li a,
.sub-nav li button {
    display: block;
    padding: 14px 18px 15px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background-color: #c39d56;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: 0;
}

.class-hidden {
    display: none!important;
}

.product-section-intro {
    padding: 40px 0;
}

.wrap-content,
.wrap-large,
.wrap-small,
.wrap-smallest {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    height: auto;
    z-index: 5;
}

.blue {
    color: #243b74;
}

.title-center,
.title-group {
    text-align: center;
}

.title-big,
.title-post {
    position: relative;
    display: inline-block;
    pointer-events: none;
    margin: 0 auto;
    padding: 0 0 30px;
    white-space: normal;
    text-align: left;
    z-index: 5;
}

.title-post,
.title-post h2,
.title-post h3 {
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

.title-post h2,
.title-post h3 {
    position: relative;
    display: block;
    color: inherit;
    padding: 0;
    margin: 0;
}

.underline::after {
    content: '';
    position: relative;
    display: block;
    width: 100px;
    height: 1.05px;
    margin: 20px 0;
    padding: 0;
}

.underline.blue::after {
    background-color: rgba(36, 59, 116, .7);
}

.text-product-intro {
    position: relative;
    display: block;
    margin: auto;
    max-width: 800px;
}

.text-fixed p,
.text-fixed p span {
    font-size: 15px;
    line-height: 1.6;
    color: #243b74;
    text-align: justify;
}

.text-product-intro.text-fixed p {
    font-size: 18px;
    color: #243b74;
    font-style: italic;
}

.text-fixed a {
    color: #243b74;
    transition: all .3s ease-in-out;
}

#product-page>section:nth-child(odd):not(.section-outernav) {
    background-color: #eee;
}

.product-modern {
    padding: 40px 0;
}

.wrap-large,
.wrap-small,
.wrap-smallest {
    max-width: 1400px;
}

.title-center.underline::after {
    margin: 20px auto;
}

.list-product {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: auto;
    padding: 0;
}

.group-product {
    position: relative;
    display: block;
    width: calc(100%/3);
    height: auto;
    padding: 14px;
}

.box-product,
.box-product a,
.title-thumb-product {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.box-product,
.box-product a,
.title-thumb-product {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.box-product .pic-img {
    padding-top: 75%;
    position: relative;
    display: block;
    z-index: 9;
}

.box-product .pic-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 6px solid #c39c56;
    transition: all .3s ease-in-out;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

.title-thumb-product {
    padding: 15px;
    text-align: center;
}

.title-thumb-product {
    padding: 15px;
    text-align: center;
}

.title-thumb-product h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #243b74;
}

.group-product.special {
    margin: 0 66.66% 0 0;
}

.wrap-append-bg {
    pointer-events: none;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
}

.append-bg:nth-child(odd) {
    left: 33.33%;
}

.append-bg {
    position: relative;
    display: block;
    padding: 14px;
}

.append-bg .pic-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.trans-slow {
    display: block;
    position: relative;
}

.bg-cover .trans-slow,
.bg-fixed .trans-slow,
.bg-fixed img,
.box-cover .trans-slow,
.pic-img .trans-slow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.group-product.special-2 {
    margin: 0 0 0 66.66%;
}

#product-page>section:nth-child(odd):not(.section-outernav) {
    background-color: #eee;
}

.product-virtual {
    padding: 80px 0;
    text-align: center;
}

.virtual-button {
    position: relative;
    display: inline-block;
    padding: 25px 25px 25px 100px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    overflow: visible;
    z-index: 1;
}

.virtual-button::before {
    background: url(https://caslaquartz.com/catalog/view/images/virtual.svg) no-repeat center center/contain;
}

.virtual-button::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    top: calc(50% - 65px);
    left: -40px;
    z-index: 1;
}

.virtual-button a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.virtual-button::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 17px;
    background-color: #243b74;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.virtual-button:hover::before {
    background: url(https://caslaquartz.com/catalog/view/images/virtual-yellow.svg) no-repeat center center/contain;
    transform: scale(1.06);
}

.section-outernav.fixed {
    top: 50px;
    background-color: transparent;
    position: fixed;
    z-index: 98;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    left: calc(50% - 375px);
}

.section-outernav::-webkit-scrollbar {
    display: none;
}

.outer-nav.oversize .sub-nav::-webkit-scrollbar {
    display: none;
}

.product-details-intro {
    padding: 40px 0;
}

.title-big h2 {
    line-height: 1.4;
    color: inherit;
    text-transform: uppercase;
    --minFontSize: 18px;
    --maxFontSize: 2.7vw;
    --scaler: 10vw;
    font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
}

.product-details {
    overflow: hidden;
    padding: 0 0 2px;
}

.product-full {
    text-align: center;
    padding: 5vw 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.material-slide,
.product-full {
    height: auto;
    position: relative;
    display: block;
}

.bg-cover,
.bg-cover img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    pointer-events: none;
}

.fullsize::after,
.product-full .bg-cover,
.virtual-button::after {
    position: absolute;
    left: 0;
    top: 0;
}

.trans-slow {
    position: relative;
    display: block;
}

.bg-cover .trans-slow,
.bg-fixed .trans-slow,
.bg-fixed img,
.box-cover .trans-slow,
.pic-img .trans-slow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-cover,
.bg-cover img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    pointer-events: none;
}

.bg-cover img {
    object-fit: cover;
    object-position: center center;
}

.material-slide {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

.material-slide,
.product-full {
    height: auto;
    position: relative;
    display: block;
}

.pro-full,
.pro-full .magnify-image,
.slide-product {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.slide-product {
    padding: 0;
}

.material-slide .pro-full {
    max-height: 70vh;
}

.pro-full,
.pro-full .magnify-image,
.slide-product {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.pro-full {
    max-height: 500px;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
}

.magnify,
.magnify>.magnify-lens {
    min-width: 0;
    min-height: 0;
    animation: none;
    border: 0;
    float: none;
    margin: 0;
    opacity: 1;
    outline: 0;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none;
}

.magnify,
.tilte-pic-product {
    position: relative;
    display: inline-block;
}

.magnify {
    width: 100%;
    height: 100%;
    box-shadow: none;
    z-index: inherit;
}

.magnify,
.magnify>.magnify-lens {
    min-width: 0;
    min-height: 0;
    animation: none;
    border: 0;
    float: none;
    margin: 0;
    opacity: 1;
    outline: 0;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none;
}

.magnify>.magnify-lens {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 80%), 0 0 8px 8px rgb(0 0 0 / 15%), inset 0 0 30px 2px rgb(0 0 0 / 25%);
    cursor: none;
    display: none;
    z-index: 20;
}

.pro-full .magnify-image {
    pointer-events: none;
    object-fit: contain;
    object-position: center;
}

.pro-full,
.pro-full .magnify-image,
.slide-product {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.fullsize {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 0;
    padding: 0;
    background-color: #c39d56;
    cursor: pointer;
    top: 15px;
    right: 15px;
    border-radius: 2px;
    z-index: 999;
}

.fullsize::after,
.product-full .bg-cover,
.virtual-button::after {
    position: absolute;
    left: 0;
    top: 0;
}

.fullsize::after {
    content: '';
    width: 100%;
    height: 100%;
}

.fullsize::after {
    background: url(https://caslaquartz.com/catalog/view/images/video/fullscreen.svg) no-repeat 50%/80%;
}

.tilte-pic-product {
    max-width: 100%;
    margin: 30px auto 0;
    border-radius: 16px;
    padding: 25px 20px;
    background-color: #243b74;
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
}

.tilte-pic-product p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    margin: 8px 0;
}

.product-details-info {
    padding: 0 0 40px;
}

.list-info-product {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
}

.box-info-product:nth-child(odd) {
    width: calc(50% - 2px);
    margin: 0 2px 0 0;
}

.box-info-product {
    position: relative;
    display: block;
    background-color: #eee;
    padding: 50px 7vw;
    width: 50%;
    text-align: left;
}

.text-ani-item .words {
    opacity: 0;
}

.list-info-product .wordPar {
    font-size: unset;
}

.words {
    font-size: unset;
}

.box-info-product .virtual-button {
    margin: 60px 40px 40px;
}

.box-info-product-overview {
    width: 90%;
    margin: 50px auto;
    background-color: #233a72;
    padding: 30px 40px 40px;
    max-width: 1050px;
    border: 1px solid #eee;
    border-radius: 25px;
}

.product-details-info .wordPar {
    font-size: unset;
}

.box-info-product-overview .group-text p {
    color: #fff;
    font-size: 16px;
}

.group-text.text-fixed p {
    /* color: #fff; */
    display: block;
    margin: 0 0 15px;
}

.box-info-product-overview .group-text {
    transition: height .6s ease-in-out;
    height: 40vh;
    overflow: hidden;
}

.box-info-product-overview {
    width: 90%;
    margin: 50px auto;
    background-color: #233a72;
    padding: 30px 40px 40px;
    max-width: 1050px;
    border: 1px solid #eee;
    border-radius: 25px;
}

.list-info-product {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
}

.text-fixed img {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.box-view-more {
    margin: auto;
    padding: 30px 0 0;
    text-align: center;
}

.button.button-view {
    border-radius: 30px;
    padding: 12px 16px;
    font-size: 15px;
}

.button {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #c39d56;
    border: 0;
    padding: 16px;
    border-radius: 10px;
    white-space: nowrap;
    cursor: pointer;
    z-index: 1;
}

.button-view>span {
    font-size: inherit;
    text-transform: uppercase;
}

#contact-page .banner-inner .background::after,
.button-view .hide-text,
.button-view.active .more-text {
    display: none;
}

.group-text.text-fixed.active {
    height: auto;
}

.button-view.active .more-text {
    display: none;
}

.button-view.active .hide-text {
    display: block;
}

button:focus {
    outline: 0;
}

.product-details-info .wrap-certificate-home {
    position: relative;
    display: inline-block;
    opacity: 1;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    width: 90%;
    max-width: 1050px;
    margin: 50px auto;
    z-index: 10;
    height: 114px;
}
.product-details-info .wrap-certificate-home .slick-list {
	margin-top: 20px; 
}

.item-certi .pic-img {
    height: 100%;
}

.arrow-outside {}

.product-details-relative .wordPar {
    font-size: unset;
}

.slide-three-item {
    padding-right: 10px;
}

.box-slide-three {
    position: relative;
    padding: 30px;
}

.slidebox-arrow-prev svg {
    right: 0;
    transform: scaleX(-1);
}

.arrow-outside .slidebox-arrow-prev {
    left: -45px;
    width: 70px;
    height: 70px;
}

.box-slide-three .slidebox-arrows {
    max-width: unset;
    width: 100%;
    left: 0;
    top: calc(45% - 30px);
    transform: none;
}

.slidebox-arrows,
.slidebox-modify {
    position: absolute;
    height: auto;
    text-align: center;
    z-index: 10;
}

.slide-three .slidebox-arrow.slidebox-arrow-prev {
    left: -20px;
    color: #999;
}

.slidebox-arrow-prev svg,
.slidebox-arrow-next svg {
    color: #999;
}

.box-slide-three .slidebox-arrow-prev {
    top: calc(45% - 30px);
    left: -20px;
}

.box-slide-three .slidebox-arrow-next {
    top: calc(45% - 30px);
    right: -20px;
}

.box-slide-three .slidebox-arrow-next {
    background-color: unset;
    border: none;
    box-shadow: unset;
}

.back-section {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
	margin-bottom: 30px;
    z-index: 1;
}

.button {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #c39d56;
    border: 0;
    padding: 16px;
    border-radius: 10px;
    white-space: nowrap;
    cursor: pointer;
    z-index: 1;
}

.back-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
}

.back-section .button {
    padding: 15px 24px;
    border-radius: 30px;
    text-transform: uppercase;
    border: 0;
}

.box-slide-three .slick-slide {
    height: auto;
}

.bg_slide2 .slick-slide {
    height: auto;
}

.tilte-pic-product-1 {}

.active-nav {
    color: #fff;
}



.language li.active,
.loadpic-product-details {
    display: none;
}

.loadpic-product-details {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loadpic-product-details.show {
    pointer-events: auto;
}

.fullsize {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 0;
    padding: 0;
    background-color: #c39d56;
    cursor: pointer;
    top: 15px;
    right: 15px;
    border-radius: 2px;
    z-index: 999;
}

.loadpic-product-details.show .exit-fullsize {
    animation: goLeft .6s ease forwards;
}

.exit-fullsize {
    opacity: 1;
    top: 22px;
    right: 22px;
    z-index: 999999;
}

.fullsize::after {
    content: '';
    width: 100%;
    height: 100%;
}

.exit-fullsize.fullsize::after {
    background: url(https://caslaquartz.com/catalog/view/images/video/cancel-fullscreen.svg) no-repeat 50%/80%;
}

.magnify,
.magnify>.magnify-lens {
    min-width: 0;
    min-height: 0;
    animation: none;
    border: 0;
    float: none;
    margin: 0;
    opacity: 1;
    outline: 0;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none;
}

.magnify>.magnify-lens {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 80%), 0 0 8px 8px rgb(0 0 0 / 15%), inset 0 0 30px 2px rgb(0 0 0 / 25%);
    cursor: none;
    display: none;
    z-index: 20;
}

.loadpic-product-details .magnify {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.loadpic-product-details.show .magnify {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.magnify {
    width: 100%;
    height: 100%;
    box-shadow: none;
    z-index: inherit;
}

.title_sp001 h2{
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #243b74;
    position: relative;
}
.title_sp001 h2:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 13px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}


.loadpic-product-details.show {
    display: block;
}

.box-info-product .group-text,
.box-info-product .group-text p {
    color: #243b74;
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 1.6;
}

.wrap-about-home {
    width: 100%;
}

.left-content {
    width: 36%;
}

.right-content {
    width: 64%;
}

.text-top {
    width: 36%;
}

.product-home-pic {
    width: 64%;
    max-width: unset;
}

.text-top .text-title {
    width: 70%;
}

.home-about .wrap-certificate-home {
    padding: 15px 10px;
}

.whole-content .shadow-overlay {
    display: none;
}
.abouts {
	background: #fff;
}
.box_text_left {
	padding: 20px 10px;
}
.box_text_left .title-home {
	line-height: 30px;
	font-size: 28px;
	color: #333;
	position: relative;
}
.box_text_left .title-home:before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 100%;
}
.box_text_left .content-wc {
	padding: 15px 0;
	text-align: justify;
	line-height: 25px;
	font-size: 16px;
	color: #333;
	font-style: italic;
}
.box_text_left .content-wc ul li {
	list-style: disc !important;
	margin-left: 20px;
}
.abouts .link-viewmore {
    display: inline-block;
    color: #fff;
    padding: 7px 20px;
    margin-bottom: 30px;
    font-size: 15px;
	border-radius:20px; 
    border: solid 1px #c39d56;
	background: #c39d56;
	font-weight: 500;
	text-transform: uppercase;
}
.item-w {
	text-align: center;
}
.item-w .icon-w {
	width: 80%;
	margin: auto;
}
.item-w .title-w {
	font-size: 16px;
	color: #333;
	font-weight: 500;
}
.video-container img {
	width: 100%;
	object-fit: cover;
	height: 80vh;
	justify-content: center;
}
.padding_none {
	padding: 0;
}
.ss03_product {
	background: #fff;
	padding: 30px 0;
	border-bottom: solid 1px #ccc;
}
.ss03_product .title_sp h2 {
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
	color: #243b74;
	position: relative;
}
.ss03_product .title_sp h2:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 13px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
.section-product .container {
	
	margin: auto;
}
.section-product {
	padding: 50px 0;
	background: rgba(217, 150, 21, 1);
    background: -webkit-linear-gradient(90deg, rgba(217, 150, 21, 1), rgba(7, 58, 145, 1));
    background: linear-gradient(90deg, rgba(217, 150, 21, 1), rgba(7, 58, 145, 1));
}
.section-product .title_sp h2 {
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding: 0 20%;
}
.section-product .title_sp h2:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 13px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
.section-product .box-product .pic-img {
    padding-top: 55%;
    position: relative;
    display: block;
    z-index: 9;
}
.section-product .title-thumb-product {
    padding: 10px 0;
    text-align: center;
}
.section-product .box-product .pic-img img {
	border-radius:15px; 
	box-shadow: 0px 15px 20px -20px #000;
    -webkit-box-shadow: 0px 15px 20px -20px #000;
}
.section-product .title-thumb-product h3 {
	color: #fff;
	padding: 0 0;
	margin: 0;
	font-size: 15px;
}
.section-product .title_sp p {
	padding: 10px 15% 20px 15%;
	text-align: center;
	color: #fff;
}
.view_more_all {
	text-align: center;
}
.view_more_all a {
	display: inline-block;
    color: #c39d56;
    padding: 10px 35px;
    margin-top: 15px;
	text-transform: uppercase;
    font-size: 16px;
	border-radius: 30px;
    border: solid 1px #c39d56;
}
.block-news {
	width: 1200px;
	margin: auto;
	text-align: center;
	padding: 30px 0;
}
.news-magazine2 .item-news-home:nth-child(2) {
	display: none
}
.news-magazine2 .item-news-home:nth-child(3) {
	display: none
}
.news-magazine1 .item-news-home:nth-child(3) {
	display: none
}
.home-news .title-main h2, .home-news .title-main h3 {
	font-size: 1.6vw;
}
.section-product-in {
	padding: 50px 0;
	background: rgba(217, 150, 21, 1);
    background: -webkit-linear-gradient(90deg, rgba(217, 150, 21, 1), rgba(7, 58, 145, 1));
    background: linear-gradient(90deg, rgba(217, 150, 21, 1), rgba(7, 58, 145, 1));
}
.section-product-in .title_sp h2 {
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding: 0 20% 25px 20%;
}
.section-product-in .title_sp h2:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 13px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
.section-product-in .title_sp p {
	padding: 10px 15% 20px 15%;
	text-align: center;
	color: #fff;
}
.section-product-in .padding_congtrinh {
}
.section-product-in .box_thongtin_congtrinh {
	text-align: left;
	color: #fff;
	padding-top: 10%;
}
.section-product-in .box_thongtin_congtrinh h2 {
	border-left: solid 5px rgb(217, 150, 21);
	padding: 0 10px 0;
	font-weight: 600;
	font-size: 25px;
}
.section-product-in .box_thongtin_congtrinh .desc {
	font-size: 16px;
	line-height: 24px;
	padding: 30px 0 20px 0;
	text-align: justify;
}
.section-product-in .box_thongtin_congtrinh a {
	background: rgb(217, 150, 21);
	padding: 8px 30px;
	color: #fff;
	border-radius: 20px; 
}
.section-product-in .box_thongtin_congtrinh1 {
	width: 100%;
	text-align: left;
	color: #fff;
	padding-top: 20px;
}
.section-product-in .box_thongtin_congtrinh1 h2 {
	border-left: solid 5px rgb(217, 150, 21);
	padding: 0 10px 0;
	font-weight: 600;
	font-size: 25px;
}
.section-product-in .box_thongtin_congtrinh1 .desc {
	font-size: 16px;
	line-height: 24px;
	padding: 30px 0 20px 0;
	text-align: justify;
}
.section-product-in .box_thongtin_congtrinh1 a {
	background: rgb(217, 150, 21);
	padding: 8px 30px;
	color: #fff;
	border-radius: 20px; 
}
.padding_left_none {
	padding: 0;
}
.box_images_congtrinh {
	margin: 25px 15px 25px 0;
}
.box_images_congtrinh .images_ctr {
	margin: 0 10px;
}
.box_form_dangky {
	width: 70%;
	float: right;
	padding: 0px;
	margin-right: 23px;
}
.title_box_form_dangky {
	border-top-right-radius: 50px;
	background: #243b74;
	color: rgb(255, 218, 3);
	padding: 20px;
	text-align: center;
}
.title_box_form_dangky p {
	font-weight: 500;
}
.title_box_form_dangky span {
	color: #fff;
}
.box_form_dangky .form_in {
	background: #fff;
	padding: 10px 20px 25px 20px;
	border-bottom-left-radius: 50px;
}
.box_form_dangky .contact-form .form input {
	border: solid 1px #ccc;
	border-radius:0;
	background: #fff;
	color: #333;
	height: 35px;
	margin-bottom: 5px;
}
.box_form_dangky .contact-form .form textarea {
    font-size: 14px;
    color: #333;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 0px;
    padding: 10px 15px;
    margin-bottom: 5px;
    outline: 0;
    background: #fff;
}
.section-product-in-01 .container {
	width: 1100px;
	margin: auto;
}
.section-product-in-01 {
	padding: 0px 0 50px 0;
	background: rgba(217, 150, 21, 1);
    background: -webkit-linear-gradient(90deg, rgba(217, 150, 21, 1), rgba(7, 58, 145, 1));
    background: linear-gradient(90deg, rgba(217, 150, 21, 1), rgba(7, 58, 145, 1));
}
.section-product-in-01 .box_thongtin_congtrinh {
	text-align: left;
	color: #fff;
	padding-top: 0;
	margin-bottom: 20px;
}
.section-product-in-01 .box_thongtin_congtrinh h2 {
	border-left: solid 5px rgb(217, 150, 21);
	padding: 0 10px 0;
	font-weight: 600;
	font-size: 25px;
}
.images_congtrinh {
	margin: 10px 5px;
}
.box_anhsp:nth-child(2) {
	width: 25%;
	flex: 0 0 25%;
    max-width: 25%;
}
.box_anhsp:nth-child(3) {
	width: 50%;
	flex: 0 0 50%;
    max-width: 50%;
}
.box_anhsp:nth-child(4) {
	width: 25%;
	flex: 0 0 25%;
    max-width: 25%;
}
.images_congtrinh_01 {
	margin: 10px 5px;
}
.images_congtrinh_01 img {
	width: 100%;
	object-fit: cover;
	height: 320px;
}

.danh-gia-01 .box_thongtin_congtrinh h2{
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding: 0 20%;
}
.danh-gia-01 .box_thongtin_congtrinh h2:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 13px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
.danh-gia-01 .box_thongtin_congtrinh .desc p {
    padding: 10px 15% 20px 15%;
    text-align: center;
    color: #fff;
}
.danh-gia-conten-001 {
    text-align: left;
    color: #fff;
    padding-top: 10px;
    margin-left: 0px;
}
.danh-gia-conten-001 h2 {
    border-left: solid 0px rgb(217, 150, 21);
    padding: 0 10px 0;
    font-weight: 600;
    font-size: 25px;
}
#ung-dung .list_review {
	display: block;
}
#review-ung-dung .list_review .review h2 a {
	color: #333;
    font-size: 17px;
    line-height: 24px;
}

.link-service {
    display: block;
    max-width: 790px;
    background: #fdcb4f;
    color: #fff;
    padding: 10px 15px;
    line-height: 35px;
    font-size: 20px;
    margin-bottom: 20px;
}

.link-service:hover {
    color: #fff;
}

.link-service i {
    margin-left: 10px;
}

.pd-10 {
    padding: 0 10px;
}

.text-service {
    padding: 0 5px;
}

.title-service {
    font-size: 63px;
    color: #fdcb4f;
    text-transform: uppercase;
    font-weight: bold;
}

.service-view {
    border: 1px solid #fdcb4f;
    border-radius: 20px;
    padding: 0 19px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    color: #fdcb4f;
}

.service-view:hover {
    color: #fff;
    background-color: #fdcb4f;
}

.col-service-item {
    padding: 0 5px;
    margin-bottom: 20px;
}

.service-item {
    box-shadow: 1px 15px 19px #dddddd;
}

.service-item .box {
    text-align: center;
    padding: 0 0 15px;
    background-color: #fff;
}

.service-item .box .image {
    margin-bottom: 15px;
}

.service-item .box .image img {
    object-fit: cover;
    width: auto;
}

.service-item .box .name {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fdcb4f;
    line-height: normal;
}

.service-item .box .name span {
    max-width: 112px;
    display: inline-block;
}

.wrap-service .col-service-item:nth-child(2) .box .name a:hover {
    color: #282e88;
}

.wrap-service .col-service-item:nth-child(3) .box .name a:hover {
    color: #fdcb4f;
}

.wrap-service .col-service-item:nth-child(4) .box .name a:hover {
    color: #fad187;
}

.icon-dv-right {
    margin-top: 5px;
}

.line-div {
    width: 50px;
    height: 1px;
    background: #707070;
    margin: 0 auto;
}

.title-xemthem {
    font-size: 24px;
    color: #707070;
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}

.title-#c31f26 {
    color: #fdcb4f;
}

.title-while {
    color: #fff;
}

.group-title .desc {
    color: #222;
    margin-bottom: 0;
    line-height: 24px;
    max-width: 750px;
    font-size: 15px;
    text-align: center;
    margin: auto;
}

.wrap-system {
    padding: 25px 0 60px;
    background-color: #fdcb4f;
    color: #fff;
}

.box-system {
    position: relative;
}

.list-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
}

.list-icon span {
    /* display: inline-block; */
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #3895f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}

.list-icon span:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white-2;
    animation: animation-glowing-white-2 1.5s infinite;
}

.list-icon span.active:after {
    animation-name: animation-glowing-white-2-active;
}

@keyframes animation-glowing-white-2-active {
    0% {
        box-shadow: inset 0 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.5);
    }
    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

@keyframes animation-glowing-white-2 {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 0 0 0 rgba(226, 59, 65, 0.1);
    }
    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.1);
    }
}

.list-icon span.active {
    transform: translate(-50%, -50%) scale(1.5);
}

.list-icon span:before {
    content: "\f041";
}

.close-map {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    line-height: 23px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.close-map:before {
    content: "x";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.bg-image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.bg-image-load.active {
    z-index: 1;
    opacity: 1;
}

.bg-image-load.active .image-load {
    transform: translate(-50%, -50%) scale(1);
}

.box-system .image-load {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    /* opacity: 0; */
    text-align: center;
    max-width: 500px;
    /* overflow: hidden; */
    transition: all 0.5s;
}

.box-image-load {
    padding-bottom: 100%;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #e23b41;
}

.box-system .image-load img {
    width: auto;
    max-width: 70%;
    /* max-width: 100%; */
    height: 80%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wrap-system .image-sytem {}

.wrap-system .image-sytem img {}

.btn-view {
    display: inline-block;
    border-radius: 40px;
    line-height: 45px;
    background-color: #fff;
    color: #e23b41;
    font-size: 18px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #e23b41;
    box-shadow: 0px 1px 5px 1px #a38a8a;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: animation-glowing-white;
    animation: animation-glowing-white 1.5s infinite;
}

.btn-light {
    padding: 3px 12px;
    font-size: 14px;
    color: #333;
    background-color: #f99f31;
    border-color: #f99f31;
}

@keyframes animation-glowing-white {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
    100% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }
}

.btn-view:hover {
    color: #fff;
    background-color: #e23b41;
}

.btn-view i {
    font-size: 28px;
    margin-right: 10px;
}

.wrap-count {
    padding: 25px 0;
}

.wrap-count .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.image-about {}

.image-about .image {
    overflow: hidden;
    display: block;
}

.image-about img {
    transition: 0.5s;
}

.image-about .image:hover img {
    transform: scale(1.2);
}

.link_about {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.link_about a {
    display: inline-block;
    color: #e23b41;
    border-radius: 50px;
    border: 1px solid #e23b41;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 18px;
}

.link_about a:hover {
    background-color: #e23b41;
    color: #fff;
}

.list_count {}

.item_count {
    text-align: center;
    margin-bottom: 20px;
}

.item_count .box_count {}

.item_count .box_count .counter-value {
    color: #e23b41;
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 5px;
}

.item_count .box_count p {}

.list-news-2 .fo-03-news .content {
    padding-top: 30px;
}

.list-news-2 .fo-03-news h3 a {
    color: #e23b41;
}

.list-news-2 .fo-03-news h3 a:hover {
    color: #282e88;
}

.list-news-2 .fo-03-news .desc {
    -webkit-line-clamp: 2;
    height: 46px;
    margin-bottom: 5px;
}

.fo-03-news h3 {
    font-weight: 500;
    font-size: 17px;
    color: #333;
    line-height: 20px;
    margin: 0px 0 0px;
    position: relative;
    margin-top: 10px;
}

.fo-03-news h3 a {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.fo-03-news h3 a:hover {
    color: #e23b41;
}

.fo-03-news .desc {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 92px;
    margin-bottom: 25px;
}

.fo-03-news-main .content {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.block-action-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fo-03-news-main .block-action-news {
    color: #e23b41;
}

.fo-03-news-main .date {
    color: #e23b41;
}

.xemthem {
    text-decoration: underline;
}

.wrap-bg {
    background-image: url(../images/bg-01.png);
    padding: 15px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-bg {
    position: relative;
    margin: 0 auto;
}

.box-bg>img {
    /* min-height: 300px; */
    /* object-fit: cover; */
    width: 100%;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

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

.before-after-unset:before,
.before-after-unset:after {
    content: unset;
}

.box-bg .d-flex {}

.box-bg-content {
    justify-content: center;
    align-items: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.box-bg-content .logo-bg {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.box-bg-content .button_tuvan {
    width: 50%;
    padding-left: 10px;
}

.box-bg-content .logo-bg img {
    width: auto;
    max-width: 328px;
}

.wrap-contact-footer {
    padding: 15px 0 0;
}

.col-1-5 {
    min-width: 20%;
}

.col-item-contact {
    color: #e23b41;
    margin-bottom: 15px;
}

.col-item-contact .box {
    text-align: center;
}

.col-item-contact .box .icon {
    text-align: center;
}

.col-item-contact .box .icon img {
    height: 75px;
    width: auto;
    margin: 0 auto;
}

.col-item-contact .box .name {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

.col-item-contact .box .desc {
    font-size: 17px;
}

.col-item-img {
    margin-bottom: 15px;
}

.col-item-img .box {}

.col-item-img .box .image {
    text-align: center;
}

.col-item-img .box .image img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.breadcrumbs {
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
    background-color: #fff;
}

.breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #2b2b2b; */
    z-index: 1;
}

.breadcrumbs ul {
    float: left;
    width: 100%;
    padding: 12px 15px;
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 20px; */
    display: inline-block;
    max-width: 795px;
    background-color: #e23b41;
}

.breadcrumbs ul>li {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 400;
}

.breadcrumbs ul>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    float: left;
}

.breadcrumbs ul>li>a:after {
    content: "/";
    /*    content: "\f101";
    margin: 0px 10px;
    font: normal normal normal 14px/1 FontAwesome;
    */
}

.breadcrumbs ul>li:last-child a:last-child:after {
    content: "\f107";
    margin: 0px 0px 0 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    position: relative;
    top: 2px;
}

.breadcrumbs ul>li span {
    display: inline-block;
    color: #fff;
}

.blog-news {
    padding: 50px 0;
}

.line-div-long {
    width: 100%;
    height: 1px;
    background-color: #000;
    max-width: 670px;
    margin: 30px auto;
}

.list-news-2 {}

.list-news-2 .row {
    padding: 0 7.5px;
}

.list-news-2 .row .col-xs-12 {
    padding: 0 7.5px;
}

.list-news-2>.row:nth-child(2n) .left {
    float: right;
}

.list-news-2 .left {}

.list-news-2 .right {}

.list-news-2 .fo-03-news {
    margin-bottom: 15px;
}

.list-news-blog {}

.list-news-blog .fo-03-col-news:nth-child(1),
.list-news-blog .fo-03-col-news:nth-child(6) {
    width: 50%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .image a,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .image a {
    padding-bottom: 66.7%;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    background-image: linear-gradient(0deg, rgba(204, 204, 204, 0.9), rgba(237, 233, 233, 0.9), transparent);
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .content {
    color: #e23b41;
}

.list-news-blog .fo-03-col-news:nth-child(1) .fo-03-news .date,
.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .date {
    color: inherit;
}

.list-news-blog .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #3e4494
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content {
    color: #707070;
}

.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(1) .fo-03-news .content .block-action-news,
.list-news-blog.list-news-blog-nb .fo-03-col-news:nth-child(6) .fo-03-news .content .block-action-news {
    color: #e23b41;
}

.blog-news-detail {
    padding: 0px 0;
	width: 960px;
	margin: auto;
}

.p-75 {
    padding: 0 7.5px;
}

.p-5 {
    padding: 0 5px;
}

.p-10 {
    padding: 0 10px;
}

.padding-content {
    padding: 25px 38px 35px;
}

.news-detail {
    text-align: justify;
    /* border-radius: 15px; */
    overflow: hidden;
    margin-bottom: 30px;
}

.title-detail {
	padding: 30px 0 5px;
}
.title-detail h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #1c3160;
}

.title-lg {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-detail .box_content {
    font-size: 15px;
    line-height: 1.6;
}

#wrapSizeChange h1 {
    font-size: 1.6em;
    font-weight: bold;
}

#wrapSizeChange h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#wrapSizeChange h3 {
    font-size: 1.3em;
    font-weight: bold;
}

#wrapSizeChange h4 {
    font-size: 1.2em;
    font-weight: bold;
}

#wrapSizeChange h5 {
    font-size: 1.1em;
    font-weight: bold;
}

.news-detail .author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    width: 17%;
    margin: 20px auto;
    background: #c39d56;
    padding: 7px 15px;
}

.news-detail .author .date {
    text-transform: none;
    font-size: 16px;
    display: inline-block;
    line-height: 1.5;
    padding: 0;
    width: 100%;
    color: #fff;
    padding: 0 10px;
}

.changeFontSize {}

.changeFontSize * {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}

.news-detail .box_content .content-news {
	font-size: 16px;
	text-align: justify;
	color: #1c3160;
	font-family: "Montserrat", Sans-serif;
}

.news-detail .box_content .content-news img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.hastag {
	padding: 20px 0;
}
.news_khac {
	width: 1100px;
	margin: auto;
	text-align: center;
}
.line {
	width: 100%;
	height: 0;
	margin-top: 20px;
	background: #1c3160;
	margin-bottom: 25px;
}
.wrap-template-contact {
	width: 1100px;
	margin: auto;
	font-family: "Montserrat", Sans-serif;
}

.content-news p {
    margin-bottom: 5px;
    text-align: justify;
}

#fix-sidebar {
    position: sticky;
    top: 60px;
}

.shadow {
    box-shadow: 7px 10px 14px 4px #ccc;
}

.wrap-relate {
    /* margin-top:30px; */
    margin-bottom: 20px !important;
}

.blog-tuyendung {
    padding-bottom: 40px;
    padding-top: 40px;
}

.blog-tuyendung .card-news-horizontal .image a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(226, 59, 65, 1);
    z-index: 1;
    background-image: url(../images/logo-bg.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.blog-tuyendung .card-news-horizontal .image a:hover img {
    opacity: 0.8;
}

.blog-tuyendung .card-news-horizontal .image a:hover:before {
    opacity: 1;
}

.blog-tuyendung .padding-content {}

.blog-tuyendung .card-news-horizontal:nth-child(3n+1) .content h3 {
    color: #282e88;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+2) .content h3 {
    color: #e23b41;
}

.blog-tuyendung .card-news-horizontal:nth-child(3n+3) .content h3 {
    color: #fecf78;
}

.list-trending ul>li:nth-child(3n+1) .content .name a {
    /* color: #282e88; */
}

.list-trending ul>li:nth-child(3n+2) .content .name a {
    /* color: #e23b41; */
}

.list-trending ul>li:nth-child(3n+3) .content .name a {
    /* color: #fecf78; */
}

.blog-product {
    padding: 30px 0;
    width: 100%;
}

.blog-product .group-title .title {
    padding-bottom: 0;
    color: #e23b41;
}

.blog-product .group-title {
    margin-bottom: 18px;
}

.blog-product .btn-view {
    box-shadow: 6px 11px 30px -4px #ccc;
    animation-name: unset;
}

.list-service-2 {
    margin-bottom: 10px;
}

.col-service-item-2 {
    margin-bottom: 15px;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover {
    color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2 {
    background-color: #282e88;
}

.col-service-item-2:nth-child(2) .service-item-2 .box:hover .line-div-2:after {
    border-left-color: #282e88;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover {
    color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2 {
    background-color: #ff0;
}

.col-service-item-2:nth-child(3) .service-item-2 .box:hover .line-div-2:after {
    border-left-color: #ff0;
}

.service-item-2 {}

.service-item-2 .box {
    box-shadow: 6px 11px 30px -4px #ccc;
    display: block;
    padding: 25px 48px 35px;
    background-color: #fff;
}

.service-item-2 .box:hover {
    color: #e23b41;
}

.service-item-2 .box:hover .line-div-2:after {
    content: "";
    border-top: 6px solid transparent;
    border-left: 6px solid #c31f26;
    /* border-right:4px solid #c31f26; */
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.service-item-2 .box:hover .line-div-2 {
    background-color: #e23b41;
}

.service-item-2 .icon {
    margin-bottom: 15px;
}

.service-item-2 .icon img {
    height: 135px;
    width: auto;
    object-fit: contain;
}

.service-item-2 .name {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.service-item-2 .desc {
    font-size: 17px;
    line-height: 24px;
    height: 72px;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.line-div-2 {
    width: 50px;
    background-color: #000;
    height: 2px;
    position: relative;
}

.wrap-tab-service {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrap-tab-service .nav-tabs {
    border: unset;
    border-top: 2px solid #707070;
    max-width: 830px;
    margin: 0 auto;
}

.wrap-tab-service .nav-tabs li {}

.wrap-tab-service .nav-tabs li a {
    background-color: #fff;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0;
    /* box-shadow: inset 0px 1px 1px 0.8px #ccc; */
    outline: unset;
    border: unset;
}

.wrap-tab-service .nav-tabs li.active a {
    background-color: #2c8ff2;
}

.icon-tab {}

.icon-tab img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.wrap-tab-service .tab-content {
    padding-top: 30px;
}

.title-service-tab {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 40px;
    color: #e23b41;
}

.title-service-tab-sm {
    text-transform: uppercase;
    font-size: 20px;
    color: #707070;
    font-weight: bold;
}

.desc-tab {
    font-size: 15px;
    line-height: 1.6;
}

.product-relate {
    padding-top: 20px;
    width: 100%;
    float: left;
}

.blog-product-detail {
    padding: 0px 0 18px;
}

.blog-product-detail .group-title {
    margin-bottom: 18px;
}

.blog-product-detail .group-title .title {
    padding-bottom: 0;
    color: #353a3d;
    font-size: 25px;
}

.blog-contact {
    padding: 40px 0;
}

.tuvan_ct {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

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

.image-contact {
    max-width: 1000px;
    margin: 0 auto;
}

.image-contact .wrap-system {
    padding: 0;
}

.form-search-icon {
    padding-left: 15px;
    width: 100%;
    max-width: 400px;
}

.form-search-icon .form-group {
    margin-bottom: 0;
}

.form-search-icon input {
    height: 50px;
    border-radius: 30px;
    padding-left: 40px;
    font-size: 18px;
    width: 100%;
}

.form-search-icon .search-label {
    position: relative;
    margin: 0;
    width: 100%;
}

.form-search-icon .search-label:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 50%;
    transform: translate(0, -50%);
    color: #707070;
    display: none;
}

.form-search-icon .search-label button {
    font-size: 18px;
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    position: absolute;
    top: 12px;
    left: 12px;
}

.form-search-icon .search-label button i {
    color: #707070;
}

.wrap-list-contact-address {
    padding-top: 40px;
}

.blog-lienhe-hoptac {
    padding: 40px 0;
}

.blog-lienhe-hoptac .group-title {
    margin-bottom: 5px;
}

.blog-lienhe-hoptac .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.content-lienhe-hoptac {
    max-width: 1000px;
    margin: 0 auto 10px;
    text-align: justify;
    font-size: 16px;
}

.form-contact-hoptac {
    max-width: 800px;
    margin: 0 auto;
}

.form-contact-hoptac input:not([type=radio]):not([type=checkbox]),
.form-contact-hoptac select {
    height: 50px;
    border-radius: 0;
}

.form-contact-hoptac textarea {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    border-radius: 0;
}

.form-contact-hoptac .border-input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.form-contact-hoptac .border-input label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 12px 0;
    cursor: pointer;
    position: relative;
    padding-left: 0;
}

.form-contact-hoptac .border-input input {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.form-contact-hoptac .border-input .design {
    width: 22px;
    height: 22px;
    border: 2px solid #242424;
    border-radius: 100%;
    margin-right: 8px;
    position: relative;
}

.form-contact-hoptac .border-input .design::before,
.form-contact-hoptac .border-input .design::after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}

.form-contact-hoptac .border-input .design:before {
    background-color: #242424;
    opacity: 0;
    transition: .3s;
}

.form-contact-hoptac .border-input .design:after {
    background-color: #2500e0;
    opacity: .4;
    transition: .6s;
}

.form-contact-hoptac .btn-view {
    line-height: 58px;
    padding: 0px 26px;
    font-size: 24px;
    margin-top: 20px;
}

.form-contact-hoptac .border-input input:checked+.design::before {
    opacity: 1;
    transform: scale(.6);
    top: -2px;
    left: -2px;
}

.form-contact-hoptac .border-input .text {
    color: #5d5656;
    font-size: 16px;
}

.form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
    font-size: 24px;
    font-weight: normal;
}

.form-contact-hoptac .checkbox label {
    font-size: 17px;
}

.form-contact-hoptac .checkbox label input {
    float: left;
    position: relative;
    top: 3px;
}

.form-contact-hoptac label a {
    text-decoration: underline;
    font-weight: 700;
}

.form-contact-hoptac input {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    font-size: 15px;
}

.form-contact-hoptac select {
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
}

.border-input {
    border: 1px solid #ccc;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.title-form {
    text-align: center;
    text-transform: uppercase;
    color: #e23b41;
    font-weight: bold;
    font-size: 31px;
    margin-bottom: 10px;
}

.blog-about-us {
    padding: 5px 0 0;
}

.wrap-about-us .group-title .title {
    color: #e23b41;
    padding-bottom: 0;
}

.wrap-about-us .desc-about {
    max-width: 560px;
}

.wrap-about-us {}

.wrap-about-us .container>.row {
    align-items: flex-end;
}

.about-text {}

.about-text .group-title {
    margin-bottom: 0;
}

.desc-about {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}

.image-about-us {
    margin-bottom: 20px;
}

.image-about-us img {}

.wrap-tam-nhin {
    padding: 30px 0;
    box-shadow: 0 0 25px 0px #ccc;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wrap-tam-nhin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.box-tam-nhin {
    max-width: 800px;
    margin: 0 auto;
}

.item-tam-nhin {}

.item-tam-nhin:last-child .line-tam-nhin {
    display: none;
}

.title-tam-nhin {
    font-size: 44px;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    color: #282e88;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    position: relative;
    line-height: 80px;
}

.title-tam-nhin img {
    width: auto;
    position: absolute;
    left: 0;
}

.item-tam-nhin:nth-child(3n+2) .title-tam-nhin {
    color: #eb1c23;
}

.item-tam-nhin:nth-child(3n+3) .title-tam-nhin {
    color: #f9bb5a;
}

.item-tam-nhin .desc {
    line-height: 32px;
    font-size: 24px;
    font-style: italic;
    width: 100%;
}

.wrap-ls {
    padding: 40px 0 50px;
}

.item-ls {}

.item-ls .image-ls {
    margin-bottom: 25px;
}

.item-ls .image-ls img {}

.ls-text {
    margin-bottom: 25px;
}

.title-ls {
    color: #e23b41;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.desc-ls {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
}

.line-tam-nhin {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background-color: #707070;
    margin: 20px auto;
}

.bg-line {
    background-image: url(../images/bg-line.png);
    height: 17px;
    margin-bottom: 25px;
}

.item-ls-sm {
    padding: 5px 1px;
}

.item-ls-sm:first-child .box {
    border-left: 1px solid #707070;
}

.item-ls-sm .box {
    text-align: center;
    /* border-left:1px solid #707070; */
    border-right: 1px solid #707070;
    line-height: 20px;
    padding: 0px 5px;
    font-size: 15px;
    cursor: pointer;
}

.slide-ls-sm {
    padding: 0 20px;
}

.item-ls-sm.slick-current {
    padding: 0;
}

.item-ls-sm.slick-current .box {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.wrap-banner-home-2 {
    background: #f8f8f8
}

.title_danhmuc {
    background: #c31f26;
    padding: 10px 10px;
}

.title_danhmuc h2 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.video {
    width: 100%;
}

.video iframe {
    width: 100%;
    height: 262px;
}

.list-attr .attr-item .form-group>label {
    font-size: 13px;
    font-weight: 400;
    color: rgb(102, 102, 102);
    line-height: 2;
    width: 174px;
    padding-left: 10px;
    margin-bottom: 0;
    display: inline-block;
    float: left;
}

.sale {
    width: 40px;
    height: 40px;
    background: url(../images/bg-sale.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

.home-product-left .sale {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #1c3160;
    padding: 9px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ccc;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 12px;
    background: #eee;
    margin-right: 7px;
    color: #404040;
    font-weight: 500;
    border-radius: 0;
    padding: 9px 25px;
    border: 1px solid #ccc;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #ccc;
}

.nav-tabs {
    margin-top: 0px;
    border-bottom: 0;
}

.nav-tabs .nav-item {
    float: left;
}

.title-1 {
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}

.wrap-fill2 {
    float: right;
    width: 20%;
}

.wrap-fill {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.wrap-fill>.form-group {
    width: 18%;
    margin: 0 5px;
    margin-bottom: 10px;
    font-size: 12px;
}

.wrap-fill>.form-group select {
    font-size: 12px;
}

.tab-content>.active {
    display: block;
    color: #000;
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
}

.tab-content>.active h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 18px;
}

.group-title1 {
    width: 100%;
    text-align: center;
    position: relative;
}

.group-title1 .title1:before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 0px);
    width: 120px;
    height: 2px;
    background-color: #353a3d;
    transform: translate(-50%, 0);
}

.title-b {
    max-width: 750px;
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.3;
    margin: 0 auto;
}

.title-b span {
    width: 100%;
}

.item-camnhan .content .desc i.fa-quote-left {
    margin: 0 10px 18px 0;
    vertical-align: bottom;
}

.item-camnhan .content .desc i {
    font-size: 34px;
    line-height: 30px;
    display: inline-block;
    color: #dddddd
}

.wrap-suutap {
    /*background: url(../images/bg_bosuutap.jpg);*/
    padding: 120px 0;
    overflow: hidden;
    background: #eee;
    position: relative;
}

.wrap-suutap .box-about {
    width: 100%;
    display: flex;
}

.wrap-suutap .box-about .bosuutap {
    padding: 110px 0;
}

.wrap-suutap .box-about .bosuutap h4 {
    font-size: 30px;
}

.wrap-suutap .box-about .bosuutap h2 {
    font-size: 50px;
    font-weight: 600;
}

.wrap-suutap .box-about .bosuutap p {
    font-size: 20px;
}

.wrap-suutap .btn-about {
    border-color: #fff;
    padding: 10px 30px;
    background: #613d00;
    margin-top: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.bg_slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bg_slide .image {
    width: 100%;
    display: none
}

.bg_slide .image img {
    height: auto;
    width: 100%;
    max-width: 100%;
}

.bg_slide1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none
}

.bg_slide1 .image1 {
    width: 100%;
}

.bg_slide1 .image1 img {
    height: auto;
    width: 100%;
    max-width: 100%;
}

.free {
    font-size: 13px;
    text-align: left;
    color: #333;
}

.free img {
    width: 40px;
    padding-right: 5px;
}

.title_sp_detail {
    text-align: left;
    padding-bottom: 0px;
}

.title_sp_detail h1 {
    padding: 0;
    margin: 0 0 10px 0;
    ;
    text-align: left;
    font-size: 23px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}

.reviewstyle {
    width: 100%;
}

.reviewstyle a {
    color: 1c3160;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
}

.select_size {
    width: calc(100% - 174px);
    float: left;
    display: inline-flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: start;
}

.select_size .group-control {
    position: relative;
    margin-right: 5px;
    margin-bottom: 3px;
}

.select_size input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.select_size label {
    display: inline-flex;
    width: auto;
    height: auto;
    background: rgba(128, 128, 128, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.23);
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 2px;
    font-weight: normal;
    padding: 5px 15px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    line-height: 1.75;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.select_size label:hover {
    background: rgba(0, 0, 0, 0.04);
}

.select_size input:checked+label {
    background: rgb(254, 244, 243);
    color: rgb(209, 10, 0);
    border: 1px solid rgb(209, 10, 0);
}

.sku {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #333;
    margin-bottom: 10px;
}

.price_detail {
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    padding: 10px;
    background-image: url(../images/bg_price.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.shipping_product {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 20px 0;
    display: flex;
}

.shipping_product .label_shipping {
    font-size: 14px;
    font-weight: 600;
    color: rgb(102, 102, 102);
    line-height: 2;
    width: 94px;
    padding-left: 0px;
    float: left;
}

.shipping_product .content_shipping {
    font-size: 12px;
    font-weight: 500;
    color: rgb(102, 102, 102);
    line-height: 2;
    /* width: calc(100% - 125px); */
}

.tinh_trang {
    border-top: 1px solid rgba(0, 0, 0, .12);
    padding: 5px 0;
}

.tinh_trang span:first-child {
    font-size: 13px;
    font-weight: 400;
    color: rgb(102, 102, 102);
    line-height: 2;
    width: 95px;
    display: inline-block;
}

.tinh_trang span:last-child {
    font-weight: 600;
    color: rgb(102, 102, 102);
    line-height: 2;
    font-size: 14px;
}

.title_sp_lienquan {
    background: #1c3160;
}

.title_sp_lienquan h2 {
    color: #fff;
    padding: 9px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.product-relate .col-product-item {
    padding: 0 15px;
}

.product-relate .product-item {
    background: #eee;
    padding: 10px;
}

.product-item2 {
    margin-bottom: 10px;
    padding: 0 5px;
}

.product-relate .product-item .box .image a {
    display: block;
    position: relative;
    padding-bottom: 90%;
    border: 1px solid transparent;
    overflow: hidden;
}

.pt {
    line-height: 36px;
    margin-bottom: 5px;
    background: url(../images/ip.png) no-repeat left top;
    padding-left: 44px;
    background-size: auto 36px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #f36f21;
    font-size: 15px;
}

.pt b {
    font-weight: 600;
    color: #333;
}

.service_header {
    padding: 0px 0;
    background-color: #fff;
}

.service_header .service-item {
    display: flex;
    padding: 10px 10px;
    align-items: center;
    background: #1c3160;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.service_header .service-item .service-icon {
    width: 75px;
    text-align: center;
}

.service_header .service-item .service-icon i {
    font-size: 33px;
    color: #fff;
    margin: auto 0;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 55px;
}

.service_header .service-item .content-service {
    width: calc(100% - 75px);
}

.service_header .service-item .content-service .title-service {
    display: block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 20px;
}

.service_header .service-item .content-service .summary-service {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    display: block;
}

.group-title-2 {
    width: 100%;
    position: relative;
    border: solid 1px #efefef;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    background: #ececec
}

.group-title-2 .title {
    display: inline-block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 0px solid #ebebeb;
    margin-bottom: 0px;
    background-image: linear-gradient(to right, #1c3160, #9dc240);
    padding: 0 25px;
    line-height: 35px;
    padding-bottom: 0;
    color: #fff;
}

.group-title-2 .title a {
    color: #2e3553;
    text-decoration: none;
}

.group-title-2 .title a span {
    color: #fff;
}

.group-title-2 .title:before {
    content: "";
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to right, #1c3160, #9dc240);
    position: absolute;
    left: 0px;
    top: -8px;
}

.group-title-2 .title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #1c3160;
    position: absolute;
    top: -8px;
    right: -7px;
}

.group-title-2 .list-link {
    display: flex;
    flex-wrap: wrap;
}

.group-title-2 .list-link li a {
    font-size: 16px;
    display: block;
    padding: 10px;
    transition: all 0.5s;
    white-space: nowrap;
    font-weight: 400;
    color: #1c3160
}

.danhgia_sao {
    background: #eee;
    padding: 20px;
    margin: 20px 0;
}

.list-star {
    position: relative;
    background: #eee;
    margin-bottom: 12px;
    padding: 15px;
    margin-top: 15px;
}

.item-star {
    margin-top: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.item-star .box {
    display: flex;
    /* flex-wrap: wrap; */
}

.item-star .box .auth-star {
    width: 218px;
    display: flex;
    align-items: center;
}

.item-star .box .auth-star .icon {
    color: #1c3160;
    width: 64px;
    height: 64px;
    display: flex;
    font-size: 24px;
    background: #fff;
    font-weight: 600;
    line-height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.item-star .box .auth-star .text-star {
    padding-left: 10px;
}

.item-star .box .auth-star .text-star .name {
    font-size: 16px;
    font-weight: bold;
}

.item-star .box .auth-star .text-star .date-create {}

.item-star .box .content-star {
    width: calc(100% - 350px);
}

.item-star .box .content-star h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.item-star .box .content-star .desc {
    font-size: 14px;
    margin-top: 8px;
    word-break: break-word;
    font-weight: 400;
    line-height: 22px;
}

.item-star .box .point-star {
    width: 120px;
    background: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-left: 30px;
    border-radius: 3px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-star .box .point-star .point {
    color: #ffb400;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.item-star .box .point-star .point i {
    font-size: 19px;
    margin-left: 5px;
}

.item-star .box .point-star .name-point {}

.form_danhgia {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}

.form_danhgia input::-webkit-outer-spin-button,
.form_danhgia input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.form_danhgia input[type=number] {
    -moz-appearance: textfield;
}

.form_danhgia label {
    margin: 0;
    line-height: 35px;
    float: left;
}

.sao_danhgia {
    width: calc(100% - 0px);
    line-height: 35px;
    color: #ffb400
}

.sao_danhgia button {
    background: #1c3160;
    padding: 0px 20px;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    height: 40px !important;
}

.list-product-slide {
    padding-bottom: 0;
}

div.tab {
    overflow: hidden;
    border-bottom: 1px solid #000;
    background-color: #fff;
}

div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 25px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

div.tab button:hover {
    background-color: #ddd;
}

div.tab button.active {
    background-color: #1c3160;
    color: #fff;
}

.tabcontent {
    display: none;
    padding: 6px 0px;
    border: 0px solid #ccc;
    border-top: none;
}

.bg_slide2 {
    background: #fff;
}

.home-box {
    margin-bottom: 20px;
}

.product-excerpt {
    height: 76px;
    margin: 10px 0 0 0;
    color: #444;
    overflow: hidden;
}

.home-product-header {
    background: #eee;
    display: inline-block;
    width: 100%;
    border-bottom: solid 2px #1c3160;
}

.home-box-title {
    min-width: 240px;
    background: #1c3160;
    float: left;
    margin-bottom: 0;
    padding: 10px 30px 8px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.home-box-title:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 39px solid transparent;
    border-left: 20px solid #1c3160;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -20px;
}

.btn-xem-tat-ca {
    width: 85px;
    height: 24px;
    float: right;
    margin: 9px 0px 0 0;
    background: #fff;
    color: #333 !important;
    border-radius: 3px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

.home-product-tax-left {
    width: 20%;
    float: left;
    padding-right: 10px;
}

.home-product-tax-right {
    width: 100%;
    float: left;
}

.home-product-tax-left-inner {
    height: 604px;
    padding: 15px 12px 15px 15px;
    background: #fff;
}

.home-product-tax-menu ul {
    max-height: 539px;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.home-product-tax-menu li {
    margin-bottom: 8px;
}

.home-product-tax-menu li:last-child {
    margin-bottom: 0;
}

.home-product-tax-menu li a {
    padding-left: 15px;
    color: #595959;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}

.home-product-tax-menu li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    position: absolute;
    top: 6px;
    left: 0;
}

.home-product-tax-menu li a:hover {
    color: #1c3160;
}

.home-product-tax-menu li a:hover::before {
    background: #1c3160;
}

.home-box-product-tab .tab-content {
    position: relative;
}

.home-box-product-tab .btn-xem-tat-ca {
    margin: 0;
    background: #1c3160;
    color: #fff !important;
    position: absolute;
    top: -32px;
    right: 10px;
}

.product-similar {
    margin-top: 30px;
}

.btn-bottom {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 200;
}

.btn-bottom a:not(:first-child) {
    margin-top: 15px;
}

.btn-call {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/icon-call.png) no-repeat center center #3baeda;
    background-size: 70%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px #000;
    box-shadow: 0 3px 10px #000;
}

.btn-messenger {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/icon-messenger.png) no-repeat center center #0084ff;
    background-size: 70%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px #000;
    box-shadow: 0 3px 10px #000;
}

.btn-zalo {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../images/icon-zalo.png) no-repeat center center #012169;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px #000;
    box-shadow: 0 3px 10px #000;
}

.scrollable.default-skin {
    padding-right: 3px;
}

.scrollable.default-skin .scroll-bar.vertical {
    width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
    height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
    background-color: #d7d7d7;
    opacity: 0.9;
    border-radius: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
    opacity: 1;
}

.product-list .row {
    margin: 0 -5px;
}

.product-item {
    margin-bottom: 0;
    padding: 0 0px;
}

.product-item:nth-child(4n+1) {
    clear: both;
}

.product-box {
    background: #fff;
    overflow: hidden;
}

.product-img {
    width: 100%;
    height: 200px;
    position: relative;
}

.product-img a img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    left: 0;
}

.product-img:hover a img {}

.icon-label {
    position: absolute;
    top: 0;
    left: 0;
}

.product-item .box .image a .icon-label img {
    position: unset;
    height: auto;
    object-fit: unset;
    transition: all 0.5s;
    padding: 0;
}

.icon-sale {
    width: 40px;
    height: 40px;
    background: url(../images/bg-sale.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-info {
    padding: 0 10px 15px 10px;
}

.product-title {
    height: auto;
    font-size: 17px;
    line-height: 1.2;
    overflow: hidden;
    font-weight: 600;
    padding: 0;
    margin: 5px 0;
}

.product-title a {
    color: #000;
}

.product-title a:hover {
    color: #1c3160;
}

.product-price p {
    display: inline-block;
    margin: 0 0 5px 0;
}

.product-price .gia {
    margin-right: 5px;
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
}

.product-price .gia-cu {
    color: #888;
    font-size: 12px;
    text-decoration: line-through;
}

.scrollable .viewport {
    position: relative;
    overflow: hidden;
    /*border-right: solid 1px #d7d7d7;*/
    width: 100% !important;
}

.home-product-tax-menu ul {
    max-height: 539px;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.home-product-tax-menu li {
    margin-bottom: 8px;
}

.home-product-tax-menu li:last-child {
    margin-bottom: 0;
}

.home-product-tax-menu li a {
    padding-left: 15px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}

.home-product-tax-menu li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    position: absolute;
    top: 6px;
    left: 0;
}

.home-product-tax-menu li a:hover {
    color: #1c3160;
}

.home-product-tax-menu li a:hover::before {
    background: #1c3160;
}

.list-attr .attr-item1 label {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 35px;
    color: rgb(102, 102, 102);
}

.main {
    background: #fff
}

.desc_nd_home {
    text-align: left;
    line-height: 20px;
    font-size: 14px;
}

.title-footer:before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
}
.card-news-horizontal .content .btn-light {
    color: #fff;
    text-decoration: none;
    text-transform:none;
    background-color: #243b74 !important;
    border: solid 1px #243b74 !important;
    padding: 7px 20px;
    font-size: 14px;
	text-align: left;
	width: 100%;
	border-radius:0; 
}
.card-news-horizontal .content .text-right img {
	width: 40px;
	padding-right: 10px;
} 
.list-card-news-horizontal {
	padding-top: 30px;
}
.content_wrapper {
	background: url(../images/bg_contact.jpg);
	height: 100vh;
	overflow: hidden;
	width: 100%;
}
.content_wrapper .main {
	background: none;
}
.wrap-template-contact1 {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: auto;
    top: 50%;
    left: 5%;
    transform: translateY(-45%);
    z-index: 10;
}
.box-info-contact, .list-form-contact {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
	color: #fff;
}
.box-info-contact h3 {
    font-size: 24px;
	text-transform: uppercase;
}
.box-info-contact h3:after{
    content: '';
    position: relative;
    display: block;
    margin: 20px 0;
    width: 80px;
    height: 1px;
    background-color: rgba(255,255,255,.6);
}
.box_form_dangky .contact-form .form button {
    font-size: 16px;
    color: #fff;
    height: 35px;
	padding: 5px 30px;
    width: 100%;
	text-align: center;
	margin: auto;
    cursor: pointer;
    outline: 0;
    background: #f28d2c;
    border: 2px solid #f28d2c;
    border-radius: 0px;
}

.kich_thuoc p {
    padding-left: 20px;
}

.col-md-12.col-sm-12.col-xs-12.content_one {
    padding: 0px 30px 0px 30px;
}
.list_review {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.list_review .review {
    width: 100%;
    display: block;
    margin: 0 15px;
    text-align: center;
}
.list_review .review .images_review {
    width: 100%;
    position: relative;
}
.list_review .review .images_review a img{
    /*padding: 50px;*/
	width: 100%;
	object-fit: cover;
}
.list_review .review .images_review .play-btn {
    width: 60px;
    display: inline-flex;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 2px solid #dbaf56;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 2;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #dbaf56;
}
.list_review .review h2 {
    margin: 5px 0;
    padding: 0;
    line-height: 20px;
}
.list_review .review h2 a {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
	color: #fff;
}
.san_pham_alll {
	padding: 20px 0;
}
.list_review .review .nd_dacasla h2 a {
	color: #333;
}
.one-one-one {
    margin-top: -29px;
}
.one-01-one {
    right: 11px;
    padding-right: 18px;
}

.timhieuthem {
    text-align: center;
    margin: 20px 0 10px 0;
}
.timhieuthem a {
    display: inline-block;
    color: #faa61a;
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 16px;
    border: solid 1px #faa61a;
}

.quytrinh{
    padding: 0px 150px;
}
.quytrinh .box{
    width: 100%;
    
}
.quytrinh .ladi-element-right{
    display: flex;
    width: 51%;
    min-height: 150px;
    top: 0px;
    float: right;
    right: 0px;
    color: #000;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgba(8, 58, 145, 0.2);
    border-width: 2px;
    border-radius: 15px;
}
.quytrinh .ladi-element-right .noidung{
    text-align: left;
    color: rgb(5, 31, 77);
    font-size: 25px;
    font-weight: bold;
    padding: 20px 50px;
}
.quytrinh .ladi-element-left .noidung{
    text-align: right;
    color: rgb(5, 31, 77);
    font-size: 25px;
    font-weight: bold;
    padding: 20px 50px;
}
.quytrinh .ladi-element-left{
    display: flex;
    width: 51%;
    min-height: 150px;
    top: 0px;
    float: left;
    left: 0px;
    color: #000;
    margin-bottom: 10px;
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgba(8, 58, 145, 0.2);
    border-width: 2px;
    border-radius: 15px;
}
.quytrinh .ladi-element-right .icon{
    margin: auto;
}
.quytrinh .ladi-element-left .icon{
    margin: auto;
}

.quytrinh .ladi-element-right .icon img{
    min-width: 50px;

}
.quytrinh .ladi-element-left .icon img{
    min-width: 50px;

}
.bg_slide2 .slide .box-slide .item-slide {
	position: relative
}
.under-content{
    position: absolute;
    top: 50%;
    color: #fff;
    text-transform: uppercase;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

.item001{
    margin: 20px;
}

.mask-slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #000;
    z-index: 1;
}

.content_slide .box_info{
    width: 100%;
    float: left;
}
.content_slide .box_info .item-one h2 {
	font-size: 22px;
}
.content_slide{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
}
.item-two {
    color: #000;
    text-transform: capitalize;
    line-height: 30px;
    font-size: 46px;
    font-weight: 600;
    padding: 15px 0 20px 0;
    font-family: 'Playfair Display', serif;
}
.slide .desc {
    color: #000;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    margin: 0;
    text-align: center;
    width: 100%;
    min-height: auto;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0px;
}
.slide .desc p {
	font-size: 25px;
}
.slide .desc span {
	font-size: 22px;
}
.box-buy .tu_van {
	padding: 0 75px;
	background-color: #f00;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 45px;
	border-radius: 5px;
	float: right;
	margin-top: 10px;
	height: 45px;
	border: solid 0px #000;
	display: inline-block;
	position: relative;
	font-weight: 500;
}

.box-buy .add-to-cart {
    background-color: #faa61a;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    height: 45px;
    border: solid 0px #000;
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding: 0px 15px 0px 63px;
}

.box-buy .add-to-cart:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 45px;
    background: url(../images/add-cart.svg) no-repeat center center;
    background-size: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
}
.box-buy .add-to-cart a:hover {
	background: none;
}
.box-policy {
    padding-top: 26px;
    padding-bottom: 10px;
    color: #fff;
    border-top: 0px solid #d9d9d9;
}
.tham_khao {
	font-size: 14px;
    color: #eee;
    font-family: "Montserrat", Sans-serif;
    text-align: justify;
    line-height: 23px;
}

.product-policy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: .03em;
}

.product-policy-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 33.33333333%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.prolicy-icon {
    position: relative;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}

.prolicy-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.prolicy-title {}

.kho_in {
    padding: 6px 10px;
    border: 1px dotted red;
}

.kho_in h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.kho_in ul {
    margin: 10px 0;
}

.kho_in ul li {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 600;
}

.kho_in ul li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 10px;
    height: 15px;
    background: url(../images/mapss.png);
    background-size: 100%;
}
.box_detail_sp .container {
	max-width: 1200px;
	margin: auto;
}
.product-relate {
    padding-top: 20px;
    width: 100%;
}
.product .title {
    padding: 0 0px;
    margin-bottom: 10px;
}
.product h2 {
    font-size: 25px;
    display: inline-block;
    padding: 13px 0px 15px;
    position: relative;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    border-radius: 0px 10px 10px 0px;
}
.product-relate .list-product-card {
    padding: 0px;
}

.slick-initialized .slick-slide {
    width: 100%;
}
.list_feedback1 .slick-initialized .slick-slide {
    display: flex !important;
}


.is-classic .f-thumbs__viewport {
    height: auto;
}

.carousel__product #myCarousel {
    border: 1px solid #eee;
}

.carousel__product {
    padding-right: 0px;
}

.is-selected {
    border: none;
    text-align: center;
}
.col-product-card.item_t {
    padding-inline: 10px;
    margin-bottom: 0;
}


.box-product .card-name {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
    height: 28px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.t-new-price {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.t-pricemd {
    width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
}
.t-card-price {
    display: inline-block;
    height: 26px;
    background-color: #f68519;
    line-height: 24px;
    border-radius: 5px;
    padding: 2px 15px 0 15px;
    margin-top: 5px;
	margin-right: 10px;
}
.box-product a.t-send_mess {
    background-color: #c5c5c5;
    color: #4e4e4e;
    font-size: 14px;
    padding: 2px 10px 0 10px;
    min-width: 94px;
    height: 26px;
    border-radius: 5px;
    text-align: center;
    line-height: 23px;
    text-transform: unset;
    font-weight: 400;
    padding-left: 10px;
    background-image: url(../images/chatface.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 8px 5px;
    margin-top: 5px;
    width: auto;
    display: inline-block;
}
.box-product a.t-send_mess i{
    font-size: 15px;
    color: #3399FF;
}
.product-card .card-body {
    padding: 20px 10px;
}

.ss-pro-3 {
    margin-top: 0px;
}
.group-btn-pro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.btn-pro {
    display: inline-block;
    line-height: 1.3;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 5px;
}

.btn-pro:hover {
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
}

.btn-pro-1 {
    width: 49%;
    background-color: #f00;
    border-bottom: solid 1px #f00;
}

.btn-pro span {
    display: block;
}

.btn-pro span:last-child {
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
}

.btn-pro-2 {
    width: 49%;
    background-color: #f68519;
    border-bottom: solid 1px #f68519;
}

.btn-pro-3 {
    width: 100%;
    background-color: #2f2e2d;
}
.sidebar-pro {
    border: 1px solid #f7f7f7;
    margin-bottom: 25px;
}

.sidebar-pro-title {
    line-height: 38px;
    padding-left: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    background: #f68519 url(../images/b-title.png) no-repeat 10px center;
    margin-bottom: 0;
    font-weight: bold;
}

.content-sidebar-pro {
    padding: 0;
}

.list-info-sidebar {
    background: #f4f4f4;
}

.list-info-sidebar li {
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    font-size: 14px;
    padding-left: 20px;
}

.list-info-sidebar li strong {
    position: relative;
}

.list-info-sidebar li strong:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -8px;
    width: 4px;
    height: 4px;
    background: #e0030d;
    border-radius: 50%;
}

.list-info-sidebar li .desc {
    margin-bottom: 5px;
}

.list-contact {
    padding: 10px 10px;
}

.list-contact li {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 7px;
}

.list-contact li+li {
    margin-top: 10px;
}

.list-contact li:last-child {
    border-bottom: unset;
}

.list-contact li img {
    width: 20px;
}

.list-contact li:last-child img {
    width: 14px;
    margin-left: 3px;
}

.list-contact li>span {
    display: block;
    padding-left: 5px;
}
.list-trending {}

.list-trending ul {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li {
    font-size: 13px;
    margin-top: 0;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.list-trending ul>li>.box {
    display: flex;
    flex-wrap: wrap;
}

.list-trending ul>li>.box .xemthem {
    display: inline-block;
    padding: 5px 15px;
    background-color: #ff9a00;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.list-trending .box .icon {
    width: 75px;
    overflow: hidden;
    height: 70px;
}

.list-trending .box .icon img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.list-trending .box .icon:hover img {
    transform: scale(1.1);
}

.list-trending .box .content {
    width: calc(100% - 75px);
    padding-left: 10px;
}

.list-trending .box .content .price-side {
    font-size: 15px;
    color: #f68519;
    font-weight: 600;
}

.list-trending .box .content .name {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 20px;
}

.list-trending .box .content .name a {
    /* color: inherit; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

.list-trending .box .content .name a:hover {}

.list-trending .box .content .desc {
    line-height: 1.42857143;
    color: #333333;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.datmua .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
    max-width: 500px;
}

.datmua .modal-dialog-centered .modal-content {
    width: 100%;
    /* box-shadow: 0 0 4px 2px #363d47; */
    background-image: url(../images/bg-datmua.png);
    padding: 20px;
}

.datmua .modal-dialog-centered .modal-header {
    border-bottom: unset;
}

.datmua .modal-dialog-centered .modal-header .modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.datmua .modal-dialog-centered input,
.datmua .modal-dialog-centered select {
    height: 42px;
    border-radius: 0;
}

.datmua .modal-dialog-centered textarea.form-control {
    border-radius: 0;
}

.datmua .modal-dialog-centered option {}

.datmua .modal-dialog-centered .btn {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    outline: 0;
    background-color: #f68519;
}

.datmua .modal-dialog-centered button.close {
    /* background-color: #ccc; */
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    opacity: 1;
    color: #333;
    position: absolute;
    top: 10px;
    right: 30px;
}

.pro-mess {
    width: 50%;
}

.pro-mess a {
    display: block;
    background: #f1f1f1;
    padding: 5px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
}

.pro-mess img {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.pro-mess span {
    vertical-align: middle;
}

/* HHH mobile */

@media(max-width:1600px) {
    .news-magazine2 .pic-img {
        height: 286px;
    }
    .news-magazine1 .pic-img {
        height: 140px;
    }
    .news-magazine3 .pic-news-home .pic-img {
        height: 134px;
    }
}

@media(max-width:1300px) {
    .category-slide-1 .slick-prev {
        left: 0;
    }
    .category-slide-1 .slick-next {
        right: 0;
    }
}

@media(max-width: 1230px) {
    .container {
        width: 100%;
        max-width: 1200px;
    }
}

@media(max-width: 1199px) {
    .section-outernav.fixed {
        top: 70px;
    }
    .slide {
        width: 100%;
        margin-left: 0;
    }
    .bg_slide2 .container {
        padding: 0;
    }
}

@media (min-width:992px) {
    .block-content-right {
        order: 1;
    }
}

@media(max-width: 991px) {
	.section-product .container {
		width: 100%;
		margin: auto;
	}
	.section-product-in-01 .container {
		width: 100%;
		margin: auto;
	}
    .col-md-12.col-sm-12.col-xs-12.content_one {
        padding: 0 15px;
    }
    .home-product-left {
        display: none;
    }
    .home-product-right {
        width: 100%;
        padding-left: 0;
    }
    .product-home-pic {
        width: 100%;
        height: calc(1125/2000*100vw);
        display: block;
        max-width: inherit;
    }
    .whole-content {
        text-align: center;
        display: block;
    }
    .pic-des,
    .text-top {
        filter: blur(0)!important;
        visibility: visible!important;
        opacity: 1!important;
        transform: none!important;
    }
    .pic-des,
    .text-top {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .text-top {
        width: 50%;
        float: none;
        padding: 5%;
        max-width: inherit;
    }
    .news-magazine3 .box-news-home a,
    .text-top .ani-vertical {
        display: block;
    }
    .text-top p {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .view-more {
        font-size: 13px;
        padding: 13px 18px 14px;
    }
    .pic-des {
        left: auto;
        top: -15vh;
        width: 43vw;
        height: 43vw;
        margin: 0;
        max-width: 450px;
        max-height: 450px;
        border-radius: 50%;
        box-shadow: 0 -30px 30px rgb(0 0 0 / 30%);
    }
    .home-product .slick-initialized .slick-slide {
        display: block;
    }
    .slidebox-arrows {
        opacity: 0;
    }
    .text-top p .ani-vertical {
        font-size: 13px;
        font-weight: 300;
    }
    .list-home-quality {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 40px 0;
        border-top: 1px dashed rgba(255, 255, 255, .3);
        display: flex;
        flex-wrap: wrap;
    }
    .box-home-quality {
        width: auto;
        height: auto;
        margin: 0 15px;
    }
    .img-home-quality {
        width: 100px;
        height: 100px;
        margin: 0 auto 15px;
        box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
    }
    .img-home-quality {
        width: 25vw;
        height: 25vw;
        max-width: 180px;
        max-height: 180px;
    }
    .text-des-quality {
        position: relative;
        display: block;
        bottom: auto;
        left: auto;
        margin: 20px auto 0;
        transform: none;
        opacity: 1;
    }
    .text-des-quality::after {
        border-top: 0;
        border-bottom: 8px solid #c39d56;
        bottom: 100%;
    }
    .group-central {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        display: block;
        text-align: center;
        transform: translate3d(0, 0, 0)!important;
        opacity: 1!important;
        z-index: auto!important;
    }
    .home-banner {
        padding: 0;
        background-color: #243b74;
    }
    .box-slider,
    .group-central {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .wrap-about-home {
        display: block;
        height: auto;
        padding: 30px 0 0;
    }
    #show-room-3d,
    .shadow-overlay {
        display: none;
    }
    .left-content {
        padding: 0 5% 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .left-content,
    .right-content {
        width: 100%;
        height: auto;
    }
    .box-text {
        margin: 0 0 30px;
    }
    .title-main {
        text-align: center;
        font-size: 3.5vw;
    }
    .wrap-text {
        max-height: 170px;
    }
    .wrap-certificate-home {
        bottom: auto;
        left: auto;
        width: 100%;
    }
    .right-content .bg-cover,
    .wrap-certificate-home {
        position: relative;
        display: block;
    }
    .true-option {
        --variable-slidebox: 90vw;
    }
    .home-news {
        padding: 0 0 30px;
    }
    .home-news {
        padding: 0 0 30px;
    }
    .title-group {
        display: none;
    }
    .content-main {
        display: block;
        top: auto;
        left: auto;
    }
    .box-slider,
    .content-main {
        position: relative;
        height: auto;
        overflow: visible;
    }
    .home-news .content-center {
        display: block;
        padding: 0;
    }
    .content-center {
        margin: auto;
    }
    .news-magazine3,
    .news-magazine1,
    .news-magazine2 {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 5% 5%;
    }
    .home-news .title-main {
        margin: 30px auto;
    }
    .home-news .title-main h2,
    .share-item a {
        color: #fff;
    }
    .item-news-home,
    .news-magazine3 .item-news-home,
    .news-magazine1 .item-news-home,
    .news-magazine2 .item-news-home {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 20px);
        margin: 10px 5px;
    }
    .box-news-home,
    .news-magazine3 .pic-news-home,
    .pic-news-home,
    .txt-news-home h3 {
        position: relative;
        display: block;
        width: 100%;
    }
    .box-news-home {
        height: auto;
    }
    .date-thumb {
        font-size: 23px;
    }
    .box-news-home,
    .news-magazine3 .pic-news-home,
    .pic-news-home,
    .txt-news-home h3 {
        position: relative;
        display: block;
        width: 100%;
    }
    .news-magazine3 .pic-news-home .pic-img,
    .news-magazine1 .pic-img,
    .pic-news-home .pic-img {
        padding-top: 60%;
        height: auto;
    }
    .news-magazine3 .pic-news-home .pic-img,
    .news-magazine1 .pic-img,
    .pic-news-home .pic-img {
        padding-top: 60%;
        height: auto;
    }
    .txt-news-home h3 {
        height: auto;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: left;
        max-height: unset;
        overflow: visible;
    }
    .item-news-home,
    .news-magazine3 .item-news-home,
    .news-magazine1 .item-news-home,
    .news-magazine2 .item-news-home {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 20px);
        margin: 10px 5px;
    }
    .color-vertical {
        display: none;
    }
    .news-magazine2 {
        background-color: rgba(0, 0, 0, .2);
    }
    .news-magazine3,
    .news-magazine1,
    .news-magazine2 {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 5% 5%;
    }
    .item-news-home,
    .news-magazine3 .item-news-home,
    .news-magazine1 .item-news-home,
    .news-magazine2 .item-news-home {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 20px);
        margin: 10px 5px;
    }
    .box-news-home,
    .news-magazine3 .pic-news-home,
    .pic-news-home,
    .txt-news-home h3 {
        position: relative;
        display: block;
        width: 100%;
    }
    .news-magazine2 .pic-news-home .pic-img {
        height: 240px;
    }
    .news-magazine3 .txt-news-home,
    .txt-news-home {
        position: relative;
        display: block;
        padding: 10px;
        background-color: #243b74;
        width: 100%;
    }
    .txt-news-home h3 {
        height: auto;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: left;
        max-height: unset;
        overflow: visible;
    }
    .show-details::before {
        margin: 20px 0 15px;
    }
    .item-news-home,
    .news-magazine3 .item-news-home,
    .news-magazine1 .item-news-home,
    .news-magazine2 .item-news-home {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 20px);
        margin: 10px 5px;
    }
    .box-news-home,
    .news-magazine3 .pic-news-home,
    .pic-news-home,
    .txt-news-home h3 {
        position: relative;
        display: block;
        width: 100%;
    }
    .news-magazine3 .pic-news-home .pic-img,
    .news-magazine1 .pic-img,
    .pic-news-home .pic-img {
        padding-top: 60%;
        height: auto;
    }
    .news-magazine3 .txt-news-home,
    .txt-news-home {
        position: relative;
        display: block;
        padding: 10px;
        background-color: #243b74;
        width: 100%;
    }
    .home-contact {
        padding: 30px 0;
    }
	.content_wrapper {
		height: auto !important;
		background: #243b74 !important;
		overflow:auto !important;
	}
}

@media (max-width:550px) {
	.xem_them_sp {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.timhieuthem {
		margin: 0 0 15px 0;
	}
	.timhieuthem a {
		margin: 0;
	}
	.t-card-price {
		margin: 0;
	}
	.section-product-in-01 {
		padding: 0;
	}
	.box_text_left .title-home {
		font-weight: 600;
		line-height: 40px;
	}
	.section-product .title_sp h2 {
		padding: 0 10px;
		font-size: 25px;
	}
	.section-product .title_sp p {
		padding:0 0px 15px 0px;
		text-align: center;
		color: #fff;
	}
    .txt-news-home h3 {
        height: auto;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-align: left;
        max-height: unset;
        overflow: visible;
    }
	.section-product-in-01 .box_thongtin_congtrinh h2 {
		font-size: 21px;
	}
    .wrap-text {
        max-height: 180px;
    }
    .title-main,
    .title-main h2 {
        font-size: 5vw;
    }
    .title-main,
    .title-main h2 {
        font-size: 5vw;
    }
    .list-home-quality {
        padding: 10px 0;
    }
    .category-item .box .content {
        width: 110px;
        flex: 0 0 110px;
    }
    .category-item .box .content h3 {
        font-size: 14px;
    }
    .card-news-horizontal .content {
        width: 100%;
    }
    .card-news-horizontal .image {
        width: 100%;
    }
	.danh-gia-01 .box_thongtin_congtrinh h2 {
		padding: 0 5%;
		font-size: 25px;
	}
	.danh-gia-01 .box_thongtin_congtrinh .desc p {
		padding: 0 5px 10px 5px;
	}
	.danh-gia-conten-001 {
		margin:0 0 15px 0;
	}
	.list_review .review h2 a {
		padding-left: 0px;
	}
	.section-product {
		padding: 10px 0;
	}
	.section-product-in {
		padding: 20px 0;
	}
	.section-product-in .box_thongtin_congtrinh {
		padding: 10px 0 0 0;
	}
	.section-product-in .box_thongtin_congtrinh h2 {
		border: none;
		padding: 0;
	}
	.section-product-in .box_thongtin_congtrinh .desc {
		padding: 10px 0 20px 0;
	}
	.list_review .review h2 a {
		font-size: 1.2rem;
		line-height: 27px;
		padding-bottom: 10px;
		color: #333;
	}
	.title_sp {
		margin: 20px 0 0 0;
	}
	.nd_banggia {
		padding: 20px 0;
	}
	.section-product .list_review .review h2 a {
		font-size: 1.2rem;
		line-height: 24px;
		padding-bottom: 30px;
		color: #fff;
        height: 50px;
	}
	.section-product-in .box_thongtin_congtrinh1 .desc {
		font-size: 16px;
		line-height: 24px;
		padding: 10px 0 20px 0;
		text-align: justify;
	}
	.section-product-in .box_thongtin_congtrinh1 h2 {
		border-left: solid 5px #fff;
		padding: 0 10px 0;
		font-weight: 600;
		font-size: 23px;
	}
	.abouts .link-viewmore {
		margin-bottom: 10px;
	}
	.box-buy .tu_van {
		width: 100%;
        margin-top: 0;
	}
	.box-buy .add-to-cart:after {
		background-color: none;
	}
    .box_fb {
        width: 100%;
        text-align: center;
    }
    .list-trending ul>li>.box {
        flex-wrap: nowrap;
    }
    .list-trending .box .icon {
        width: 180px;
        overflow: hidden;
        height: 90px;
        min-width: 120px;
    }
    .list-trending .box .icon img {
        width: 130px;
    }
}



@media (max-width: 1199px) {
    .video iframe {
        height: 223px;
    }
}

@media (max-width: 991px) {
    .video iframe {
        height: 518px;
    }
    .wrap-pro-tab-home {
        padding: 15px 0 0;
        position: relative;
    }
    .home-product-right .col-product-item {
        width: 50%;
        flex: 0 0 50%;
    }
    .home-product-tax-left {
        display: none;
    }
    .home-product-tax-right {
        width: 100%;
    }
    .col-product-item {
        width: 25%;
        flex: 0 0 25%;
    }
    .modal-First .modal-dialog {
        max-width: 820px;
    }
    .list_image_video .item .image img {
        height: 180px;
    }
    .cate_home .list_banner .item {
        margin-bottom: 20px;
        width: 100%;
    }
    .cate_home .list_cate2 .item {
        margin-bottom: 20px;
        width: 100%;
    }
    .cate_home .list_banner .item:last-child {
        margin-bottom: 0;
    }
	.block-news {
		width: 100%;
	}
	.wrap-template-contact1 {
		position: relative;
		display: inline;
		width: 100%;
		left: 0;
		top: 0;
		transform: none;
	}
	.wrap-template-contact {
		width: 99%;
		padding: 100px 0;
	}
	.contact-infor .infor .address .title h1 {
		font-size: 25px;
	}
	.contact-infor .infor .address .pt_list_addres>li {
		line-height: 25px;
		font-size: 15px;
	}
	.contact-form .form p {
		padding-top: 50px;
	}
}

@media(min-width:768px) {
    .box-slide-three.mobile {
        display: none;
    }
}

@media (max-width:767px) {
    .title_sp_detail h1 {
        line-height: 26px;
        margin-top: 15px;
    }
    .product-detail-infor {
        padding: 0 15px;
    }
    .modal-First .modal-dialog {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .col-product-item {
        width: 33.33333%;
        flex: 0 0 33.33333%;
    }
    .product-section-intro {
        padding: 30px 0 20px;
    }
    .newsletter-content {
        width: 100%;
    }
    .image-modal .image img {
        border-radius: 50px 50px 0 0;
    }
    .tab-product {
        width: 100%;
        float: unset;
        margin-right: 0;
    }
    .col-product-card.item_t {
        padding-inline: 5px;
    }
    .product-relate {
        width: 100%;
        float: unset;
    }
    .newsletter-content .form-control {}
    .image-modal .image {
        display: none;
    }
    .image-modal .info_product_modal .image {
        display: block;
    }
    .image-modal .info_product_modal .image img {
        border-radius: 0;
    }
    .image-modal .info_product_modal {
        width: 100%;
    }
    .newsletter-content .dec {
        line-height: 1.4;
    }
    .newsletter-content h2 {
        font-size: 20px;
    }
    .newsletter-content .input-wrapper-inline button {
        padding-top: 0;
        padding-bottom: 0;
    }
    .modal-First .modal-content {
        background-size: 300px auto, contain;
        background-position: top center;
    }
    .newsletter-content {}
    .form-tv .modal-body {
        background-color: #fff;
        padding: 20px;
        border-radius: unset;
    }
    .form-tv form {
        padding: 0;
        position: unset;
        border-radius: unset;
    }
    .title-form-m {
        font-size: 25px;
    }
    .form-tv .modal-title {
        font-size: 20px;
    }
    .item-post .box .content .link-detail {
        font-size: 15px;
    }
    .item-post .box .content .desc {
        font-size: 14px;
    }
    .item-post .box .content .name {
        font-size: 16px;
    }
    .item-post .box .content .info {
        font-size: 13px;
    }
    .item-post .box .image {
        width: 100%;
    }
    .item-post .box .content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .list-news-blog .fo-03-col-news:nth-child(1),
    .list-news-blog .fo-03-col-news:nth-child(6) {
        width: 100%;
    }
    .video iframe {
        height: 430px;
    }
    .list_image_video .item .image img {
        height: 160px;
    }
    .form-search-icon {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        max-width: unset;
    }
    .box-support .col-support-item {
        width: 100%;
    }
    .slide img {
        width: 100%;
         height: 550px;
		object-fit: cover;
    }
    .content-center {
        margin: auto;
    }
    .group-product.special {
        margin: 0;
    }
    .group-product {
        width: 50%;
    }
    .group-product.special-2 {
        margin: 0;
    }
    .wrap-append-bg {
        display: none;
    }
    .section-outernav.fixed {
        top: 70px;
        /* background-color: #243a74; */
        position: fixed;
        z-index: 6;
    }
    .section-outernav {
        opacity: 1;
    }
    section {
        float: left;
    }
    .outer-nav:not(.second) {
        width: 100%;
        margin: auto;
    }
    .outer-nav.oversize .sub-nav {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        /* width: calc(100% - 54px); */
        margin: auto;
        background-color: #c39d56;
    }
    .group-product,
    .group-product-simple {
        width: 50%;
        padding: 5px 10px;
    }
    .load-details .date-thumb span,
    .load-details h4,
    .load-details h5,
    .load-details h6,
    .title-thumb-product h3 {
        font-size: 14px;
    }
    .section-outernav {
        background-color: unset;
    }
    .product-full {
        padding: 0;
    }
    .product-full .bg-cover {
        display: none;
    }
    .material-slide {
        width: 100%;
    }
    .material-slide .pro-full {
        min-height: 400px;
        max-height: 400px;
    }
    .magnify {
        position: relative;
        width: 100%;
        height: 100%;
        box-shadow: none;
        display: inline-block;
        z-index: inherit;
    }
    .pro-full .magnify-image {
        height: 100%;
        width: 100%;
        min-height: 450px;
        object-fit: cover;
    }
    .pro-full .magnify-image {
        min-height: 400px;
    }
    .tilte-pic-product {
        margin: 30px auto;
        border-radius: 10px;
        padding: 15px 20px;
    }
    .text-product-intro.text-fixed p,
    .tilte-pic-product p,
    .title-project h3,
    .title-thumb-product h3 {
        font-size: 16px;
    }
    .product-details-info {
        padding: 0 0 30px;
    }
    .list-info-product {
        flex-wrap: wrap;
    }
    .box-info-product {
        padding: 30px 5%;
        width: 100%;
        margin: 0 0 3px;
        text-align: center;
    }
    .box-info-product:nth-child(odd) {
        width: 100%;
        margin: 0 0 3px;
    }
    .underline::after {
        margin: 15px auto;
        width: 60px;
    }
    .box-info-product .group-text p {
        color: #243b74;
        font-size: 14px;
        text-align: center;
    }
    .box-info-product .virtual-button {
        margin: 50px 30px 20px;
    }
    .virtual-button {
        padding: 20px 20px 20px 80px;
        font-size: 16px;
    }
    .virtual-button::before {
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
        left: -30px;
    }
    .virtual-button::after {
        border-radius: 14px;
    }
    .box-info-product {
        padding: 30px 5%;
        width: 100%;
        margin: 0 0 3px;
        text-align: center;
    }
    .box-slide-three:not(.mobile) {
        display: none;
    }
    .arrow-outside {
        display: flex;
        flex-wrap: wrap;
    }
    .slide-three-item {
        width: 50%;
    }
    .active-nav {
        color: #fff;
    }
    .box-info-product-overview {
        display: none;
    }
	.line {
		display: none;
	}
	.abouts {
		background: #fff;
	}
	.nd_dacasla {
		padding:0 0 20px 0;
	}
}

@media(max-width:550px) {
	.slide .desc p {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
	}
	.item-two {
		font-size: 25px;
	}
	.slide .desc span {
		font-size: 16px;
	}
    .group-product, .group-product-simple {
        padding: 5px 5px;
        margin-bottom: 25px;
    }
    .carousel__product {
        padding-right: 0;
    }
    .list-product {

    margin-inline: -5px;
    }
	.content_slide {
		padding: 0 5%;
	}
	.images_congtrinh {
		margin: 10px 0px;
	}
	.images_congtrinh_01 img {
		height: 160px;
	}
	.images_congtrinh_01 {
		margin: 15px 0px;
	}
	.padding_left_none {
		padding: 0 15px;
	}
	.section-product-in .title_sp h2 {
		padding: 0 10px 25px 10px;
		font-size: 25px;
	}
	.box_images_congtrinh {
		margin: 25px 0 25px 0;
	}
	.box_form_dangky .contact-form .form p {
		margin: 0;
		padding: 0;
	}
	.box_form_dangky {
		width: auto;
		padding: 0px;
		margin: 10px;
	}
    .title-post,
    .title-post h2 {
        font-size: 19px;
    }
    .col-product-item2 {
        width: 50%;
        flex: 0 0 50%;
    }
    .list-attr .price {
        width: 100%;
    }
    .payment-accept-item {
        width: 25% !important;
    }
    div.tab button {
        padding: 10px 10px;
        font-size: 11px;
    }
    .wrap-fill>.form-group {
        width: 45%;
    }
    .list_camket .item {
        width: 50%;
    }
    .wrap-price .list-attr .attr-item:nth-child(1) {
        width: 100%;
        order: 3;
    }
    .list-attr .attr-item:nth-child(2) {
        order: 1;
    }
    .list-attr .attr-item:nth-child(3) {
        order: 2;
    }
    .list-attr .price span:first-child {
        width: 98px;
    }
    .tinh_trang span:first-child {
        width: 98px;
    }
    .shipping_product .label_shipping {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
    }
    .shipping_product .content_shipping {
        width: 100%;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        /* font: caption; */
    }
    .list-attr .attr-item .form-group>label {
        width: 100%;
        padding-left: 0;
    }
    .select_size {
        width: 100%;
    }
    .list-attr .attr-item>h3 {
        margin-bottom: 2px;
    }
    .col-product-item {
        width: 50%;
        flex: 0 0 50%;
    }
    .group-title-2 .list-link li a {
        font-size: 14px;
    }
    .group-title-2 .title {
        font-size: 13px;
        padding: 0 14px;
    }
    .box-image-product {
        flex-wrap: wrap;
    }
    .box-image-product .image-main {
        width: 100%;
    }
    .list-small-image .pt-box {
        padding: 10px 0;
    }
    .product-detail-infor .box-infor h2 {
        font-size: 22px;
    }
    .list-small-image {
        width: 100%;
        order: 2;
        flex: 0 0 100%;
    }
    .small-image {
        height: auto;
    }
    .product-detail-infor .box-infor {
        padding-top: 0;
    }
    .list-small-image .slick-prev {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .list-small-image .slick-next {
        right: 0;
        left: unset;
        top: 50%;
        transform: translateY(-50%);
    }
    .list_camket .item .box .info .name {
        font-size: 15px;
    }
    .page-link {
        padding: 8px;
    }
    .modal-First .modal-content {
        /* background-image: url(../images/bg_modal.jpg) !important; */
    }
    .newsletter-content {
        margin-right: auto;
    }
    .item-service .box .icon {
        width: 100px;
    }
    .col-item-service {
        padding: 0 10px;
    }
    .item-service .box .name {
        height: 36px;
    }
    .content-category {
        text-align: justify;
        padding: 0px;
        background-color: #fff;
        border: 1px dashed #fff;
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .item-service .box .name {
        font-size: 15px;
    }
    .col-item-service {
        margin-bottom: 20px;
    }
    .wrap-service {
        /* padding: 0px 0 20px; */
        padding: 0;
    }
    .item-service .box {
        margin: 0 auto;
        border: 1px dashed #000;
        padding: 10px 10px;
        border-radius: 10px;
    }
    .title-nav-tab h3 {
        font-size: 16px;
    }
    .title-h .text {
        width: 100%;
        font-size: 16px;
    }
    .col-ykkh-item .item-ykkh .nd_ykien {
        min-height: 190px;
    }
    .video iframe {
        height: 300px;
    }
    .title-b {
        padding: 10px 20px 0 20px;
    }
    .wrap-ykkh .cate-dot-1 .slick-dots {
        transform: unset;
    }
    .cate_home .cate-dot-1 .slick-dots {
        transform: unset;
    }
    .list_image_video .item .image img {
        height: 100px;
    }
    #countdown {
        width: 100%;
        margin-top: 20px;
    }
    .tab-link ul li {
        width: 100%;
    }
    .tab-link {
        position: unset;
    }
    .breadcrumbs ul>li>a {
        font-size: 16px;
    }
    .breadcrumbs ul>li:last-child a:last-child:after {
        font-size: 22px;
    }
    .title-service-tab {
        font-size: 20px;
    }
    .service-item-2 .box {
        padding: 25px 30px 35px;
    }
    .wrap-partner .list-item .box {
        padding: 12px 0;
    }
    .service-item-2 .name {
        font-size: 22px;
    }
    .title-service-tab-sm {
        font-size: 17px;
    }
    .title-tam-nhin img {
        margin-right: 16px;
        height: 48px;
    }
    .blog-lienhe-hoptac {
        padding: 30px 0;
    }
    .item-tam-nhin .desc {
        line-height: 26px;
        font-size: 18px;
    }
    .form-contact-hoptac label:not(.radio-inline):not(.checkbox label) {
        font-size: 18px;
    }
    .form-contact-hoptac textarea {
        height: 100px;
    }
    .form-contact-hoptac .btn-view {
        margin-top: 5px;
        line-height: 48px;
        font-size: 20px;
    }
    .padding-content {
        padding: 25px 25px 35px;
    }
    .desc-ls {
        line-height: 26px;
        font-size: 18px;
    }
    .wrap-partner .group-title .title {
        font-size: 35px;
        text-align: center;
        line-height: normal;
    }
    .wrap-partner {
        margin-top: 0;
        padding: 35px 0 30px;
    }
    .title-ls {
        font-size: 24px;
    }
    .title-form {
        font-size: 20px;
    }
    .title-tam-nhin {
        font-size: 28px;
        width: 225px;
        line-height: 48px;
    }
    .cate-dot-1 .slick-dots {
        right: 50%;
        transform: translate(50%, 0);
        top: calc(100% + 5px);
    }
    .wrap-partner .list-item {
        padding: 0 30px;
    }
    .wrap-partner .list-item img {
        height: 100px;
        width: auto;
        object-fit: contain;
    }
    .wrap-partner .list-item .item {
        padding: 10px;
    }
    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-prev,
    .cate-arrows-1:not(.cate-arrows-1-sm) .slick-next {
        height: 50px;
    }
    .title-xemthem {
        font-size: 20px;
    }
    .group-title .title {
        font-size: 22px;
        width: 70%;
    }
    .list-news-home {
        padding: 0 30px;
    }
    .title-service {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .item-ls-sm.slick-current .box {
        font-size: 18px;
    }
    .item_count {
        margin-bottom: 0;
        padding-top: 10px;
    }
    .item_count .box_count .counter-value {
        font-size: 40px;
    }
    .wrap-system {
        padding: 25px 0 30px;
    }
    .box-bg-content {
        width: 100%;
        position: unset;
    }
    .box-bg-content .logo-bg {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    .box-bg-content .button_tuvan {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }
    .box-bg-content .logo-bg img {
        max-width: 260px;
    }
    .nav-main>li:not(:last-child) img {
        width: auto;
    }
    .wrap-breadcrumbs .breadcrumb li {
        font-size: 11px;
    }
    .hen_lich {
        float: left;
        width: 50%;
    }
    .sign_now {
        float: left;
        width: 100%;
    }
    .box-buy {
        text-align: center;
    }
    .box-buy .add-to-cart {
        font-size: 15px;
		width: 100%
    }
    .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 50%;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background: #000;
        padding: 9px 15px;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }
    .blog-product-detail .group-title .title {
        font-size: 20px;
    }
    .product-item .box .image a {
        display: block;
        position: relative;
        padding-bottom: 60%;
        border: 1px solid transparent;
        overflow: hidden;
    }
	.product-item .box .content h3 {
		padding: 5px;
	}
    .free {
        font-size: 12px;
        text-align: left;
        color: #333;
        line-height: 20px;
    }
    .pt {
        font-size: 14px;
    }
    .product-item .box .image .km {
        font-size: 14px;
    }
    .box_quatang li {
        font-size: 12px;
        line-height: 20px;
    }
    .product-detail-infor .box-infor .info-desc .desc ul li {
        font-size: 13px;
    }
    .box_quatang1 li {
        font-size: 12px;
        line-height: 20px;
    }
    .small-image img {
        border: 1px solid #eee;
        /* padding: 3px; */
        background: #fff;
        height: 60px;
        object-fit: cover;
        width: 100%;
    }
    .list-attr1 .attr-item {
        width: auto;
        display: inline-block;
    }
    .list-attr1 .attr-item .form-group {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 150px;
    }
    .list-attr1 .attr-item .form-group select {
        font-size: 14px;
        padding: 6px 12px 6px 4px;
        margin-left: 0px !important;
    }
    .list-attr1 .attr-item .form-group label {
        white-space: nowrap;
        margin-bottom: 0;
        font-size: 15px;
        width: 100%;
    }
    .home-box-title:after {
        border-top: 34px solid transparent;
    }
    .home-box-title {
        min-width: 240px;
        background: #1c3160;
        float: left;
        margin-bottom: 0;
        padding: 10px 15px 8px 10px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        position: relative;
    }
    .wrap-add-cart {
        margin-left: 0;
    }
    .l-2-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .product-img {
        height: 145px;
    }
    .product-title {
        font-size: 15px;
        height: 45px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .product-info {
        padding: 0 10px 10px 10px;
    }
    .item-news-home,
    .news-magazine3 .item-news-home,
    .news-magazine1 .item-news-home,
    .news-magazine2 .item-news-home {
        width: 100%;
    }
    .company-info {
        flex-wrap: wrap;
        width: 250px;
        margin: auto;
        justify-content: flex-start;
    }
    .title-big,
    .title-post {
        text-align: center;
        color: #243b74;
    }
	.ss03_product .title_sp h2 {
		font-size: 25px;
	}
	.quytrinh .ladi-element-right {
		width: 100%;
		display: block;
		padding: 10px;
		float: none;
		height: 171px;
	}
	.quytrinh .ladi-element-left {
		width: 100%;
		display: block;
		float: none;
		padding: 15px;
	}
	.quytrinh {
		padding: 0px 10px;
		/* display: flex; */
	}
	.quytrinh .ladi-element-right .icon img {
		width: 60px;
		text-align: center;
		margin: auto;
	}
	.quytrinh .ladi-element-right .noidung {
		text-align: center;
		line-height: 20px;
		font-size: 15px;
		padding: 10px 0px;
	}
	.quytrinh .ladi-element-left .icon img {
		width: 60px;
		margin: auto
	}
	.quytrinh .ladi-element-left .noidung {
		text-align: center;
		line-height: 19px;
		font-size: 13px;
		padding: 10px 0px;
	}
	.list_review {
		display: block;
		padding: 0;
		margin-top: 20px;
	}
    img.one-01-one {
        padding:10px 20px 10px 41px
    }

	.list_review .review .images_review a img {
		/*padding: 10px;*/
	}
	.list_review .review {
		width: 100%;
		margin: 0px;
		padding: 0
	}
	.col-product-card {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.card-body {
		padding: 10px;
	}
	.product-card .card-body .card-name {
		font-size: 16px;
	}

	.product-card .box .image a img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	.product-card .card-body .pricemd {
		text-align: center;
	}
	.product-card .box {
		margin-bottom: 0;
	}
	.info-fix {
		font-size: 12px;
	}
	.danh-gia-conten-001 h2 {
		border-left: solid 0px rgb(217, 150, 21);
		padding: 0 0px 0;
		font-weight: 600;
		font-size: 22px;
	}
	.san_pham_alll {
		padding: 30px 0;
	}
	.quytrinh .box {
		width: 48%;
		float: left;
		margin: 0 1%;
	}
	.box_text_left {
		padding: 20px 0px;
	}
}

@media (max-width: 400px) {
    .title-service {
        font-size: 30px;
    }
    .list-attr .attr-item>h3 {
        text-align: center;
    }
    .box-buy {
        text-align: center;
    }
    .box-buy a {
        margin-right: 0;
    }
}

@media (max-width: 375px) {
    .title-service {
        font-size: 30px;
    }
}
@media (max-width: 550px) {
    .title-big, .title-post {
    }
}



/* sua them */
.pd-video-text{
padding-right: 0px !important;
padding-left: 0px !important;
}
.list_review .review{
    margin: 0px !important;
}
.row2{
padding: 0px 15px 0px 15px !important;
}
.danh-gia-conten-001{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}
.review2{
    padding: 0px 15px;
}