html{
    font-size: 1.112vw;
}
body{
	font-size: 0.8rem;
	font-family: 'Unbounded', sans-serif;
    color: #333;
    background-color: #fcfcfd;
    font-weight: 300;
    line-height: 1.5;
}
:root {
    --color-primary: #4947b8;
    --color-second:#ffd862;
    --br-primary:7px;
}
.colorSite{
    color: var(--color-primary);
}
.colorSite2{
    color: #002853;
}
.content_p p,.content_p h1,.content_p h2,.content_p h3,.content_p h4,.content_p h5,.content_p h6,.content_p ul,.content_p img,.content_p ol{
    margin-bottom: 1em;
}
a{
    color: #4c4c4c;
}
a:hover,a:focus{
    color: var(--color-primary);
    outline: none;
}
.header_top {
    display: flex;
    width: 100%;
    align-items: center;
}
a.logo {
    width: 250px;
}
.sc_header {
    padding-top: 30px;
    z-index: 100;
}
body.ticked .sc_header{
    box-shadow: 0 0 3px;
}
.btnSite{
    color: var(--color-primary);
    background-color: #fff;
}
.btnSite2{
    background-color: var(--color-primary);
    color: #fff;
}
.btnSite,.btnSite2{
    line-height: 2.5;
    display: inline-block;
    padding: 0 15px;
    border-radius: var(--br-primary);
    border: 1px solid var(--color-primary);
}
.btnSite2:hover{
    color: #fff;
}
.member_dn{
	margin-left: 15px;
}
.btnSite:hover,.btnSite2:hover{
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
#box_search{
	text-align: center;
	flex-grow: 1;
}
form#search {
    border: 1px solid #e6e6e6;
    border-radius: var(--br-primary);
    width: 530px;
    margin: auto;
    display: flex;
    overflow: hidden;
}
input,button{
    line-height: 35px;
    font-size: 12px;
}
form#search input {
    flex-grow: 1;
    border: 0;
    padding: 0 15px;
}
form#search button {
    border: 0;
    background: transparent;
    padding: 0 0.8rem;
    color: #ccc;
    font-size: 1.2rem;
}
form#search:hover,form#search:focus{
	border-color: #ccc;
}
.iMenu {
    position: relative;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}
a#iMenu {
    display: flex;
    align-items: center;
}
.iMenu span {
    display: inline-block;
    transition: all 0.4s ease 0s;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    min-height: 2px;
    background-color: rgb(51, 51, 51);
    border-radius: 1px;
    vertical-align: middle;
}
.iMenu span:nth-of-type(1) {
    width: 16px;
    top: 0px;
}
.iMenu span:nth-of-type(2) {
    top: 10px;
}
.iMenu span:nth-of-type(3) {
    top: 22px;
}
.iMenu.active span:nth-of-type(1){
    opacity: 0;
    animation: 1s ease 0s 1 normal forwards running hideAnimation;
}
.iMenu.active span:nth-of-type(2) {
    transform: rotate(-45deg);
}
.iMenu.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
}
.sc_header-menu {
    display: flex;
    margin-top: 30px;
}
.sc_mainMenu {
    flex-grow: 1;
    text-align: right;
}
#sc_mainMenu li {
    display: inline-block;
    margin-left: 30px;
}
#sc_mainMenu a {
    color: #4c4c4c;
    font-weight: 400;
}
#sc_mainMenu a:hover{
    color: var(--color-primary);
}
.archive-item h3 {
    font-weight: 400;
    color: #000;
}
.item_sc-cat {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sc_menu-category {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
}
.sc_home-banner{
    margin-top: 50px;
}
.sc_home-banner .owl-prev,.sc_home-product-fa .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(204 204 204 / 60%);
    color: #fff;
    font-size: 30px;
    width: 35px;
    border-radius: var(--br-primary);
    text-align: center;
    padding-right: 5px;
    display: none!important;
}

.sc_home-banner .owl-next,.sc_home-product-fa .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(204 204 204 / 60%);
    color: #fff;
    font-size: 30px;
    width: 35px;
    border-radius: var(--br-primary);
    text-align: center;
    padding-left: 5px;
    display: none!important;
}
.sc_home-banner .owl-prev:hover,.sc_home-banner .owl-next:hover,.sc_home-product-fa .owl-next:hover,.sc_home-product-fa .owl-prev:hover{
    background-color: rgb(204 204 204 / 90%);
}
.sc_home-banner:hover .owl-prev,.sc_home-banner:hover .owl-next,.sc_home-product-fa:hover .owl-prev,.sc_home-product-fa:hover .owl-next{
    display: block!important;
}
.sc_home-banner .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.sc_home-banner .owl-dot{
    width: 13px;
    height: 13px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
    background-color: rgba(59,130,246,0.5);
}
.sc_home-banner .owl-dot.active{
    background-color: var(--color-primary);
}
.sc_home-pbtn{
    text-align: right;
    margin-top: 15px;
}
.sc_home-parallax {
    padding: 0 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: var(--br-primary);
    margin-top: 50px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.item_product {
    border: 1px solid rgb(230, 230, 230);
    overflow: hidden;
    padding: 5px;
    border-radius: var(--br-primary);
}
.item_product .isc {
    display: flex;
    color: rgb(55 55 55);
    margin-top: 15px;
    align-items: center;
}
.item_product .isc .lgo {
    width: 40px;
    margin-right: 10px;
}
.item_product .bot {
    border-top: 1px solid rgb(230, 230, 230);
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 15px;
    padding-bottom: 5px;
    margin-top: 15px;
}
.item_product .bot-a {
    background-color: rgb(234, 236, 244);
    color: var(--color-primary);
    display: inline-block;
    padding: 5px 15px;
    border-radius: var(--br-primary);
    font-size: 10px;
    font-weight: 400;
}
.sg_bot-a{
    background-color: rgb(234, 236, 244);
    color: var(--color-primary);
    display: inline-block;
    padding: 5px 15px;
    border-radius: var(--br-primary);
}
.item_product a.img {
    display: block;
    border-radius: var(--br-primary);
    overflow: hidden;
}
.item_product a.img img{
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.item_product a.img:hover img{
    transform: scale(1.1);
}
#sc_footer{
    background-color: var(--color-primary);
    color: #fff;
    padding-top: 30px;
}
.sc_footer-title {
    font-size: 17px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.sc_footer-text p {
    margin-bottom: 12px;
}
.sc_footer-copyright {
    background-color: rgb(30, 45, 120);
    color: #abb1d4;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}
.sc_footer-social a {
    display: inline-block;
    width: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    color: var(--color-primary);
    line-height: 30px;
    font-size: 20px;
}
.sc_footer_menu a {
    color: #fff;
}
.sc_footer_menu_1{
    padding-left: 70px;
}
.sc_box-input input {
    display: block;
    width: 100%;
    border: 1px solid rgb(230, 230, 230);
    padding: 0 10px;
    border-radius: var(--br-primary);
    background-color: #fff;
}
.sc_box-input textarea {
    display: block;
    width: 100%;
    border: 1px solid rgb(230, 230, 230);
    padding: 10px;
    border-radius: var(--br-primary);
    height: 100px;
    background-color: #fff;
}
.s_label {
    margin-bottom: 7px;
}
.sc_box-input {
    margin-bottom: 20px;
}
.sc_box-input select{
    border: 1px solid rgb(230, 230, 230);
    width: 100%;
    height: 42px;
    border-radius: var(--br-primary);
    padding: 0 10px;
    background-color: #fff;
}
.s_label span {
    color: red;
    display: inline-block;
    margin-right: 6px;
}
.sc_contact-title {
    color: var(--color-primary);
    font-size: 35px;
    margin-bottom: 20px;
}
.footer_contact_content{
    margin-bottom: 25px;
}
.footer_contact_content p {
    margin-bottom: 10px;
}
.sc_contact-text{
    text-align: right;
}
.s_box {
    display: inline-block;
    text-align: center;
    width: 64%;
    color: var(--color-primary);
    margin-top: 40px;
}
.sc_text-f1 {

}
.sc_text-f2 {
    font-size: 50px;
    margin-bottom: 25px;
}
.sc_contact {
    padding-top: 100px;
    background-size: cover;
    background-position: top;
    padding-bottom: 30px;
    margin-top: 50px;
}
.sc_cat-box {
    background-color: rgb(248, 248, 248);
    padding: 30px 10px;
    border-radius: var(--br-primary);
}
.sc_cat-box .title {
    color: var(--color-primary);
    font-size: 22px;
    margin-bottom: 15px;
}
.sc_cat-box .item {
    display: block;
    border-radius: var(--br-primary);
    padding: 15px 10px;
    padding-right: 0;
}
.sc_cat-box .item.active,.sc_cat-box .item:hover{
    background-color: #fff;
    color: var(--color-primary);
}
#sc_cat-box{
    margin-top: 60px;
}
.sc_item-product{
    margin-bottom: 30px;
}
.sc_cat-box-title {
    font-size: 30px;
    color: var(--color-primary);
    font-weight: 500;
}
#sc_cat-box .sc_box-input{
    margin-bottom: 0;
}
.sc_home-banner .item,.sc_home-product-fa .item_product{
    display: none;
}
.sc_home-banner.owl-loaded .item,.sc_home-product-fa.owl-loaded .item_product{
    display: block;
}
.sg_thumbnail{

}
.sg_thumbnail img {
    width: 100%;
}
.sg_title .icon {
    width: 70px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: var(--br-primary);
}
.sg_title {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #333;
}
.sg_intro {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.sg_intro .item{
    margin-right: 15px;
}
.sg_intro .icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}
.breadcrumb {
    margin-top: 30px;
    margin-bottom: 30px;
}
.breadcrumb a,.breadcrumb span{

}
.sg_thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: var(--br-primary);
}
.sg_tab {
    background-color: #f3f3f3;
    padding: 0 30px;
    border-radius: var(--br-primary);
    margin-top: 30px;
    margin-bottom: 30px;
}
.sg_tab a {
    display: inline-block;
    color: #333;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
    padding-top: 2px;
}
.sg_tab a.active,.sg_tab a:hover{
    border-bottom: 2px solid var(--color-primary);
    color: var(--color-primary);
}
.k_title {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.sg_box {
    background-color: rgb(244, 245, 250);
}
.sg_box-p{
    padding-top: 30px;
    padding-bottom: 30px;
}
.btnSite3{
    background-color: #667cf2;
    border-color: #667cf2;
    color: #fff;
}
.sg_video {
    border-radius: var(--br-primary);
    overflow: hidden;
}
.sg_list-tinhnang .item{
    margin-top: 30px;
    margin-bottom: 30px;
}
.sg_list-tinhnang .title {
    display: flex;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
}
.sg_list-tinhnang .title .tkd {
    width: 40px;
    text-align: center;
    background-color: rgb(171, 177, 212);
    border-radius: 50%;
    margin-right: 20px;
    color: #fff;
}
.sg_list-tinhnang .tick{

}
.sg_list-tinhnang .cen {
    flex-grow: 1;
}
.sg_list-tinhnang .content {
    padding-left: 60px;
    display: none;
}
.sg_list-tinhnang .item.active .tick i:before{
    content: "\f106";
}
.sc_member-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 10%;
}
.sc_member-content {
    height: 90vh;
    margin-top: 5vh;
}
.sc_form-login {
    background-color: #fff;
    height: 90vh;
    border-radius: var(--br-primary);
    padding: 30px 65px;
    overflow: hidden;
    overflow-y: auto;
}
.rs_title{
    color: var(--color-primary);
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.ar_box-big{
    position: relative;
}
.ar_box-big {
    position: relative;
}
.ar_box-cat {
    position: absolute;
    bottom: -25px;
    background-color: #fff;
    width: 94%;
    left: 3%;
    border-radius: var(--br-primary);
    padding: 10px 20px;
    font-size: 13px;
    color: #9f9b9b;
}
.ar_box-cat a,.ts_cat-box a {
    color: #9f9b9b;
}
.ts_cat-box{
    color: #9f9b9b;
}
.box_bor{
    display: block;
    overflow: hidden;
    border-radius: var(--br-primary);
}
.box_bor img {
    height: 125px;
    object-fit: cover;
}
.has-br{
    display: block;
    overflow: hidden;
    border-radius: var(--br-primary);
}
.tgray {
    color: #736e6e;
}
.share-single{
    margin-bottom: 50px;
}
.share-single a {
    display: inline-block;
    width: 40px;
    color: #fff;
    border-radius: var(--br-primary);
    text-align: center;
    font-size: 20px;
}
.share-single a.fb{
    background-color: #3b5998
}
.share-single a.tw{
    background-color: #1da1f2
}
.share-single a.ping{
    background-color: red
}
.sc_single-box{
    display: none;
}
.sc_single-box.active{
    display: block;
}
.sc_box-price {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 12px;
    border-radius: var(--br-primary);
    overflow: hidden;
    padding: 30px;
}
.sc_box-price .title {
    font-size: 20px;
    color: var(--color-primary);
    position: relative;
    padding-bottom: 5px;
}
.sc_box-price .title span:before{
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    background-color: var(--color-primary);
    display: inline-block;
}
.sc_box-price .content {
    margin-top: 15px;
    min-height: 100px;
}
.ts-vnd{
    color: #736e6e;
}
.sc_box-price .option {
    background-color: rgb(244, 245, 250);
    padding: 15px;
    border-radius: var(--br-primary);
}

.sc_box-price .option-text {
    font-size: 13px;
    color: #322b2b;
    margin-top: 10px;
}
.sc_box-sale {
    text-align: right;
    color: var(--color-primary);
}
.sc_check p {
    font-size: 14px;
    color: #6c6161;
    margin-top: 15px;
}
.sc_check p:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05d";
    font-size: 20px;
    color: var(--color-primary);
    margin-right: 7px;
}
.option-time {
    color: #000;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.option-time .slast {
    flex-grow: 1;
    text-align: right;
}
.option-time .slast select {
    background-color: #d5d8ea;
    border: 0;
    height: 40px;
    color: var(--color-primary);
    border-radius: var(--br-primary);
    padding: 0 10px;
}
.home_partner{
    margin-top: 30px;
}
.cred{
    color: red;
}
.sc_footer-text a{
    color: #fff;
}
.sg_list-tinhnang .active .title .tkd{
    background-color: var(--color-primary);
}
.bg_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 67%);
    z-index: 100000;
    display: none;
}
.bg_popup > .content {
    width: 600px;
    background-color: #fff;
    border-radius: var(--br-primary);
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    max-height: 100vh
    overflow-y:auto;
}
.bg_popup .close_popup {
    color: #fff;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background-color: var(--color-primary);
}
.bg_popup .sc_cat-box-title {
    border-bottom: 1px solid;
    font-size: 18px;
    padding: 0 50px;
}
.bg_popup .mbody{
    padding: 30px 50px;
}
.item_product .isc h4 {
    font-weight: 400;
    line-height: 1.3;
}
ul.sc_footer_menu {
    margin-top: 1rem;
    display: flex;
    gap: 30px;
    justify-content: center;
}
.sc_footer-social {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 1rem;
}
.sc_footer-text {
    width: 700px;
    margin: auto;
}