@font-face {
    font-family: 'coollook';
    src: url("../font/saminfood-Regular.eot") format("embedded-opentype"), url("../font/saminfood-Regular.woff") format("woff"), url("../images/saminfood.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'coollook';
    src: url("../font/saminfood-Italic.eot") format("embedded-opentype"), url("../font/saminfood-Italic.woff") format("woff"), url("../font/saminfood-Italic.ttf") format("truetype");
    font-style: italic;
}

@font-face {
    font-family: 'coollook';
    src: url("../font/saminfood-SemiBold.eot") format("embedded-opentype"), url("../font/saminfood-SemiBold.woff") format("woff"), url("../font/saminfood-SemiBold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: 'coollook';
    src: url("../font/saminfood-SemiBoldItalic.eot") format("embedded-opentype"), url("../font/saminfood-SemiBoldItalic.woff") format("woff"), url("../font/saminfood-SemiBoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Futura-light';
    src: url("../font/SFUFuturaLight.TTF") format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Futura-bold';
    src: url("../font/SFUFuturaBold.TTF") format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Futura-regular';
    src: url("../font/SVN-Futura Regular.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}
.mar10{
    margin: 10px 0;
}
.marB10{
    margin-bottom: 10px;
}
.marB15{
    margin-bottom: 15px;
}
.posR{
    position: relative;
}
.posA{
    position: absolute;
}
a {
    background-color: transparent !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: all .2s !important;
}
.padd0{
    padding: 0 !important;
}
.width1300{
    width: 1300px;
    margin: 0 auto;
}
.width1200{
    width: 1200px;
    margin: 0 auto;
}
.zentop.open {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: #fff;
}
.gentop {
    /*
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    */
    height: 88px;
    width: 100%;
}
.posR{
    position: relative !important;
}
.gentop-pic {
    height: 90px;
    width: 260px;
    text-align: center;
    padding-top: 7px;
}
.gentop-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gentop-menu{
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.gentop-menu > ul{
    display: flex;
    opacity: 1;
    visibility: visible;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0
}
.gentop-menu > ul > li{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 15px 18px;
    font-size: 16px;
    cursor: pointer;
}
.mega__ziner b{
    font-family: coollook;
}
.gentop-menu > ul > li > a{
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: capitalize;
    padding: 0;
    white-space: nowrap;
    color: #000;
    font-weight: bold;
    /*font-size: .874rem;*/
    font-family: coollook;
}

.gentop-menu > ul > li:hover .mega-menu{
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

.mega-menu{
    position: absolute;
    /*top: 100%;*/
    top: 136px;
    left: 0;
    width: 100%;
    transition: all .3s;
    z-index: 10;
    cursor: inherit;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 99999999999;
}

.gentop-menu > ul > li:hover .mega-menu__wrapper{
    transition: opacity .3s ease-out,visibility 0ms;
    visibility: visible;
}

.mega-menu__wrapper{
    min-height: unset;
    position: relative;
    /*padding-top: 32px;*/
    /* padding-bottom: 24px; */
    min-height: 200px;
    background-color: #fff;
    z-index: 1;
    transition: opacity .2s ease-out .22s,visibility 0ms ease .35s;
    visibility: hidden;
}


.mega-menu__inner{
    display: flex;
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}

.mega-menu:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(77,77,77,.69);
    pointer-events: none;
}
.mega-inside{
    width: 100%;
    height: auto;
    visibility: visible;
    padding: 20px 0 12px 0;
}
.mega__ziner > ul{
    list-style: none;
    padding: 0;
    float: left;
    margin: 0;
}
.mega__ziner ul {
    /* padding: 0; */
    margin: 0;
    width: 50%;
}

.mega__ziner > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    color: #707171 !important;
    font-family: "coollook";
}
.mega__ziner > ul > li > a:hover{
    color: blue !important;
}
.mega__ziner > ul > li {
    line-height: 31px;
}
/*********************************/

.table-hidden{
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    height: 200px;
    display: none;
}
.table-hidden > ul{
    display: flex;
    opacity: 1;
    visibility: visible;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0
}
.table-hidden > ul > li{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 20px 18px;
    position: relative;
}
.table-hidden > ul > li:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: calc(100% - 35px);
    background: #000;
    transform: translate3d(-50%,0,0);
    margin-top: 2px;
    pointer-events: none;
    transition: all .3s;
}
.table-hidden > ul > li > a{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .03em;
    text-transform: capitalize;
    padding: 0;
    white-space: nowrap;
    color: #000;
}
.opening-table{
    padding: 10px 100px;
}
.menu-pic {
    width: 100%;
    height: 180px;
    border: 1px solid #ccc;
    border-radius: 5px;
    /*padding: 5px;*/
    overflow: hidden;
    position: relative;
}
.menu-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-out;
}

.menu-pic a:hover img {
    transform: scale(1.2);
}
.allsp-pic{
    width: 100%;
    height: 350px;
    /*opacity: 0.8;*/
}
.allsp-pic:hover{
    opacity: 1;
}
.allsp-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home-spnb {
    text-align: center;
    margin: 40px 0 20px 0;
}
.home-spnb span {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Futura-regular";
    font-weight: bold;
}
.quangcao-pic img {
    width: 100%;
    height: auto;
}
.homekm-pic{
    height: 570px;
    width: 100%;
}
.homekm-pic img{
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.col-md-12.fullqc img {
    width: 100%;
    height: auto;
}
.fullqc {
    margin: 30px 0;
}
.spdesk-more {
    text-align: center;
    margin: 30px 0 40px 0;
}
.spdesk-more a {
    color: #a3a19ecf;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: 'Futura-light';
}
.spdesk-more a:hover{
    color: red  !important;
}
.backd9{
    background: #d9d9d9;
    border-radius: 5px;
    padding: 15px 0;
    min-height: 80px;
}
.pvc-bottom {
    margin-top: 30px;
}
.backd9 img {
    max-width: 50px;
    max-height: 40px;
}
.backd9 b {
    font-size: 18px;
    /*font-family: 'Futura-regular';*/
    font-weight: bold;
    font-family: coollook;
}
.body-footer{
    background: #000;
    margin: 50px 0 0 0;
}
.foot20 {
    width: 20%;
    padding: 0 15px;
    float: left;
}
.foot20 b {
    font-family: 'Futura-regular';
    color: #fff;
    font-size: 15px;
}
.foot20 p {
    padding: 15px 0;
    margin-bottom: 0;
}
.foot20 e {
    color: #fff;
    font-size: 16px;
}
.foot-design {
    padding: 0 15px 15px 15px;
}
.foot-design p {
    color: #d9d9d9;
    font-size: 13px;
}
.foot-coollook > ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.foot-coollook > ul > li > a {
    color: #d9d9d9 !important;
    font-size: 14px;
    font-family: 'Futura-regular';
}
.foot-coollook > ul > li {
    line-height: 25px;
}
.footer-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 12px;
}
.footer-info__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.footer-info__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer-info__desciption {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    font-family: 'Futura-regular';
}
span.footer-info__title {
    font-family: 'Futura-regular';
    font-size: 15px;
}
.nhomchinh {
/*    background: #ddd;
    padding: 20px 10px;*/
    margin-bottom: 20px;
}
.nhomchinh img{
    width: 100%;
    height: auto;
}
.nhomchinh span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.cat-thuonghieu {
    padding: 0 15px;
    margin-bottom: 20px;
}
.cat-thuonghieu span {
    font-size: 18px;
    border-bottom: 3px double #ccc;
}
.prodetailpic {
    width: 100%;
    height: 1062px;
}
.prodetailpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.global-shopdetailpic .col-md-7,
.global-shopdetailpic .col-md-5 {
    padding: 0 30px;
}
/*** script-js ******************************/
.gallery{
    position: relative;
}
.gallery div.full{
    width: 100%;
    height: 650px;
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 10;
}
.gallery div.previews{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    height: 60px;
    width: 55px;
}
.gallery div.previews img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
.gallery div.full img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro-aweone {
    min-height: 700px;
    padding: 0 30px;
}
.prodtitle {
    font-size: 30px;
}
.prodprice {
    font-weight: bold;
    font-size: 23px;
    font-family: 'coollook';
    color: red;
}
.chonsize{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.size-now {
    display: flex;
    background: #d9d9d9;
    text-align: center;
    align-items: center;
    margin: 0 25px 0 0px;
    padding: 8px 0;
    border-radius: 16px;
    min-width: 69px;
    font-size: 21px;
    justify-content: center;
    font-family: 'Futura-regular';
    font-weight: bolder;
    cursor: pointer;
}
.size-now.open{
    background: #000;
    color: #fff;
}
.chonmau {
    display: flex;
}
.chonmau div.mausac {
    width: 75px;
    height: 35px;
    display: block;
    margin-right: 15px;
    border-radius: 10px;
    cursor: pointer;
}
.Mausactitle,
.chonkichthuot {
    font-size: 16px;
    margin: 15px 0 5px 0;
    font-weight: bolder;
    color: #231f20;
    font-family: 'coollook';
}
.chonkichthuot span {
    color: blue;
}
.mini-coupon-item {
    position: relative;
    display: flex;
}

.mini-coupon__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 0;
    position: relative;
    margin-bottom: 1em;
}

.mini-coupon {
    display: flex;
    width: 100%;
    position: relative;
}
.mini-coupon__title {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    background-image: url(../images/pro-khuyenmai.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 8px 10px 18px;
    margin: 0 auto;
    z-index: 1;
    color: #fff;
    width: 90px;
}
.mini-coupon__tooltip {
    visibility: hidden;
    white-space: wrap;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 40px;
    left: -40px;
    z-index: 2;
    box-shadow: 0 4px 5px rgba(54,54,54,.4);
    border-radius: 8px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.mini-coupon .mini-coupon__title:hover~.mini-coupon__tooltip {
    visibility: visible;
}
.mini-coupon__code {
    font-weight: 700;
    font-size: 18px;
}
.mini-coupon__used {
    font-size: 12px;
}
.mini-coupon__description {
    font-style: italic;
    font-size: 14px;
    color: #6d6d6d;
}
.positionR {
    position: relative;
}
.positionA {
    position: absolute;
}
.qty-minus{
    padding: 7px 10px;
    font-size: 25px;
    border-radius: 5px;
    margin-top: 10px;
    position: absolute;
    left: 0px;
    z-index: 999;
    background: none;
    border: none;
}

.qty-plus {
    padding: 7px 10px;
    font-size: 25px;
    border-radius: 5px;
    margin-top: 10px;
    position: absolute;
    border: navajowhite;
    background: no-repeat;
    left: 77px;
}
input#quantity {
    width: 110px;
    border-radius: 5px;
    height: 40px;
    text-align: center;
    color: #000;
    font-size: 16px;
    /* margin: 0 10px; */
    position: absolute;
    top: 6px;
    background: #fff;
    left: 0;
}
.button-action {
    position: absolute;
    left: 140px;
    top: 5px
}
.button-action button,
div#no-cart {
    width: 300px;
    height: 40px;
    background: #000;
    font-size: 17px;
    font-family: 'coollook';
    border-radius: 30px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.button-action button:hover,
div#no-cart:hover{
    background: #D9D9D9 !important;
    color: #000;
    border: 1px solid #D9D9D9 !important;
    text-shadow: none;
} 
.addcart,
.no-cart.close{
    display: none;
} 
.addcart.open{
    display: block;
}
.button-action button:focus{
    outline: none;
    border: none;
}
.pro-line{
    margin: 0 15px;
}
.proglo-title span {
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Futura-regular";
    font-weight: bold;
    border-bottom: 3px double #ccc;
}
.proglo-text {
    padding: 30px 0;
}
.sanpham-lienquan > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sanpham-lienquan > ul> li {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}
.sanpham-lienquan {
    margin-top: 25px;
}
.select-wrapper {
    height: 50px;
}
.colorpichere a {
    width: 65px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 15px;
}
.colorpichere {
    clear: both;
}
.colorpichere span{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
}
.colorpichere img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.colorpichere a.active{
    border: 2px solid #2F5ACF;
    border-radius: 5px;
    padding: 2px;
}
span.loading-color {
    font-weight: bold;
    font-size: 16px;
    color: blue;
}
.notify {
    position: fixed;
    top: 20px;
    right: -340px;
    width: 300px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y;
    font-size: 16px;
    color: red;
    display: block !important;
    z-index: 99999999;
}
.notify.error {
    border: 2px solid #ff3102;
    box-shadow: none;
}
.notify.is-active {
    right: 20px;
}
.shop-card i {
    font-size: 25px;
}
.shop-card {
    position: absolute;
    right: 130px;
    top: 76px;
}
.shop-cart {
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: -26px;
    right: 3px;
    background: #f57224;
    border-radius: 100%;
    width: 20px !important;
    height: 20px !important;
    line-height: 22px;
    text-align: center;
    display: block !important;
    padding: 0 !important;
}
.ttvc h3 {
    font-family: 'coollook';
    font-weight: bold;
    font-size: 30px;
}
.appline input,
.appline select{
    background: #fff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 16px !important;
    height: 40px !important;
    width: 100%;
    padding: 5px 20px !important;
    transition: all .2s;
}
.appline input:active,
.appline select:active{
    border: 1px solid #2f5acf;
}
.ttvc-taikhoan {
    text-align: right;
    height: 50px;
    line-height: 60px;
    font-size: 17px;
    font-family: 'coollook';
}
.ttvc-taikhoan a{
    color: #2f5acf !important;
}
.cartorder {
    margin: 20px 0;
}
.global-giohang div.col-md-5 {
    border-left: 1px solid #ccc;
}
span.tt-img {
    margin: 0 1.5rem;
}
span.tt-img img {
    min-width: 35px;
    max-height: 35px;
    max-width: 35px;
}
span.tt-button input {
    width: 21px;
}
.ttline{
    display: flex;
    align-items: center;
    margin-bottom:1rem ;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 15px 20px;
    line-height: 1.5;
    font-family: 'coollook';
    font-size: 16px;
    opacity: .6;
    font-weight: bold;
}
.ttline.active{
    opacity: 1;
}
.checkout-btn {
    border-radius: 16px;
    height: 55px;
    width: 100%;
    padding: 15px 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .2s
}
.cartpic {
    width: 100%;
    height: 160px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
}
.cartpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}
.carttitle {
    font-size: 18px;
    font-weight: bold;
    font-family: 'coollook';
}
.cartglobal {
    margin-bottom: 30px;
}
.cartcount {
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    top: -5px;
    right: -5px;
}
.cart-mausize {
    margin-top: 10px;
    font-family: 'coollook';
    font-size: 14px;
    margin-bottom: 50px;
}
.height160 {
    height: 160px;
}
.cartsum {
    bottom: 0;
    right: 20px;
    font-family: 'coollook';
    font-size: 17px;
}
.delsp-cart {
    font-size: 16px;
    right: 20px;
    top: 20px;   
}
.close-sp i{
    cursor: pointer;
}
.cartcount-ajax {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 8px;
    position: absolute;
    bottom: 0;
    width: 100px;
    text-align: center;
}
.cartcount-ajax span{
    font-size: 14px;
}
.addminus {
    font-size: 10px !important;
    left: 10px;
    position: absolute;
    top: 18px;
    cursor: pointer;
}
.add-plus {
    font-size: 10px !important;
    right: 10px;
    position: absolute;
    top: 18px;
    cursor: pointer;
}
.colorxam input {
    height: 40px !important;
    width: 100%;
    background: #eee !important;
    border-radius: 16px !important;
    padding-left: 20px !important;
}
.magiamgia {
    height: 40px !important;
    text-transform: uppercase !important;
    background: #eee !important;
    color: #000 !important;
    border-radius: 16px !important;
}
.cartcolor-ajax,
.cartsize-ajax {
    top: 24px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 9999999;
    border-radius: 10px;
    display: none;
    overflow: hidden;
}
.cartsize-ajax {
    left: 0;
    max-width: fit-content;
    position: absolute;
    top: 31px;
}
.cartcolor-ajax.open,
.cartsize-ajax.open{
    display: block;
}
span.cartcolor {
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
}
span.cartsize {
    border: 1px solid #ccc;
    padding: 7px 10px;
    border-radius: 10px;
    cursor: pointer;    
}
.cartcolor-ajax > ul,
.cartsize-ajax > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cartcolor-ajax > ul > li,
.cartsize-ajax > ul > li{
    padding: 2px 10px;
}
.cartcolor-ajax > ul > li.active,
.cartsize-ajax > ul > li.active{
    background: #D9D9D9;
}
.cartcolor-ajax > ul > li > a,
.cartsize-ajax > ul > li > a {
    font-size: 12px;
    display: block;
}
input[name="txt_soluong"] {
    width: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: center;
    box-shadow: none !important;
    line-height: 0 !important;
    height: auto !important;
}

.addgiohang {
    position: fixed;
    top: 20px;
    right: -340px;
    width: 300px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y;
    font-size: 16px;
    color: red;
    display: block !important;
    z-index: 99999999;
}
.addgiohang.error {
    /*border: 2px solid #ff3102;
    box-shadow: none;*/
}
.addgiohang.is-active {
    right: 20px;
}


.muahangthanhcong {
    position: fixed;
    top: 20px;
    right: -740px;
    width: 700px;
    transition: all .2s;
    box-sizing: border-box;
    z-index: 99999;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    border-radius: 16px;
    padding: 18px;
    touch-action: pan-y;
    font-size: 16px;
    color: #000;
    display: block !important;
    z-index: 99999999;
}
.muahangthanhcong.error {
    /*border: 2px solid #ff3102;
    box-shadow: none;*/
}
.muahangthanhcong.is-active {
    right: 270px;
}

p.addgh-title {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.addgh-pic {
    width: 100%;
    height: 100px;
}
.addgh-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.addgh-tieude {
    color: #000;
    font-weight: bold;
    font-family: 'coollook';
}
.addgh-mausize {
    font-size: 15px;
    font-family: 'coollook';
    color: #000;
    margin: 10px 0 7px 0;
}
.addgh-price {
    font-size: 15px;
    font-family: 'coollook';
    color: #000;
}
.addgh-xem {
    border: 2px solid #000;
    text-align: center;
    padding: 8px;
    border-radius: 16px;
}
.addgh-xem a {
    color: #000 !important;
    font-family: coollook;
    font-size: 17px;
    display: block;
}
.cartcolor-size {
    bottom: 45px;
}
.alignR{
    text-align: right;
}
.alignC{
    text-align: center;
}
.global-cartsum {
    margin-bottom: 20px;
}

/**coupon******/
.coupon-public{
    margin-top: calc(1.5rem - 10px)
}
.coupon-public .coupons {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-overflow-scrolling: touch;
}
.coupon-public .coupons:hover {
}
.coupon-public .coupons::-webkit-scrollbar {
    height: 5px;
}
.coupon-public .coupons:hover::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}
.coupon-public .coupons::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}
.coupon-public .coupons .coupon:hover {
    border: 1px solid #2F5ACF;
    background-color: #2F5ACF;
    color: #fff;
}
.coupon-public .coupons .coupon:not(:last-child) {
    margin-right: 1rem;
}
.coupon-public .coupons .coupon {
    display: flex;
    border: 1px solid rgba(36, 36, 36, 0.3);
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s;
    min-width: 284px;
}
.coupons .coupon:hover .coupon-right .coupon-description{
    color: #fff;
}
.coupons .coupon:hover .coupon-left{
    border-color: #fff;
}
    
.coupon-left{
    flex: 1;
    border-right: 2px dashed rgba(102, 102, 102, 0.7607843137);;
    min-width: 20px;
    max-width: 20px;
    position: relative;
    /*border-color: #fff;*/
}
.coupon-left:before {
    border: none;
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: white;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    border-top: 1px solid rgba(36, 36, 36, 0.3);
    border-right: 1px solid rgba(36, 36, 36, 0.3);
    border-bottom: 1px solid #0000;
    border-left: 1px solid #0000;
    border-radius: 100em;
}   
.coupon-right{
    flex: 2;
    padding: 0.5rem 1rem 0.5rem 1rem;
    position: relative;
} 
.coupon-title{
    font-size: 16px;
    font-weight: bold;
}
.coupon-count{
    font-weight: normal;
    font-size: 0.8em;
}
.coupon-description{
    font-size: 14px;
    color: #4d4d4d;
    display: block;
    min-width: 135px;
    transition: .2s all;
    line-height: 20px;
    margin-top: 4px;
    font-family: 'coollook';
}    
.coupon-loading{
    display: none;
    text-align: center;
    margin-top: calc(1.5rem - 10px);
    height: 85px;
    padding: 40px 0 0 0;
}
.coupon-loading.open{
    display: block;
}
.coupon-public.close{
    display: none;
}
.btn.btn-primary.magiamgia {
    line-height: 33px;
}
.note-magiamgia {
    color: red;
    font-size: 14px;
    font-family: 'coollook';
}
.note-magiamgia b {
    color: #000;
    font-size: 15px;
}

.success-1 {
    text-align: center;
}
.success-1 img {
    max-width: 108px;
}
.scs-note h2 {
    font-size: 30px;
    font-family: 'coollook';
}
.success-2 {font-size: 14px;line-height: 25px;}
.mhtc b{
    color: red;
    font-size: 16px;
}
a.ttmh-close {
    position: absolute;
    top: 22px;
    right: 10px;
    font-size: 39px;
}
a.ttmh-close i{
    color: red;
}
input[name=blog_search] {
    width: 100%;
    height: 40px !important;
    border-radius: 30px !important;
    padding-left: 20px !important;
    font-size: 14px;
}
input[name=blog_search]:focus,
input[name=blog_search]:active{
    outline: none !important;
    border-color: none !important;
    box-shadow: none !important;
}
button.blog-search {
    position: absolute;
    border: 0;
    background: none;
}
button.blog-search img {
    max-width: 20px;
    position: absolute;
    right: 25px;
    top: 10px;
}
.blog-form.posR {
    padding: 25px 0;
}
.blog-macdep,
.blog-songchat,
.blog-cogimoi {
    background: #E8EBED;
    border: 1px solid #E8EBED;
    padding: 10px 16px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: coollook;
    cursor: pointer;
}
.blog-macdep:after,
.blog-songchat:after {
    position: absolute;
    content: "";
    top: 12px;
    right: 14px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50%;
    transition: all .3s;
}

.blog-macdep.is-active:after,
.blog-songchat.is-active:after {
    transform: rotate(180deg);
}
.macdep-menu,
.songchat-menu{
    background: #f3f5f6;
    border-radius: 14px;
    margin-top: 5px;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 9999;
    width: 230px;
}
.macdep-menu.open,
.songchat-menu.open{
    display: block;
}
.macdep-menu > ul,
.songchat-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    z-index: 99999;
}
.macdep-menu > ul > li,
.songchat-menu > ul > li {
    padding: 7px 5px 7px 10px;
}
.macdep-menu > ul > li:hover,
.songchat-menu > ul > li:hover {
    background: #DAE0EF;
}
.macdep-menu > ul > li > a,
.songchat-menu > ul > li > a {
    font-family: 'coollook';
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.blog-step3 {
    padding: 48px 20px;
}
.blogst3-title {
    font-size: 35px;
    font-weight: bold;
    font-family: 'coollook';
    margin-bottom: 30px;
}
.col-md-6.phivc-pic img {
    width: 100%;
}
.pic-xemnn {
    width: 100%;
    height: 127px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #cccccc59;
}

.pic-xemnn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.onesnews-inside {
    margin-bottom: 10px;
}
.blog-tophead img {
    width: 100%;
    height: auto;
}
.title-xemnn a {
    font-size: 15px;
    font-weight: bold;
}
.nhom-xemnn {
    color: #8e8e8e;
    margin: 30px 0 3px 0;
    font-size: 13px;
}
.carousel-indicators .active {
    width: 35px !important;
    height: 3px !important;
    margin: 1px !important;
}
.carousel-indicators{
    top: 10px;
}
.slide-pic {
    width: 100%;
    height: 416px;
    z-index: 999999999999;
}
.slide-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.slide-nhom {
    color: #8e8e8e;
    font-size: 14px;
    margin: 10px 0;
}
.slide-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.slide-text p,.slide-text span {
    font-size: 14px !important;
}
/*.slide-text {
    height: 46px;
    overflow: hidden;
}*/
.global-jcaroul {
    height: 580px;
}
.slick-pic {
    width: 100%;
    height: 280px;
}
.slick-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slicktop{
    padding-top: 40px;
}
.global-cgm{
    background: #f9f86c;
    margin: 30px 40px;
    border-radius: 10px;
    padding: 15px;
}
.cgm-title span {
    font-size: 22px;
    font-weight: bold;
    font-family: 'coollook';
}
.cogimoi-slide .owl-controls {
    display: none;
}
.cogimoi-pic {
    width: 100%;
    height: 250px;
    background: #fff;
    border-radius: 10px;
}
.cogimoi-pic img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.cogimoi-time {
    color: #8e8e8e;
    font-size: 14px;
    margin: 10px 0 0 0;
}
.cogimoi-title a {
    font-size: 15px;
    font-weight: bold;
}
.cogimoi-slide-global {
    margin: 15px 0;
}
.cogimoi-title a {
    line-height: 1.3;
}
.cogimoi-title {
    margin-top: 5px;
}
.blogs-listings__heading {
    padding: 7px 0 7px 20px;
    background: #2f5acf;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0px 26px 30px 26px;
    font-family: 'coollook';
}
.bmmn-global{
    margin: 0 15px;
}
.bmmn-pic {
    width: 100%;
    height: 260px;
}
.bmmn-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.bmmn-nhom {
    font-size: 14px;
    color: #8e8e8e;
    margin-top: 10px;
}
.bmmn-title a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'coollook';
}
.bmmn-title {
    margin-bottom: 30px;
}
.inside-baiviet {
    padding:30px;
}
.backd9 {
    background: #d9d9d9;
    border-radius: 5px;
    padding: 15px 0;
    min-height: 120px;
}
.fdesign.posA {
    position: absolute;
    right: 61px;
    top: 0;
    color: #d9d9d9;
    font-size: 13px;
}
.fdesign.posA a:hover {
    text-decoration: underline !important;
}



.global-spdesk .col-md-3:hover .muangaysp {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    transform: translateZ(0);
}
.muangaysp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transform: translate3d(0,20px,0);
    transition: all .3s;
    z-index: 1;
}
.muangaysp a {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 16px;
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    padding: 0 30px;
    transition: all .2s;
    cursor: pointer;
}
.carousel-indicators {
    height: 15px;
}
.dangnhap-now {
    position: absolute;
    max-width: fit-content;
    right: 180px;
    top: 66px;
}
.posA.notes {
    width: max-content;
    left: 20px;
    top: 2px;
}
.modal-dialog {
    max-width: 600px !important;
}
.close.xclose {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
}
.modal-info a{
    color: #2f5acf !important;
}
.modal-info a:hover{
    color: #000 !important;
}
input.dangnhap-field {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding-left: 13px;
}
textarea.dangnhap-field {
    width: 90%;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}
input.dangnhap-field::placeholder{
    font-size: 14px;
}
center.modal-info {
    margin-bottom: 25px;
}
.alignR{
    text-align: right;
}
.more-dangnhap {
    margin-top: 30px;
}
.more-dangnhap div.col-md-6 a {
    color: #428bca !important;
}
.more-dangnhap div.col-md-6 a:hover{
    color: #000;
}
.close.dktk-moi {
    font-size: 14px;
    text-align: left !important;
    color: #428bca !important;
    font-weight: normal !important;
    opacity: 1 !important;
    display: block !important;
    float: left;
}
.close.dktk-moi2 {
    font-size: 14px;
    text-align: left !important;
    color: #428bca !important;
    font-weight: normal !important;
    opacity: 1 !important;
    display: block !important;
}
.nocart-data {
    margin: 60px 0 10px 0;
    text-align: center;
}
.nocart-data h2 {
    font-size: 22px !important;
    font-family: coollook;
}
.showpass,
.showpass2 {
    top: 20px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
.marT10{
    margin-bottom: 10px !important;
}
.marT15{
    margin-bottom: 15px !important;
}
.marT20{
    margin-bottom: 20px !important;
}
.marT30{
    margin-bottom: 30px !important;
}
.marT40{
    margin-bottom: 40px !important;
}


.marB10{
    margin-bottom: 10px !important;
}
.marB15{
    margin-bottom: 15px !important;
}
.marB20{
    margin-bottom: 20px !important;
}
.marB30{
    margin-bottom: 30px !important;
}
.marB40{
    margin-bottom: 40px !important;
}
.posA.hasphone,
.posA.hasemail {
    top: -16px;
    color: red;
    display: none;
}
.posA.hasphone.open,
.posA.hasemail.open {
    display: block;
}
.body-dktkmoi span,
.body-dangnhap span{
    text-align: center;
    font-size: 20px;
    font-family: 'coollook';
    padding: 20px 0;
    display: block;
}
.non-existence,
.non-pass {
    color: red;
    top: -20px;
    left: 10px;
    display: none;
}
.non-existence.open{
    display: block;
}
.non-pass.open{
    display: block;   
}
.theme-sanpham-t {
    text-align: center;
    margin: 40px;
}

.theme-sanpham-t span {
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'coollook';
    font-weight: bold;
}
.dangnhap-menu {
    border: 1px solid #ccc;
}

.dangnhap-menu > ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.dangnhap-menu > ul > li {
    border-bottom: 1px solid #ddd;
}
.dangnhap-menu > ul > li:last-child{
    border-bottom: none;
}
.dangnhap-menu > ul > li > a {
    display: block;
    padding: 10px;
}
.dangnhap-menu > ul > li.active > a,
.dangnhap-menu > ul > li > a:hover{
    color: red !important;
}
.dangnhap-menu > ul > li.open > a{
    color: #000 !important;
}
.kiemtra-donhang {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd;
    top: 110px;
    font-family: 'coollook';
    font-size: 14px;
    border-radius: 3px;
    padding: 7px 10px;
}
.width770{
    width: 770px !important;
}
.width400{
    width: 400px !important;
}
.paddTB13{
    padding: 13px 0 !important;
}
.non-ktdh {
    text-align: center;
}
.non-ktdh span {
    color: red;
    font-family: 'coollook';
    font-size: 18px;
}
.data-ktdh td {
    font-family: 'coollook';
    font-size: 16px;
}
b.CRed {
    color: red;
}
.edit-thanhvien-all td {
    font-family: 'coollook';
    font-size: 16px;
}