@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Dancing+Script:wght@400;500;600;700&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,700;1,800;1,900&family=Noto+Serif+Khojki:wght@400;500;600;700&family=Oswald:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&family=Yeseva+One&display=swap');

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

body,
li a {
    font-family: 'Quicksand', sans-serif;
}

:root {
    --primary-bg: #f6f5f4;
    --primary-hover: #cc4415;
    --primary-color: #ff551a;
}

p {
    padding: 0 !important;
}

img {
    width: 100%;
}

.show_img .text_pia p:nth-child(3) {
    display: block;
}

.icon_show_img .slick-prev i {
    padding-right: 2px;
}

.mobi_freebank {
    display: none;
}

.icon_show_img .slick-next i {
    padding-left: 2px;
}

.mobi_freebank .slick-next {
    z-index: 1;
    right: 12px;
}

.mobi_freebank .slick-prev {
    z-index: 1;
    left: 0;
}

.container {
    padding: 0 !important;
    width: 1170px !important;
}

.text_pia p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    height: auto;
}

.header_seach {
    --height: 40px;
    background-color: #28b0ae;
}

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

.header-item .item_One p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: var(--height);
}

.header-item .item_Two {
    position: relative;
    display: flex;
    align-items: center;
}

.list_freeback .slick-dots {
    bottom: -15px;
}

.item_Two input::placeholder {
    color: #fff;
}

.header-item .item_Two input {
    outline: none;
    padding: 0 10px;
    font-size: 12px;
    margin-right: 20px;
    height: 27px;
    border-radius: 99px;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.09);
}

.item_Two i {
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.header-item .item_Two input:focus-visible {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);

}

.item_Two .icon_seach i {
    font-size: 14px;
}

.item_Two input {
    border: 1px solid #ccc;
    background-color: #dddddd4d;
    width: 220px;
    font-size: 13px;
    line-height: 24px;
    border-radius: 20px;
    padding: 2px 20px 4px 12px;
}

.item_Two input::placeholder {
    color: #c2c2c2;
}

.item_Two .icon_seach {
    position: absolute;
    right: 14px;
    bottom: 50%;
    transform: translateY(50%);
}

#heade .header_dress .item:nth-child(3) {
    display: none;
}

#heade .header_dress {
    display: flex;
    padding: 10px 0;
    border-bottom: solid 1px #eee;
    justify-content: space-between;
}

#heade .header_dress .item:nth-child(2) {
    height: 79px;
}

#heade .header_dress .item:nth-child(2) img {
    height: 100%;
}

.header_dress .item:nth-child(n+4) {
    padding: 17px 20px;
    display: flex;
}

.header_dress .item:nth-child(n+4) img {
    margin-right: 10px;
    width: 42px;
    height: 45px;
}

.header_dress .item:nth-child(5) a {
    text-decoration: none;
    color: #000;
}

.header_dress .item:nth-child(n+4) p:nth-child(1) {
    font-weight: 700;
}

.header_dress .item:nth-child(n+4) p {
    font-size: 14px;
    margin: 0;
    color: #000;
}

.menu_phone {
    display: none;
}

.menu a {
    text-transform: capitalize;
    line-height: 32px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}


.nav>li:nth-child(1) {
    margin-left: 0px;
}

.nav>li:last-child {
    margin-right: 0;
}

.nav>li {
    position: relative;
    margin: 0 15px;
    padding: 10px 0;
}

.subnav>li {
    position: relative;
}

.nav>li:hover>a {
    transition: all .2s;
    color: #28b0ae;
}

.nav li a i {
    margin-left: 3px;
    font-size: 12px;
    color: #28b0ae;
}

.nav>li:hover .subnav,
.subnav>li:hover .subnav_leve_thre {
    display: block;
    transition: all .2s;
}

.subnav_leve_thre {
    display: none;
    background-color: #fff;
    position: absolute;
    min-width: 256px;
    padding-left: 0;
    top: 39px;
    left: 39px;
    z-index: 2;
}

.subnav {
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    min-width: 256px;
    padding-left: 0;
    top: 52px;
    z-index: 2;
}

.subnav li a,
.subnav_leve_thre li a {
    border-bottom: 1px solid #ececec
}

.item_Two i:hover {
    transition: all 2s;
    opacity: 0.7;
}

.subnav>li:last-child>a {
    border-color: #ffffff00;
}

.subnav>li:hover,
.subnav_leve_thre li:hover {
    transition: all .2s;
    background-color: #28b0ae;
}

.subnav>li:hover>a,
.subnav_leve_thre li:hover a {
    transition: all .2s;
    border-color: #28b0ae;
    color: #fff;
}

.subnav>li a {
    font-weight: 400;
    padding: 4px 0;
    display: block;
    color: #222;
    margin: 0 10px;
}

.subnav li {
    list-style: none;
}

#home .home_login .container {
    width: 100%;
}

#home .home_login {
    /* padding: 5% 0;
    background: url(../images/bg_home.jpg) center center/ cover no-repeat;
} */
    height: 100%;
    width: 100%;
}

.home_login .text_home {
    display: flex;
    align-items: center;
}

.home_login .text_home h1 {
    font-family: 'Quicksand', sans-serif;
    margin: 11px 0;
    font-weight: 700;
    font-size: 55px;
}

.subnav_leve_thre li:last-child a {
    border-bottom: none;
}

.home_login .text_home p {
    margin: 1rem 0;
    width: 505px;
    color: #000;
    line-height: 34px;
    font-size: 19px;
}

.home_login .text_home span {
    margin: 10px 0;
    color: #28b0ae;
}

.text_home .btn_home_form i {
    margin-left: 0;
    display: none;
    width: 2px;
    font-size: 12px;
}

.text_home .btn_home_form:hover {
    color: #000 !important;
    background-color: #fff;
}

.text_home .btn_home_form:hover i {
    transition: all 1s;
    margin-left: 7px;
    display: inline-block;
}

.text_home .btn_home_form {
    width: 100px;
    border: none;
    font-size: 15px;
    background-color: #28b0ae;
}

.btn_home_form {
    background-color: #28b0ae;
    border: solid 1px #28b0ae;
    padding: 5px 20px;
    font-weight: 600;
}

.home_login .form_home {
    background: #ffffffd9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 20px #00000012;
    border: 1px solid #e2e2e2;
}
.giacu_giams_detal {
    background-color: #fff;
    overflow: hidden;
    padding: 15px 15px ;
    margin-top: 20px;
    border-radius: 16px;
    box-shadow: 0 3px 6px 0 #2e36521a;
    border-bottom: 4px solid #28b0ae;
}
.eco_content .item_one{
    padding: 15px 15px 25px;
}
.giacu_giams_detal .text_gia{
    display: flex;
    justify-content: space-between;
}
.giacu_giams_detal .text_gia p span{
    font-weight: bold;
    color: #f00;
}
.giacu_giams_detal p{
    margin: 0;
    opacity: 0.7;
    font-size: 20px;
}
.form_home h2 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    color: #28b0ae;
    line-height: 34px;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "Open Sans";
}

.form_home .input_bb {
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    margin: 10px 0;
}

.form_home input,
.form_home textarea {
    outline: none;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
    font-size: 15px;

    margin-bottom: 0;
}

.form_home input::placeholder,
.form_home textarea::placeholder{
    color: black;
}
.form_home input:focus {
    border: none;
}

.form_home p {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    color: black;
    text-align: center;
    line-height: 18px;
    width: 100%;
    margin-bottom: 10px;
}

.form_home a:hover {
    background-color: var(--primary-hover);
}

.form_home a {
    font-weight: 600;
    width: 110px;
    margin-top: 10px;
    border-radius: 20px;
    border: none;
    background-color: #28b0ae;
}

#home .introduce {
    /* margin-top: 50px; */
}

.introduce .content_introduce {
    align-items: center;
    display: none;
}

.content_introduce .text_intraduce p:nth-child(1) {
    font-size: 14px;
    color: #212323;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0px;
}

.content_introduce .text_intraduce h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    color: #28b0ae;
    margin-bottom: 17px;
}

.content_introduce .text_intraduce h2 span {
    color: #212323;
}

.content_introduce .text_intraduce p:nth-child(2) {
    line-height: 1.8;
    margin-bottom: 1.3em;
}

.content_introduce .text_intraduce a i {
    width: 0;
    color: #fff;
    display: none;
}

.content_introduce .text_intraduce a:hover i {
    width: 36px;
    display: inline-block;
}

.content_introduce .text_intraduce a:hover {
    background-color: #cc4415;
}

.content_introduce .text_intraduce a {
    border: none;
    background-color: #28b0ae;
    text-align: justify;
    border-radius: 20px;
    width: 147px;
}

#home .product {
    padding: 40px 0;
    background-color: var(--primary-bg);
}

.product .header_product {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.product .header_product p {
    margin-bottom: 1.3em;
}

.product .header_product h2 {
    margin-bottom: 0.5em;
    color: #000000;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.3;
}
.item_one ul li{
    list-style: unset !important;
    margin-left: 20px;
} 
.item_one ol li{
    margin-left: 20px;
}
.product .header_product h3 {
    margin-bottom: 0.5em;
    color: #000000;
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.3;
}

.product_One .show_img {
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 9px 0px #c2c2c2;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.product_One .show_img .avatar_product {
    top: 186px;
    right: 20px;
    position: absolute;
    z-index: 1;
    width: 13%;
    height: auto;
}

.product_One .show_img .avatar_product img {
    box-shadow: 0px 0px 8px 4px #ccc;
    border-radius: 50%;

}

.load_show:hover::before {
    animation: shine .5s;

}

@keyframes shine {
    from {
        left: -75%;
    }

    to {
        left: 69%;
    }
}

.show_img .load_show {
    overflow: hidden;
    position: relative;
}

.show_img .load_show::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    transform: skewX(-25deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
}

.show_img .img_product_One {
    display: flex;
}

.show_img .img_product_One .img_item img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

.show_img .img_product_One .img_item {
    cursor: pointer;
    margin: 10px 3px 0 3px;
    width: 85px;
    height: auto;
}

.product_One .slick-prev,
.product_One .slick-next {
    display: none !important;
    cursor: none;
}

.tn {
    display: none !important;
}

.off {
    display: block !important;
}

.show_img .load::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 7%, #1a1d2b);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    opacity: .2;
    border-radius: 6px;
    z-index: 1;
}


.load img {
    border-radius: 7px;
    height: 100%;
}

.show_img .load {
    position: relative;
    height: auto;
}

.show_img .load img {
    object-fit: cover;
    height: 220px;
    width: 100%;
}

.text_product>p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    height: auto;
    margin: 0 0 5px 0;
}

.text_product .text_gia {
    padding-top: 10px;
    border-top: 1px solid #e9ecf1;
    display: flex;
    justify-content: space-between;
}

.text_product .text_gia p {
    margin-bottom: 0;
    opacity: 0.7;
    font-size: 14px;
}

.text_product .text_gia p span {
    font-weight: bold;
    color: #f00;

}

.nav {
    justify-content: center;
}

.text_product a {
    text-decoration: none;
    height: auto;
    display: block;
    color: #333 !important;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 5px;
}

.paading_pr {
    padding: 0px;
}

.product_One .re {
    margin-top: 25px;
}

.re:hover .borde {
    transform-origin: left;
    transform: scaleX(1);
    height: 3px;
}

.borde {
    height: 3px;
    width: 100%;
    transform-origin: right;
    transition: transform .5s ease-in-out;
    transform: scaleX(0);
}

.borde {
    background: #28b0ae;
}

.dress_home {
    background-color: #666;
    color: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
}

.text_suppost p {
    margin: 0 auto;
    text-align: center;
    width: 55%;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 25px 0;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.relative {
    position: relative !important;
}

.section-content {
    z-index: 1;
}

.section-content {
    width: 100%;
}

.section-bg {
    width: 100%;
    overflow: hidden;

}

.section-bg-overlay {
    background-color: rgba(0, 0, 0, 0.9);
}

.absolute {
    position: absolute !important;
}

.section-bg.bg-loaded {
    background: url(../images/bg_2.jpg) bottom center/ cover no-repeat;
}

.text_suppost {
    padding-top: 20px;
}

.suppost {
    margin: 46px 0 20px 0;
    gap: 2%;
    display: flex;
    justify-content: center;
}

.suppost .btn_suppost {
    padding: 14px 15px;
    border: 1px solid #28b0ae;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.625em;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 208px;
    width: 100%;
    text-align: center;
}

.product_One {
    padding-bottom: 20px;
}

.suppost a {
    padding: 0;
    color: white;
    font-weight: bold;

}

.suppost .btn_suppost:after {
    content: "";
    background: #28b0ae;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
}

.suppost .btn_suppost:nth-child(3):after {
    transform: skewY(0deg) scale(1, 0);
}

.suppost .btn_suppost:nth-child(3):hover:after {
    transform: skewY(0deg) scale(1, 1);
}

.suppost .btn_suppost:nth-child(2):after {
    transform: skewY(45deg) scale(1, 0);
}

.suppost .btn_suppost:nth-child(2):hover:after {
    transform: skewY(45deg) scale(1, 5);
}

.suppost .btn_suppost:nth-child(1):after {
    transform: skewY(-45deg) scale(1, 0);
}

.suppost .btn_suppost:nth-child(1):hover:after {
    transform: skewY(-45deg) scale(1, 5);
}

.btn:hover {
    color: #fff !important;
}

.suppost .btn_suppost:hover:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#home .feedback {
    padding: 20px 0;
    background-color: var(--primary-bg);
}

.list_freeback button i {
    font-size: 14px;
    line-height: 31px;
    color: #979797;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.list_freeback button i:hover {
    background-color: #ff551a;
    border-color: #ff551a00;
    color: #fff;
}

.list_freeback .slick-prev:hover,
.list_freeback .slick-prev:focus,
.list_freeback .slick-next:hover,
.list_freeback .slick-next:focus {
    background-color: rgba(0, 0, 0, 0);
}

.header_freeback {
    text-align: center;
}

.header_freeback h3 {
    font-weight: 700;
    color: #000000;
    font-size: 1.6em;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.content_freeback p:nth-child(1),
.content_freeback p:nth-child(3) {
    display: none;
}

.content_freeback p {
    font-size: 14px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 88px;
}

.header_freeback p {
    margin-bottom: 2em;
}

.list_item .name_avatar {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.name_avatar .avatar_freeback {
    width: 50px;
    height: 50px;
}

.list_freeback .list_item {
    padding: 0 10px 20px;

}

.list_freeback .list_item .item_freeback {
    background-color: #fff;
    padding: 44px;
    box-shadow: 0 10px 31px 0 rgb(181 127 250 / 9%);
}

.list_freeback .list_item .item_freeback:hover {
    background-image: linear-gradient(-160deg, #fff, #fff 70%, #28b0ae);
    transition: 0.2s;
    cursor: pointer;
}

.name_avatar .avatar_freeback img {
    border-radius: 50%;
    border: 2px solid #28b0ae;
    object-fit: cover;
}

.name_avatar .name p:nth-child(1) {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
}

.name_avatar .name p {
    margin-bottom: 0;
}

.antuong .antuongmh {
    display: flex;
    justify-content: center;
    align-items: center;
}

.antuong .text {
    padding-right: 3%;
    width: 60%;
}

.antuong .section-bg.bg-loaded {
    background: url(../images/antuong.jpg) center center/ cover no-repeat;
}

.antuong .section-bg-overlay {
    background-color: #28b0ae;
}

.item_antuong {
    display: flex;
}

.header_text h2 {
    font-weight: 600;
    line-height: 1.3;
    font-size: 178%;
    margin-bottom: 13px;
}

.header_text p {
    margin-bottom: 1.3em;
}

.item_antuong .item {
    padding: 15px;
    width: calc(100%/3);
    border-left: 1px dashed rgba(221, 221, 221, 0.459);
}

.item_antuong .item p:nth-child(1) {
    font-size: 220%;
    font-weight: 700;
}

.item_antuong .item:nth-child(1) {
    border-left: none;
}

.slaugon {
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -59px;
    top: 25px;
    text-align: center;
    width: 200px;
    font-size: 14px;
    background-color: #28b0ae;
    color: #fff;
}

#home .pia {
    padding-bottom: 20px;
    background-color: var(--primary-bg);
}

.comtent_pia {
    justify-content: space-between;
}

.comtent_pia .re {
    padding: 0 10px 20px;
}

.comtent_pia .show_img {
    height: 100%;
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.comtent_pia .load_show p {
    margin: 0;
    text-transform: inherit;
    opacity: 1;
    font-size: 14px;
    bottom: 3px;
    left: 7px;
    color: #fff;
    position: absolute;
}

.comtent_pia .text_pia {
    margin-top: 15px;
    padding: 0 5px;
}

.comtent_pia .text_pia p:nth-child(2) {
    height: auto;
    text-overflow: inherit;
    overflow-y: hidden;
}

.comtent_pia .text_pia a {
    font-weight: 600;
    font-size: 1.15em;
    line-height: 1.3;
    text-align: justify;
    display: block;
    text-align: justify;
    text-decoration: none;
    color: #000000;

}

.comtent_pia .text_pia p:nth-child(2) {
    opacity: .7;
    font-size: .8em;
    margin: 5px 0;
}

.comtent_pia .text_pia p:nth-child(2) {
    opacity: .8;

    font-size: .9em;
}

.comtent_pia .re:hover a {
    color: #28b0ae;

}

.comtent_pia .re:hover {
    cursor: pointer;

}

.pia .header_pia p:nth-child(1) {
    color: #000000;
    font-size: 1.6em;
    line-height: 1.3;
    font-weight: 700;
}

.pia .header_pia p:nth-child(2) {
    margin-bottom: 0;
}

.pia .header_pia {
    opacity: .8;
    padding: 20px 0;
    text-align: center;
}

.freeback_mobile {
    display: none !important;
}

.login_tin {
    padding: 20px 0;
    background-color: #28b0ae;
}

.login_tin .left_tin {
    color: #fff;
    align-items: center;
    display: flex;
}

.left_tin .img_tin {
    width: 50px;
    height: auto;
}

.login_tin .row {
    align-items: baseline;
}

.login_tin .left_tin .text_tin p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
}

.foter_content {
    background-color: rgb(34, 34, 34);
}

.right_form form input::placeholder {
    color: #fff;
}

.right_form form input {
    outline: none;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .1em;
    width: 85%;
    padding: 0 17px 0 0;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-radius: 0;
    color: #fff;
    box-shadow: none;
}

.right_form form button {
    float: right;
    margin: 0 10px;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.right_form form button span {
    opacity: 0.7;
}

.right_form form button:hover span {
    opacity: 1;
}

.right_form form button i {
    font-size: 20px;
    margin-right: 5px;
}

.footer_a {
    padding: 30px 0;
}

.foter_content .item li {
    list-style: none;
}

.foter_content .item a {
    text-decoration: none;
    color: #fff;
}

.foter_content .item {
    padding: 0 10px;
    color: #fff;
}

.iteam_one .img_footer {
    padding: 15px 0;
}

.iteam_one .img_footer img {
    width: 70%;
    height: auto;
}

.iteam_one p {
    opacity: .9;
    margin-bottom: 0;
    text-align: justify;
    font-size: 15px;
}

.icon_iteam_one {
    margin-top: 1.3em;
}

.icon_iteam_one ul {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    column-gap: 10px;
}

.icon_iteam_one ul a li i {
    font-size: 152%;
}

.dress_footer>h4,
.iteam_two h4 {
    font-weight: 700;
    font-size: 1.125em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.icon_dress .icon a i {
    color: #28b0ae;
    font-weight: 900;
    padding-right: 10px;
    line-height: 1;
}

.icon_dress .icon {
    margin-bottom: 0.6em;
}

iframe {
    width: 100%;
}

.bq div {
    font-size: .9em;
    padding: 10px 0 !important;
    font-weight: bold;
    color: #000;
}

.bq span {
    color: #28b0ae;
}

.fix {
    z-index: 3;
    right: 30px;
    bottom: 50px;
    position: fixed;
}

.fix .fix_icon {
    height: auto;
    width: auto;
    border-radius: 5px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.fix .fix_icon a {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    display: inherit;
}

.fix .fix_icon a img {
    width: 36px;
    height: 36px;
}

.phone_fix {
    display: none !important;
}

.menu_mobile_a {
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: fixed;
    z-index: 5;
}

.menu_mobile_a .nav>li {
    margin: 0;
    position: relative;
}

.menu_mobile_a .nav>li a {
    margin: 0 0 0 5px;
}

.menu_mobile_a .nav>li i {
    position: absolute;
    top: 18px;
    z-index: 2;
    right: 10px;
    color: #000;
}

.menu_mobile_a .nav {
    display: block;
}


.item_mobi {
    border-bottom: 1px solid #ccc;
}

.menu_mobile_a .input {
    position: relative;
    margin-top: 40px;
    padding-bottom: 20px;
}

.menu_mobile_a .input input {
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
}

.menu_mobile_a .input .icon_seach_mobi {
    position: absolute;
    top: 2%;
    right: 5%;
}

.menu_mobile_a .icon_clone_moni {
    position: absolute;
    top: 5px;
    right: 12px;
}

.menu_mobile_a .icon_clone_moni i {
    font-size: 20px;
    opacity: 0.7;
}

.menu_mobile .icon_clone_moni i:active {
    opacity: 0.7;
}

.menu_mobile {
    padding: 0;
}

.menu_mobile .nav>li {
    padding: 10px 0;
}

.subnav_mobile li,
.subnav_mobile a {
    text-decoration: none;
    list-style: none;
}

.menu_mobile .subnav_mobile {
    position: relative;
    top: 0;
    min-width: 100%;
    border: none;
}
.list-product-card{
    margin-bottom: 20px;
}
.list-product-card .slick-slide{
    display: block !important;
}
.menu_mobile .subnav_mobile li {
    padding-left: 20px;
}

.bg_li {
    background-color: rgba(0, 0, 0, 0.05);
    ;
}

.hedden {
    display: none;
}

.menu_mobile .subnav_mobile li a {
    padding: 5px 0;
    display: block;
    font-weight: 400;
    border: none;
    transition: color .2s;
    color: #666;
}

#heade .header_dress .item:nth-child(3) a i {
    font-size: 28px;
}

/* pesponsive */
@media screen and (max-width: 550px) {
    .comtent_pia .show_img .load_show{
        max-width: 220px;
    }
    .comtent_pia .text_pia {
        width: 70%;
    }

    .eco_green .header_co_green h1 {
        font-size: 19px !important;
        line-height: 1.6 !important;
    }

    .eco_green .header_co_green {
        padding: 20px 10px !important;
    }

    .header_co_green .list_menu_eco_green {
        font-size: 14px;
    }

    .duan {
        padding: 0 10px;
    }

    #heade .header_dress .item:nth-child(2) {
        padding: 10px 0;
    }

    .menu_phone .open i {
        font-size: 20px;
    }

    .comtent_pia .show_img {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobi_freebank {
        display: block;
    }

    .show_img .text_pia a {
        margin-bottom: 20px;
    }

    .comtent_pia .show_img {
        padding: 20px;
    }

    .off {
        display: none !important;
    }

    .show_img .text_pia p:nth-child(3) {
        display: none;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }

    .content_introduce .text_intraduce {
        padding: 0 15px;
    }

    #heade .header_dress .item:nth-child(2) {
        display: block;
    }

    .item_freeback .name_avatar {
        display: flex !important;
    }

    .freeback_mobile {
        margin: 0;
        width: 100%;
    }

    .content_introduce .text_intraduce h2 {
        font-size: 30px;
    }

    .tn {
        display: block !important;
    }


    .iteam_one .img_footer img {
        width: auto !important;
    }

    .suppost .btn_suppost {
        margin: 0 auto;
        max-width: 80%;
        margin-top: 20px !important;
    }

    .footer_a {
        width: 100%;
    }

    .foter_content .row {
        margin: 0;
    }

    .suppost {
        text-align: center;
        display: block;
    }

    .antuong .antuongmh {
        display: block;
        margin: 0 10px;
    }

    .antuong .text {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .item_antuong {
        display: block;
    }

    .item_antuong .item:nth-child(1) {
        border-top: none;
    }

    .item_antuong .item {
        padding: 15px;
        border-top: 1px solid rgba(221, 221, 221, 0.219);
        width: 100%;
        border-left: none;
        text-align: center;
    }

    .item_antuong .item p {
        margin: 0;
    }

    .freeback_destop {
        display: none !important;
    }

    .freeback_mobile {
        display: block !important;
    }

    .login_tin .login_v {
        display: block;
    }

    .login_tin {
        padding: 20px 23px;
        width: 100%;
        display: inline-block;
    }

    .row {
        margin: 0;
    }

    .login_tin .login_v {
        width: 100%;
    }

    .pia .row {
        margin: 0;
    }

    .comtent_pia {
        width: 100%;
    }

    .login_v .left_tin,
    .login_v .right_form {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .left_tin .img_tin {
        width: 43px;
    }

    .fix {
        width: 100%;
        right: 0;
        left: 0;
        z-index: 3;
        bottom: -1px;
        position: fixed;
    }

    .fix .fix_icon {
        justify-content: space-between;
        align-items: flex-end;
        display: flex;
        height: auto;
        width: auto;
        padding: 5px 0;
        background-color: #fff;
    }

    .fix .fix_icon a {
        width: 20%;
        display: block;
    }

    .show_img .load {
        position: relative;
    }

    .content_introduce .text_intraduce a {
        margin-bottom: 15px;
    }

    .text_suppost p {
        width: 90%;
        font-size: 22px;
        line-height: 25px;
    }

    .header_text h2 {
        text-align: center;
    }

    .header_text p {
        text-align: center;
    }

    .phone_fix {
        display: block !important;
    }

    .phone_fix img {
        width: 50px !important;
        height: 50px !important;
        transform: translateX(-50%);
        bottom: 27px;
        position: absolute;
        border-radius: 50%;
        padding: 10px;
        background-color: #6cb917;
        border: 2px solid white;
    }

    .phone_fix p {
        line-height: 1;
    }

    .item_fix p {
        margin-bottom: 0;
    }

    .product .header_product {
        width: 90%;
    }

    .content-wrapper {
        padding: 10px;
    }

}

@media screen and (max-width: 849px) {
    .menu_mobile_a{
        background-color: #28b0ae;
    }
    .menu_mobile_a .icon_clone_moni i,.menu_mobile_a .nav>li a, .menu_mobile_a .nav>li i,.menu a{
        color: #fff;
    }
    .menu_phone .open i {
        font-size: 28px;
    }

    .container {
        width: auto !important;
    }

    .list_freeback .list_item .item_freeback {
        padding: 34px;
    }

    #heade .header_dress .item:nth-child(3) {
        display: block;
    }

    .content-wrapper {
        margin: 0;
    }

    .eco_table table tbody tr {
        display: block;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding: 0;
        margin: 0;
    }

    .eco_table .table td {
        width: 100%;
        display: block;
        justify-content: space-between;
    }

    .text_pia p:nth-child(3) {
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .map {
        overflow: hidden;
    }

    .item_freeback .name_avatar {
        display: block;
    }

    .bq .text_bq {
        text-align: center;
    }

    .iteam_one .img_footer img {
        width: 100%;
    }

    .header_seach .item_Two {
        display: none;
    }

    #heade .header_dress .item:nth-child(1) {
        margin-left: 0;
    }

    #heade .menu,
    #home .home_login {
        display: none;
    }

    .home_login .container {
        width: 100% !important;
    }

    .home_login .text_home p {
        width: 100%;
    }

    .header_seach .header-item {
        justify-content: center;
    }

    #heade .header_dress {
        padding: 0 15px;
        align-items: center;
    }

    .header_dress .menu_phone {
        display: block;
    }

    .header_dress .item:nth-child(n+4) {
        display: none;
    }

    .product_One {
        margin: 0 !important;
        width: 100%;
    }

    .product_One .re {
        margin-top: 20px;
    }

    .product_One .show_img .avatar_product {
        width: 10%;
    }

    .introduce .content_introduce {
        width: 100%;
        margin: 0;
    }

    .text_intraduce p:nth-child(3) {
        text-align: justify;
    }
}

/* end pesponsive */

/* gi?i thi?u */
.desc-about img {
    width: auto;
}

.breadcrumb {
    padding: 20px 0;
}

.title_detail {
    display: none;
}

.content-wrapper,
.breadcrumb {

    background-color: #f9f9f9;
}

.breadcrumb li:nth-child(2) a {
    color: #222;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 1.15em;
}

.breadcrumb li a {
    color: rgba(102, 102, 102, 0.7);
    font-size: 1.15em;
    font-weight: normal;
}

/* end gi?i thi?u */

/* tin t?c */
.title-template-in {
    display: none;
}

.card-news-horizontal .box {
    box-shadow: 0px 0px 9px 0px #c2c2c2;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    height: 100%;
}

.card-news-horizontal {
    height: 100%;
}

.col-card-news-horizontal {
    margin-bottom: 20px;
}

.box .image span {
    display: inline-block;
    padding-top: 10px;
}

/* end tin t?c */

/* li?n h? */
.contact-form input {
    height: calc(1.5em + 0.75rem + 2px);
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #ddd;
    padding: 0 0.75em;
    font-size: .97em;
    margin-bottom: 1em;
}

.title-detail h1 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content h3 a,
.title-sider-bar span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 45px;
    color: #000;
}

/* eng li?n h? */


/* chi ti?t s?n ph?m */
.news-detail {
    background: white;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 #2e36521a;
    padding: 15px;
}

.list-trending ul {
    overflow: hidden;
}

.news-detail .author {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
}

.content-news strong span,
.content-news span strong {
    font-weight: 600;
    font-size: 20px;
    color: #000 !important;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cmt {
    margin: 10px 0;
}

.hastag {
    margin-top: -10px;
    margin-bottom: 10px;
}

.list-trending ul li,
.title-sider-bar {
    background-color: #fff;
    padding: 0;
}

.side-bar {
    background: white;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 #2e36521a;
    padding: 15px;
    margin-bottom: 10px;
}

.list-trending h3 a {
    font-weight: unset;
}

.list-trending ul li:nth-child(n+2) {
    /* display: none; */
}

.list-trending>ul {
    display: block !important;
}

.form-slide {
    position: relative;
}

.home_login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
}

/* end chi ti?t s?n ph?m */
.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-prev,
.slick-next {
    height: 40px;
    width: 40px;
    background-color: #ffffff78;
    border-radius: 50%;
    z-index: 99;
}

.slick-prev i,
.slick-next i {
    color: #000;
    font-size: 25px;
}