@import "thaydoimau.css";
@import "nhomsp.css";
@import "bs-modal.css";
@import "FontFamily.css";
@import "vimc.css";
@import "autoptimize.css";
@import "lvhd.css";

body {
    font-family: 'vosalight';
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
}
.colred{
    color: red !important;
}
.marT10{
    margin-top: 10px !important;
}
.marT20{
    margin-top: 20px !important;
}
.marT30{
    margin-top: 30px !important;
}
.padd5{
    padding: 0 5px !important;
}
.height35 {
    height: 35px;
}
.paddL50{
    padding-left: 50px !important;
}
.posR {
    position: relative;
}
.posA {
    position: absolute;
}
.vs-bgwhite{
    background: #fff !important;
}
.headpany {
    text-align: center;
    padding: 13px 0 0 0;
}
.marB10{
    margin-bottom: 10px !important;
}
.marB20{
    margin-bottom: 20px !important;
}
.marB30{
    margin-bottom: 30px !important;
}
/*.vsmau{
    color: #fff !important;
}*/
.sjquery {
    height: 40px;
    top: 20px;
    width: 100%;
    padding-left: 10px;
}
.sjquery, 
.sjquery:active, 
.sjquery:focus, 
select[name=txt_danhmuc], 
select[name=txt_danhmuc]:active, 
select[name=txt_danhmuc]:focus {
    outline: 0;
    outline-style: none;
    outline-width: 0;
}
a:hover {
    text-decoration: none !important;
}
.paddL0{
    padding-left: 0 !important;
}
.paddR0{
    padding-right: 0 !important;
}
.paddR40{
    padding-right: 40px !important;
}
.paddL10 {
    padding-left: 10px;
}
.padd0 {
    padding: 0 !important;
}
.marB0 {
    margin-bottom: 0px !important;
}
.marB10 {
    margin-bottom: 10px !important;
}
.marB20 {
    margin-bottom: 20px !important;
}
.marB30 {
    margin-bottom: 30px !important;
}
.marT0 {
    margin-top: 0px !important;
}
.marT10 {
    margin-top: 10px !important;
}
.marT15 {
    margin-top: 15px !important;
}
.marT20 {
    margin-top: 20px !important;
}
.marT30 {
    margin-top: 30px !important;
}
.Textuppercase {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/***************/
.sale {
    /*position: absolute;
    top: 6px;
    right: 6px;*/
    display: inline-block;
    background: #FF5722;
    color: white;
    height: 3rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5rem;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    font-size: 12px;
    z-index: 9;
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}

.sale:before, .sale:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
i.fa.fa-youtube-play {
    font-size: 24px;
}

.sale:after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

@-webkit-keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }

    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}

@keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }

    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrap-medium-header {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

/**************/
.positionR {
    position: relative;
}

.material-icons {
    margin-right: 0%;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.mobi {
    display: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: medium none;
}

.maintopweb {
    width: 100%;
    box-shadow: 0 0 1px;
    background: #004EC3;
}

.headwweb {
    width: 1300px;
    margin: 0 auto;
    height: 85px;
    background: #fff;
}

.col-md-2.iconlogo img {
    max-height: 80px;
}

.bodymain-webhere {
    padding: 40px 70px;
    box-shadow: 0 0 1px;
}

/*.home-menu > ul {
    height: 44px;
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}*/

.home-menu > ul > li {display: flex;flex-direction: column;justify-content: space-between;}

/*.home-menu > ul > li.active > a, 
.home-menu > ul > li:hover > a {
    color: red;
}

.home-menu > ul > li > a {
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 0 #bbaeae;
}

.home-menu > ul > li > a:hover {
    text-decoration: none;
    color: red;
    text-shadow: 1px 1px 0 #000;
}
*/

.home-menu > ul > li:last-child .sub-menu {
    right: 0;
    left: auto;
}

.gioithieu-text {
    line-height: 25px;
}

.sub-menu {
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 150px;
    left: 0;
    border: 2px solid #ddd;
    z-index: 5;
    transition: all 0.4s ease-in-out;
    line-height: normal;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    width: 330px;
}

.home-menu > ul > li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 40px;
    transition: all 0.2s ease-in-out;
    top: 100%;
    display: block;
    z-index: 9999;
    border: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    width: 330px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.home-menu > ul > li > ul > li {
    border-top: 1px solid #ddd;
    text-align: left;
    padding: 10px 8px;
    position: relative;
}

.home-menu > ul > li > ul > li:hover {
    background: #f7f4f490;
}

.home-menu > ul > li > ul > li:hover > a {
    text-decoration: none;
    padding-left: 5px;
    transition: .3s;
    color: #2e3094;
}
.home-menu > ul > li > ul > li > a {
    color: #212121 !important;
    font-size: 15px;
    /*letter-spacing: 0.7px;*/
    display: block;
}
.home-menu > ul > li > ul > li > a:hover {
    color: red !important;
}

.home-menu > ul > li > ul > li > ul {
    background: #fff;
    width: 250px;
    position: absolute;
    top: 0px;
    left: 329px;
    z-index: 999999;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.home-menu > ul > li > ul > li:hover > ul {
    display: block;
}

.home-menu > ul > li > ul > li > ul > li {
    border-top: 1px solid #ddd;
    text-align: left;
    padding: 10px 8px;
}

.home-menu > ul > li > ul > li > ul > li:hover {
    background: #f7f4f490;
}

.home-menu > ul > li > ul > li > ul > li:hover > a {
    text-decoration: none;
    padding-left: 5px;
    transition: .3s;
    color: #2e3094;
}

.home-menu > ul > li > ul > li > ul > li > a {
    color: #212121 !important;
    font-size: 14px;
    letter-spacing: 0.7px;
    display: block;
}

.home-menu > ul > li > ul > li > ul > li > a:hover {
    color: red !important;
}

.mainshophome-in {
    width: 100%;
    display: table;
}

.mainshophome-out {
    padding: 70px;
}

.header-image-bodytext {
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 30px;
}

.header-image-bodytext a:hover {
    text-decoration: none;
}

.header-image-bodytext:last-child {
    margin-right: 0;
    width: 25%;
}

.header-image-bodytext h4 {
    padding-top: 0;
    padding-top: 0;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 48px;
    line-height: 3rem;
    font-family: camingodos-web,sans-serif;
    color: #5a5a5a;
    max-height: 40px;
}

center.viewall {
    margin-top: 20px;
}

center.viewall a {
    color: #212121;
    font-family: camingodos-web,sans-serif;
    font-size: 16px;
}

.homesp-hot {
    width: 286px;
    height: auto;
    background: #f0f0f0;
}

.header-image-bodytext-p {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    padding-left: 8.54167%;
    padding-right: 8.54167%;
    font-size: 20px;
    font-size: 16px;
    line-height: 24px;
    line-height: 25px;
    color: #5a5a5a;
    font-family: camingodos-web,sans-serif;
}

.worldwidegroup {
    /*background: #f0f0f0;*/
    padding: 40px 70px;
}

a.action_hotline:hover, .action_kontakt:hover {
    text-decoration: none;
}

.text span,.text h4 {
    padding-top: 0;
    padding-top: 0;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    font-size: 36px;
    font-size: 28px;
    line-height: 48px;
    line-height: 3rem;
    color: #0070b8;
    font-family: camingodos-web,sans-serif;
}

.text p {
    color: #5a5a5a;
    font-size: 16px;
    font-family: camingodos-web,sans-serif;
}

/***************************************/
.our-team {
    background: #f0f2f7;
    text-align: center;
    padding: 67px 0 77px;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.our-team .heading {
    max-width: 855px;
    margin: 0 auto 37px;
}

.our-team .heading .section-title {
    font: 42px/46px 'Oxygen', sans-serif;
    color: #252626;
    margin: 0 0 21px;
    position: relative;
    padding: 0 0 20px;
    letter-spacing: 1px;
    /*font-size: 42px;
    line-height: 46px;
    color: #252626;
    font-family: Oxygen;
    font-weight: 400;
    font-style: normal;*/
}

.blog-section-slogan {
    padding: 50px 70px;
}

header.heading {
    text-align: center;
}

h2.section-title {
    font-family: Oxygen;
    font-size: 37px;
    font-weight: 500;
    color: #212121;
}

.f-coypyright {
    font-family: tse;
    font-size: 15px;
    width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 99999999999;
}

.foot-bold {
    font-family: tse;
    font-size: 17px;
}

a.evengroup {
    background: #fff;
    display: inline-flex;
    color: #5a5a5a;
    font-family: camingodos-web,sans-serif;
}

a.evengroup:hover {
    text-decoration: none;
    color: #5a5a5a;
}

.event-title {
    font-size: 26px;
    padding: 15px 0;
}

.event-pic {
    height: 162px;
    width: 100%;
}

.event-pic img {
    max-height: 162px;
    width: 100%;
    height: auto;
}

.homesp-hotpic {
    height: 230px;
    width: 100%;
    background: #fff;
    display: table;
    overflow: hidden;
}

.homesp-hotpic span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.homesp-hotpic img {
    max-width: 286px;
    max-height: 215px;
    width: auto;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    backface-visibility: hidden;
}

.homesp-hotpic > span:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
    border-radius: 3px;
}

.foot-text > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.foot-text > ul > li {
    padding: 0px 0;
    text-align: left;
}

.foot-text > ul > li > a {
    color: #fff;
    font-size: 12px;
    font-family: camingodos-web,sans-serif;
}

.foot-text > ul > li > a:hover {
    text-decoration: none;
    color: #212121;
}

.product-theme {
    background: #0070b8;
    height: 120px;
}

.producttheme-l1 {
    padding: 21px 0 10px;
}

.producttheme-l2 h2 {
    color: #fff;
    font-family: camingodos-web,sans-serif;
}

.producttheme-l1 a, .producttheme-l1 a:hover {
    color: #fff;
    font-family: camingodos-web,sans-serif;
    text-decoration: none;
    font-size: 13px;
}

.producttheme-l1 {
    color: #fff;
}

.producttheme-l1 i {
    padding: 0 10px;
    font-size: 13px;
}

.fullcat-pic {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 1px;
}

.contentproduct-detail {
    padding: 40px 0;
}

.contentproduct-detail-pic {
    text-align: center;
}

.cursorauto {
    cursor: auto;
}

.worldwide-top i {
    padding: 0 10px;
}

.worldwide-top a, .worldwide-top, .worldwide-top a:hover {
    color: #5a5a5a;
    font-family: camingodos-web,sans-serif;
    text-decoration: none;
}

.tintuc-detailtext p {
    margin-bottom: 0;
}

.flag-top {
    height: 85px;
    line-height: 80px;
}

.flag-top a {
    padding: 0 2px;
}

/*@-moz-document url-prefix() {
    .flag-top a {
        padding: 0 2px;
    }
}*/
.flag-top a:hover {
    text-decoration: none;
}

.flag-top img.jp {
    border: 1px solid #ddd;
}

.globalevent-in {
    border: 1px solid #ddd;
}

.event-mod-title a {
    font-size: 26px;
    color: #5a5a5a;
}

.event-mod-title {
    /*padding: 10px 0 5px 0;*/
}

.event-mod-title h2 {
    margin: 0;
    margin-bottom: 20px;
}
.padd05{
    padding: 0 5px !important;
}
.top-section {
    background: #f0f2f7;
    padding: 45px 0;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 1px;
}

.ourteam-globalin {
    text-align: center;
    background: #f5f7fc;
    padding: 10px;
}

.ourteam-globalin-pic {
    margin-bottom: 25px;
}

.text-holder {
    padding: 0 16px;
    /*border-bottom: 1px solid #e1e2e7;*/
}

h3.name {
    font-size: 21px;
    line-height: 24px;
    color: #252626;
    font-family: Oxygen;
    font-weight: 700;
    font-style: normal;
}

span.designation {
    color: #0B578E;
    font-size: 16px;
    font-style: italic;
    color: #0b578e;
    display: block;
    margin: 0 0 15px;
}

.text.col-md-10 span {
    font-family: camingodos-web,sans-serif !important;
    font-size: 20px;
    color: #000;
}

.text.col-md-10 span img {
    max-width: 15px;
}

.worldwide-page {
    background: url(../images/Worldwide.jpg) no-repeat center center;
    text-align: center;
    /*padding: 80px 0 60px;*/
    background-position: top 10px center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 10;
}

.worldwide-top {
    text-align: left;
}

.tintuc-detail-text p {
    /*text-align: left !important;*/
}

.text.col-md-10 {
    text-align: left;
}

.f-coypyright span.fcopyright {
    position: absolute;
    right: 15px;
    top: 0;
}

.f-coypyright a {
    color: #fff;
    z-index: 999999999;
}

.f-coypyright a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.logo-doitac {
    background: #fff;
    padding: 0rem 0 3rem 0;
}

.logo-doitac > ul > li {
    display: table-cell;
    width: 20%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    float: left;
    margin-bottom: 20px;
}

.logo-doitac > ul {
    display: table;
    width: 100%;
    /*padding: 0px 250px;*/
    padding: 0 50px;
    margin: 0;
}

.video-wrap {
    position: relative;
}

.video-wrap img {
    border-radius: 100%;
    transform: scale(0.99);
}

.video-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 10px rgba(255,255,255,1) inset;
    left: 0;
    top: 0;
    border-radius: 100%;
    z-index: 0;
}

.video-wrap .link-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: 999;
}

.video-wrap .link-circle span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(213,26,49,0.8);
    border-radius: 100%;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #222;
}

.video-wrap .link-circle span:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.video-wrap .link-circle span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    color: #fff;
}

.video-wrap .link-circle span:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.video-wrap .link-circle span:hover i {
    color: #d51a31;
}

.video-wrap .link-circle span:hover:before {
    opacity: 1;
    transform: scale(.85);
    -webkit-transform: scale(.85);
}

.slide {
    height: auto !important;
}

.front-info, .front-info p, .front-info span {
    font-family: camingodos-web,sans-serif !important;
    font-size: 18px;
}

.cattile-homepage {
    font-size: 16px;
    color: #5a5a5a;
    max-height: 34px;
    text-transform: uppercase;
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 19px;
    margin-top: 15px;
}

.cattile-homepage span {
    border-bottom: 3px double #676161;
    font-family: 'tse';
    font-size: 20px;
}

.tongcategories-out {
    display: table;
    width: 100%;
}

.tongcategories-in {
    display: table-cell;
    text-align: center;
    width: 20%;
    padding: 0 6px;
}

.borderkhung-inon {
    border: 1px solid #ccc;
    /*height: 310px;*/
    height: 290px;
    padding: 10px 0;
    border-radius: 5px;
    overflow: hidden;
}

.borderkhung-inon img {
    max-width: 210px;
    max-height: 212px;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    backface-visibility: hidden;
}

.borderkhung-inon > a:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
    border-radius: 3px;
}

.cattile-homepage i {
    font-size: 10px;
}

.borderkhung-inon p {
    color: #000;
    font-family: camingodos-web,sans-serif;
}

.borderkhung-inon a:hover, .borderkhung-inon p:hover {
    text-decoration: none;
}

.contentproduct-detail-pic img {
    max-width: 300px;
}

.foot-icon img {
    max-width: 170px;
}

/**************************/
.toptop {
    /*background: #e2e2e2;*/
    height: 36px;
    /*background: linear-gradient(90deg, #3AC3C5 0%, #2B83A0 53.59%, #205F89 100%);*/
    background: #0102fc;
}

.toptop li {
    display: inline-block;
    float: left;
    padding-left: 28px;
    margin-right: 22px;
    background: no-repeat left center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    line-height: 26px;
}

.toptop li.tie-ico-phone {
    background-image: url(../images/ico-phone.png);
}

.toptop li.tie-ico-email {
    background-image: url(../images/ico-email.png);
}

.toptop li {
    display: inline-block;
    float: left;
    padding-left: 28px;
    margin-right: 22px;
    background: no-repeat left center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #343434;
    line-height: 26px;
}

.toptop li.tie-ico-clock {
    background-image: url(../images/ico-clock.png);
}

.toptop li {
    display: inline-block;
    float: left;
    padding-left: 28px;
    margin-right: 22px;
    background: no-repeat left center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    line-height: 26px;
}

.flagtop a {
    padding-left: 15px;
}

.flagtop {
    height: 36px;
    line-height: 33px;
    margin-right: 15px;
}

.ega-footer__copyright {
    padding: 2rem 0;
    /* padding-bottom: 10rem; */
    color: #fff;
    background: #00213E;
}

.ega-footer__top {
    /*padding-top: 2rem;
    padding-bottom: 2rem;*/
    padding: 2rem;
    background: #1d428a;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.background-left {
    position: absolute;
    top: 4px;
    left: 0;
}
.background-right {
    position: absolute;
    top: 2px;
    right: 0;
}
.footer-main {
    /*background: url(../images/bgfoot.jpg) no-repeat top center;*/
    background:#003466 url(../images/footer.png) no-repeat top center;
}
.foot-body {
    margin: 0 auto;
    /* padding-bottom: 20px; */
}
.foot-icon {
    text-align: right;
    margin: 45px 26px;
}

.home-gioithieu-men {
    padding: 2rem 0;
    width: 1300px;
    margin: 0 auto;
}

.giothieu-home h1 {
    font-size: 24px;
}

.giothieu-home h2 {
    font-size: 18px;
    line-height: 29px;
}

.dome-btn {
    color: #fff;
    letter-spacing: 0.75px;
    border-radius: 50px;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 13px;
    font-weight: 600;
    line-height: 130px;
    border: none;
    transition: all .3s ease-out;
    background-color: #ada996;
    background: linear-gradient(270deg, #3AC3C5 0%, #2B83A0 53.59%, #205F89 100%) var(--x, 0%)/var(--y, 100%);
}

.dome-btn:hover {
    text-decoration: none;
    color: #fff;
}

.hometintuc-out {
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.hometintuc-pic {
    overflow: hidden;
    height: 220px;
    width: 100%;
    /*border-radius: 5px;*/
    padding: 5px;
}

.hometintuc-pic img {
    width: 100%;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    backface-visibility: hidden;
    height: 100%;
    object-fit: contain;
}

.hometintuc-pic > a:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
    border-radius: 3px;
}

.hometintuc-out td {
    border-top: none !important;
    float: left;
}

.hometintuc-global {
    background: #f1f1f1;
    padding: 0 0 40px 0;
}

.hometintuc-title a {
    font-size: 24px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

.hometintuc-title a:hover, .hometintuc-more a:hover {
    text-decoration: none;
}

.hometintuc-title {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 0px 10px;
    text-align: -webkit-center;
    height: 45px;
    display: table;
    width: 100%;
}

.hometintuc-text {
    font-size: 13px;
    color: #6;
    color: #6e6e6e;
    letter-spacing: 0.5px;
}

.web-marquee {
    padding: 30px 0 0 0;
    position: relative;
    margin: 0 auto;
    width: 1300px;
}

.marquee0 img {
    border: 2px solid #000;
    border-radius: 6px;
    margin: 0 5px;
}

.homeduan span {
    text-transform: uppercase;
    font-size: 26px;
    border-bottom: 3px double #676161;
    font-family: 'tse';
}

.homeduan {
    margin: 20px 0;
}

.homeduan-pic img {
    width: 100%;
    height: 100%;
}

.homeduan-pic {
    height: 250px;
}

.foot_act, .f-csbanhang {
    border-radius: 8px;
    line-height: 25px;
    /* border: 1px solid #7267679e; */
    /* background: #aba5a526; */
    padding: 10px;
    /* min-height: 160px; */
}

.foot_act strong > span {
    text-transform: uppercase;
    font-size: 20px !important;
}

.sologian-page {
    height: 360px;
    line-height: 360px;
    /*background: url(../images/bannernew3.jpg) no-repeat top center;*/
    background-size: cover;
    width: 100%;
    text-align: center;
}

.wr-container {
    /*padding: 0 50px;*/
    padding-top: 25px;
}

.sologian-page h2 {
    margin: 0;
    color: #f1f1f1;
    font-size: 41px;
    /* padding-top: 63px; */
    text-transform: uppercase;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: tse;
    letter-spacing: 0.75rem;
    color: #fff;
    display: block;
    line-height: 360px;
}
.mainwweb {
    /*width: 1300px;
    margin: 0 auto;*/
    padding: 4rem 0;
}
.mainwweb.shopproduct{
    /* background: #F5F5F5; */
}
.tintuc-detail-text {
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.5px;
}
.wr-container2222 {
    padding: 0 50px;
    background: #21212480;
    height: 360px;
    line-height: 360px;
}
.shopcat-detail, .tintuc-detailtext, .tintuc-main-one {
    /*line-height: 30px;*/
}
.tintuc-lq-text {
    padding-bottom: 10px;
}
.marquee0 {
    /*width: 1300px;*/
}
.marquee0 > div {
    /*width: 1300px !important;*/
}
.global-xtitle {
    height: 40px;
    background: #3AC3F2 url(../images/tieude_l.png) no-repeat right center;
    line-height: 40px;
    font-family: 'tse';
    text-align: center;
    color: #ff0;
    font-size: 20px;
    width: 100%;
    /*color: #fff;
    background-color: #0102fc;
    border-left: 5px solid #443986;
    padding: 8px;*/
    /*background: linear-gradient(90deg, #3AC3C5 0%, #2B83A0 53.59%, #205F89 100%);*/
}
.global-tructuyen {
    border: 1px solid #ccc;
    padding: 10px 5px;
}
.tintucnews-pic {
    display: table;
    width: 100%;
}
.tintucnews-pic img {
    width: 100%;
}
.tintucnews-in {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.tintucnews-title a {
    font-size: 22px;
    letter-spacing: 0.5px;
}
.tintucnews-title {
    margin-bottom: 7px;
    font-size: 25px;
}
.tintucnews-text {
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 25px;
}
.tintucnews-in:last-child {
    border-bottom: none;
}
.menu-lienquan {
    margin-bottom: 20px;
}
.menu-lienquan > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-lienquan > ul > li > a {
    /*color: #222;*/
    display: block;
    background: #f9f8fc;
    padding: 10px 15px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    position: relative;
    letter-spacing: 1px;
    font-family: 'Roboto',sans-serif;
    /*font-weight: 500;*/
    color: orange;
    border: 1px solid #ccc;
}
.menu-lienquan > ul > li > a.active, 
.menu-lienquan > ul > li > a:hover {
    color: #fff;
    /*background-color: #00b38a;*/
    border-left: 5px solid #443986;
    background: blue;
}
.menu-lienquan > ul > li:hover > a {
    text-decoration: none;
}
.menu-lienquan > ul > li {
    padding-bottom: 5px;
}
.hometintuc-more {
    text-align: right;
    margin-top: 10px;
}
.home-menu {
    /*width: 1200px;*/
    margin: 0 auto;
}
.topbanner img {
    width: 100%;
    height: 100%;
}
button.topsubmit {
    position: absolute;
    right: 0px;
    top: 14px;
    background: none;
    border: none;
}
.tel {
    position: absolute;
    top: 12px;
    right: 70px;
    font-size: 22px;
    display: inline-block;
    height: 24px;
    line-height: 26px;
    float: right;
    color: #e90303;
    background: url(../images/tel.png) no-repeat;
    height: 40px;
    font-family: 'UTM-HelvetIns';
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#FFFFFF)";
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#FFFFFF);
    padding-left: 63px;
    line-height: 50px;
}
.f-csbanhang > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.f-csbanhang > ul > li >a {
    color: #fff;
    letter-spacing: 1px;
}
.f-csbanhang > ul > li >a:hover {
    color: red;
    padding-left: 5px;
    transition: .3s;
}
.tel span {
    position: relative;
    left: -19px;
    top: 2px;
}
ul.finfo li {
    color: #fff;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    /* font-weight: bold; */
    font-size: 16px;
    font-family: 'tse';
}
.f-csbanhang {
    padding: 15px 0;
    /* background: #ffffff21; */
    margin: 15px 0;
    width: 100%;
    max-height: auto;
    /* border: 2px solid #fff; */
    height: 225px;
    /* box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28); */
    position: relative;
}
ul.finfo li i {
    color: #fff;
    font-size: 16px;
}
li.fcongty {
    font-size: 20px !important;
    margin-bottom: 7px;
    text-align: center;
    /* text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff; */
    color: #F47822 !important;
}
.hitstat {
    padding: 10px 0 0 50px;
}
a.sale.ffb {
    background: blue;
    color: #fff;
    /* position: absolute; */
    /* top: 10px; */
    /* right: 50px; */
}

a.sale.fyt {
    background: #ca3737;
    color: #fff;
    /* position: absolute; */
    /* right: 0; */
    /* top: 10px; */
}

a.sale.fzalo {
    /* position: absolute; */
    /* right: 102px; */
    /* top: 10px; */
}

a.sale.fgg {
    background: red;
    color: #fff;
}

a.sale.ffb i, a.sale.fyt i, a.sale.fgg i {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.f-social {
    margin: 14px 0 0 0px;
    /*text-align: center;*/
    padding: 0 0 0 180px;
}

.f-social a {
    margin: 0px 10px;
}
.fzalo img,
.ffb img,
.fyt img {
    max-width: 58px;
}
.thumbnail2 {
    position: relative;
    padding-top: 65.25%;
    display: inline-block;
    max-width: 100%;
}
.thumbnail--intro {
    width: 100%;
    -webkit-box-shadow: 10px 10px 0 0 #0E5AAD;
    -moz-box-shadow: 10px 10px 0 0 #0E5AAD;
    box-shadow: 10px 10px 0 0 #0E5AAD;
    overflow: hidden;
    /* padding-top: 75.25%; */
    max-width: initial;
    height: 300px;
}

.thumbnail--intro img {
    transition: 0.4s;
}

.thumbnail--intro img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.thumbnail--intro:hover img {
    transition: 0.4s;
    transform: scale(1.1) rotate(5deg);
}

.homesp-inside {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.padd10 {
    padding: 10px;
}
.marT1em{
    margin-top: 1em !important;
}
.marT2m{
    margin-top: 2em !important;
}
.marT3em{
    margin-top: 3em !important;
}
.mar1em{
    margin: 1em 0;
}
.mar2em{
    margin: 2em 0;
}
.hometintuc-title a {
    font-size: 16px;
    font-family: 'tse';
    /*font-weight: 600;*/
    color: #2a6496;
    display: table-cell;
}

.shopline {
    background: url(../images/line.png) repeat-x left top;
    height: 6px;
    margin-bottom: 10px;
}

.shado {
    height: 11px;
    width: 100%;
    background: url(../images/shado.png) no-repeat top center;
    position: absolute;
    bottom: -11px;
    left: 0px;
}

.homeshop-percent {
    /* background: url(../images/sale-price.png) no-repeat center center; */
    background-size: contain;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 10;
    width: auto;
    padding: 1px 5px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    font-size: 14px;
    background: red;
    font-family: 'tse';
    /* border-radius: 7px; */
    height: 30px;
    width: 44px;
    line-height: 10px;
    z-index: 10;
}
.homeprice {
    color: #F04057;
    font-size: 20px;
    padding-left: 10px;
     font-weight: bold; 
}
.home-saleoff span {
    font-size: 14px;
    padding-left: 10px;
    text-decoration: line-through;
    color: #ccc;
}
.shopinside-price {
    padding: 10px 0;
    height: 50px;
    /*border-top: 1px solid #c1c1;*/
    border-top: 1px solid #cecece4d;
}
.shopinside-price p{
    margin-bottom: 0;
}
.center,
.alignC {
    text-align: center;
}
.shopbuy {
    display: inline-block;
    /* background: url(images/dathang.png) no-repeat; */
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    background: #2c519b;
    margin: 13px 0 6px 0;
    padding: 4px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'tse';
}
.shopbuy:hover {
    color: #212121;
}

.product-indicators {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-indicators > li {
    height: auto;
    overflow: hidden;
    width: 60px;
    box-shadow: 0 0 2px rgb(0 0 0 / 40%);
    border-radius: 3px;
    border-radius: 6px;
    margin: 0 4px !important;
    height: 57px;
}

.product-indicators > li > a > img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    object-fit: contain;
    padding: 5px;
}

.shophot {
    text-align: center;
    border-bottom: 3px solid blue;
    margin: 0 330px;
}

.shophot span {
    color: blue;
    font-size: 25px;
    background: #fff;
    position: relative;
    top: 17px;
    padding: 0 30px;
    /*font-family: 'tse';*/
    text-transform: uppercase;
}

.shophot::after {
    content: "";
}

.shophot::before {
    content: "";
    background-image: url(../images/cattitle.png) no-repeat center center;
    height: 40px;
    width: 40px;
}

.cattitle {
    margin: 20px 0;
    border-bottom: 3px double #ccc;
    height: 37px;
    line-height: 37px;
}

.cattitle span {
    font-size: 20px;
}
.shoppic {
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.shoppic-dispro {
    height: 360px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.shoppic a:hover img,
.shoppic-dispro a:hover img{
    transform: scale(1.2);
}
.shoppic img,
.shoppic-dispro img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease-out;
}
p.shopdetail-title {
    font-size: 20px;
    font-weight: 500;
}

.shopdetail-r b {
    /*font-family: 'fay';*/
    font-size: 16px;
}
.sdetail-text {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    line-height: 25px;
}
.shopdetail-goc {
    text-decoration: line-through;
    font-size: 12px;
    color: #6e6969;
}
p.shopdetail-km span {
    color: #da1111;
    font-size: 16px;
}
/*.shopdetail-price {
    margin-bottom: 10px;
    border: 3px double #ccc;
    border-radius: 5px;
    width: max-content;
    padding: 7px 17px;
    font-size: 20px;
}*/
.global-tructuyen > ul {
    margin: 0;
    list-style: none;
    padding: 0 7px;
}

.global-tructuyen > ul > li {
    padding-bottom: 8px;
}
.global-tructuyen > ul > li > ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}
.global-tructuyen > ul > li > ul.open{
    display: block;
}
.global-tructuyen > ul > li > ul > li{
    padding-left: 20px;
}
.global-tructuyen > ul > li > ul > li > a {
    color: #000;
    font-size: 16px;
    font-family: 'tse';
}
.global-tructuyen > ul > li > ul > li > a > i{
    font-size: 12px;
}
.global-tructuyen > ul > li > ul > li > a:hover,
.global-tructuyen > ul > li > ul > li.active > a {
    color: red;
    padding-left: 5px;
    transition: .3s;
}
.global-tructuyen > ul > li > a {
    color: #212121;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.global-tructuyen > ul > li > a:focus,
.global-tructuyen > ul > li > a:active{
    text-decoration: none;
    outline: none;
}
.global-tructuyen > ul > li > ul > li > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.global-tructuyen > ul > li > ul > li > ul > li{
    padding-left: 30px;
}
.global-tructuyen > ul > li > ul > li > ul > li > a{
    color: #000;
}
.global-tructuyen > ul > li > ul > li > ul > li > a:hover{
    color: red;
    padding-left: 5px;
    transition: .3s;
}
.hotro-content {
    font-size: 17px;
}

.hotro-content i {
    position: relative;
    top: 5px;
}

.global-tructuyen > ul > li.active > a {
    color: red;
}

.global-tructuyen > ul > li > a:hover,
.global-tructuyen > ul > li.active > a  {
    color: red;
    padding-left: 5px;
    transition: .3s;
}

.mar15tru {
    margin: 0 -15px;
}

.home-menu > ul > li.giohang {
    width: 60px;
    line-height: unset;
    margin: -10px 0 0 23px;
    cursor: pointer;
}

li.giohang .cart-img {
    float: left;
    width: 40px;
    position: relative;
    margin: 0px 10px -7px 10px;
}

.cart-img img {
    max-width: 40px;
}

li.giohang .cart-img .showcard {
    position: absolute;
    top: -5px;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #fe1614;
    color: #fff;
    border-radius: 100%;
    font-family: ketsat2;
}

li.giohang .cart-popup {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 130px;
    max-width: 650px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    background: #fff;
    z-index: 9999;
    font-size: 14px;
    display: none;
}

li.giohang:hover .cart-popup {
    display: block;
}

.cart-img i {
    font-size: 30px;
    color: #fff;
}

p.empty {
    padding: 10px 0 0 0;
}

div#fadein_fadeout {
    position: fixed;
    /*top: 200px;
    left: 45%;*/
    z-index: 999999;
    display: none;
    left: 10px;
    bottom: 70px;
}

.cart-mini {
    padding: 8px 8px 30px;
    width: 530px;
    overflow-y: auto;
    height: 400px;
}

.cart-mini .cart-hidden thead th {
    font-size: 16px;
    padding: 5px 5px 5px 0 !important;
}

.cart-mini .cart-hidden .price {
    width: 120px;
    text-align: right;
}

tr.line-giohang td {
    padding: 0 0 10px 0;
}

.cart-mini .cart-hidden .image .product_image {
    width: 70px;
    float: left;
}

.product_image img {
    max-height: 80px;
}

.cart-mini .cart-hidden .image .title {
    margin-left: 10px;
    width: calc(100% - 80px);
    float: left;
    background: #fff;
}

.cart-mini .cart-hidden .price {
    width: 120px;
    text-align: right;
}

tr.line-giohang td {
    padding: 0 0 10px 0;
}

.cart-mini .cart-hidden .price {
    width: 120px;
    text-align: right;
}

p.text-right span {
    color: red;
}

p.text-right {
    font-size: 16px;
}

.cart-mini .mini-btn-checkout {
    background: #2880c7;
    outline: none;
    border: 1px solid #ccc;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 32px;
    min-width: 112px;
    text-align: center;
    font-family: 'ketsat';
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.giothanhtoan {
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.product_image {
    float: left;
    margin-right: 5px;
}

.alignR {
    text-align: right;
}

.alignC {
    text-align: center;
}

.display-giohang table.table td {
    vertical-align: middle !important;
    font-family: 'tse' !important;
    font-size: 16px;
}

.giohang-pic {
    height: 100px;
    width: 100%;
}

.giohang-pic img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.display-giohang b {
    font-family: 'tse';
    letter-spacing: 1.5px;
}

.display-giohang td {
    font-family: 'ketsat2' !important;
}

div#cart-mini td, div#cart-mini th {
    font-family: 'tse';
}

.xxmiddle td {
    vertical-align: middle !important;
}

.xadmin-group {
    border: 1px solid #ccc;
    padding: 10px 0;
}

.inside-sp {
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
}

.inside-sp:last-child {
    border-bottom: none;
}

.select-wrapper label {
    float: left;
    padding-right: 7px;
    margin-top: 10px;
}

.product-detail .form-action #check-out-now, .select-wrapper .box_qty {
    display: inline-block;
}

.box_qty {
    margin: 0;
    max-width: 100px;
    position: relative;
    float: left;
}

button:hover, button:focus, .button:hover, .button:focus {
    color: #fff;
}

.box_qty button {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0;
    border: 0 none;
    /* padding: 0 8px; */
    background: none;
    text-align: center;
    overflow: hidden;
    /* line-height: 1; */
    transition: all 0.2s ease-out;
    /* font-weight: bold; */
    height: 40px;
    border: 1px solid #ccc;
    width: 50px;
    border-radius: 5px;
}

.box_qty input {
    /* display: block; */
    /* text-align: center; */
    /* width: 100%; */
    /* padding: 2px 20px; */
    /* border-radius: 3px; */
    /* font-size: 16px; */
    /* font-weight: bold; */
    /* border: 0; */
    /* line-height: 17px; */
}

.tc.item-quantity {
    /* padding: 12px 20px 10px; */
    /* background: #fff; */
    border-radius: 3px;
    border: 1px solid #d8d7d7;
    width: 50px;
    height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    left: 60px;
}

.box_qty button.qty-plus {
    left: 120px;
    /* border-radius: 0 3px 3px 0; */
    /* border: 1px solid #ccc; */
}

button.qty-plus {
    /* background: #007095; */
    color: #000;
}

button.qty-minus {
    /* background: #007095; */
    left: 0;
}

.shopdetail-text {
    margin-top: 6px;
    line-height: 25px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 0 5px 5px 5px;
}

.thongtin-coban span {
    background: #007cd6;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.thongtin-mota span {
    background: #007cd6;
    color: #fff;
    padding: 10px 21px;
}

.thongtin-mota {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 8px 0;
}

span.icon__fallback-text {
    color: #000;
    font-size: 20px;
}

span.thaydoi-tt {
    border-bottom: 3px double #ccc;
    cursor: pointer;
}

span.thaydoi-tt:hover {
    border-bottom: 3px double #212121;
}

.shopdetail-text span {
    /*font-family: tse !important;
    font-size: 13px;
    */
}

.shopdetail-text p {
    margin-bottom: 0;
}

/*code-moi-kieuan-2021*/
.topglobal {
    /*padding: 10px 0;*/
}

.headtop {
    /*z-index: 700;
    position: relative;
    -webkit-box-shadow: 0 0 7px 2px rgb(0 0 0 / 50%);
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 50%);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#000000);
    height: 184px;*/
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.bg-hotline {
    /* background: url(../images/bg-hotline.png) no-repeat; */
    height: 74px;
    position: relative;
    FONT-WEIGHT: 100;
    background-position: right;
    z-index: 1;
}

.headlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.bg-hotline span {
    position: absolute;
    top: 38px;
    right: 9px;
    font-size: 22px;
    color: #da2028;
    letter-spacing: 0.5px;
}

.headflag {
    text-align: right;
    margin: 15px;
}

.headflag a {
    padding-left: 10px;
}

.headmenu {
    /*background: #F1AC2B;*/
    background: url(../images/bg-menu.png) no-repeat top center;
    width: 100%;
    height: 50px;
}

.globalgt-out {
    background: url(../images/bg-gt.png) no-repeat;
    height: 500px;
    width: 100%;
}

.wikis {
    width: 1200px !important;
    margin: 0 auto;
}

.globalgt-out2 {
    background: url(../images/bg-gt-ct.png) no-repeat center center;
    height: 431px;
    width: 100%;
    background-size: 100% 100%;
    top: 35px;
    position: relative;
}

.globalgt-main {
    padding: 45px 17% 2px 215px;
}

.globalgt-inside {
    height: 333px;
    overflow: hidden;
    font-size: 16px;
    text-align: justify;
    padding: 0 15px 0 0;
    color: #3366FE;
}

.custom_scroll {
    overflow-y: scroll;
}

.custom_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    opacity: 0.5;
    //background-color: #F5F5F5;
}

.custom_scroll::-webkit-scrollbar {
    width: 5px;
    opacity: 0.5;
    //background-color: #F5F5F5;
}
.custom_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    opacity: 0.5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    //background-color: #555;
}
.width1300 {
    width: 1300px;
    margin: 0 auto;
}
.width1200 {
    width: 1200px;
    margin: 0 auto;
}
.width900 {
    width: 900px;
    margin: 0 auto;
}
.icon-flashsale img {
    max-width: 150px;
}
.bg-flashsale {
    /*background: url(../images/bg-flashsale.jpg) repeat;*/
    /*padding: 0 40px 20px 40px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 10px;*/
    margin: 0 0 20px 0;
    overflow: hidden;
}
.icon-flashsale {
    text-align: center;
    margin-bottom: 10px;
}
.xhomettpic {
    width: 100%;
    height: 160px;
    background: #fff;
}
.xhomettpic:hover {
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
.xhomettpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xhomettitle a,
.homett-insititle a {
    font-size: 18px;
    color: #000;
}

.xhomettitle {
    margin: 5px 0;
}

.homett-insidepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homett-insidepic {
    width: 100%;
    height: 85px;
    margin-bottom: 20px;
}

.homett-insidepic:hover {
    background-color: #fff;
    /*margin: 10px 4px;*/
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    /*border-radius: 8px;*/
    /*padding: 10px;*/
    /*line-height: 20px;*/
}
.homett-insititle {
    margin-bottom: 5px;
}

.homettext {
    text-align: justify;
}

.headlogo {
    width: 100%;
    height: 116px;
}

.allbum-in-pic {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}

.allbum-in-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px;
}

.col-md-3.web-margin-20 {
    margin-bottom: 30px;
    padding: 0 10px;
}

.web-margin-20 div.shado {
    bottom: 22px !important;
}

.allbum-in-title {
    text-align: center;
    padding-top: 10px;
}

.allbum-in-title a {
    font-size: 16px;
}

.module-in-title-left span {
    font-size: 22px;
}

.module-in-title-left {
    /*margin-bottom: 15px;*/
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.news_scroll {
    overflow-y: scroll;
    height: 500px;
}

.news_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    opacity: 0.5;
    //background-color: #F5F5F5;
}

.news_scroll::-webkit-scrollbar {
    width: 5px;
    opacity: 0.5;
    //background-color: #F5F5F5;
}

.news_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    opacity: 0.5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    //background-color: #555;
}

.flogo-kieuan img {
    max-width: 98px;
}

.flogo-kieuan {
    position: absolute;
    right: 0;
    top: 23px;
}

.v-video iframe {
    width: 100%;
    height: 260px;
    object-fit: contain;
}

.v-video {
    width: 100%;
}

.video-more {
    text-align: right;
    padding: 3px;
}

.video-pic {
    width: 100%;
    height: 220px;
    position: relative;
}

.video-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-pic span {
    position: absolute;
    left: 41%;
    top: 43%;
    background: red;
    color: #fff;
    padding: 11px 18px;
    border-radius: 5px;
}

.video-title {
    text-align: center;
    padding: 10px;
    font-size: 17px;
}

.cattitle-video a {
    border-bottom: 3px double #ccc;
    margin-bottom: 20px;
    display: block;
    width: max-content;
    text-transform: uppercase;
    font-size: 20px;
}

.mbi-glovideo img {
    width: 100%;
}

.shopdetail-price span {
    color: #6e6969;
}

.heading {
    position: relative;
    z-index: 99;
    transform: translateY(51%);
}

.heading .header:before {
    right: calc(50px / 2 * -1);
    border-left: calc(50px / 2) solid #CC0000;
}

.heading .header:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: calc(50px / 2) solid transparent;
    border-bottom: calc(50px / 2) solid transparent;
}

.heading .header:after {
    left: calc(50px / 2 * -1);
    border-right: calc(50px / 2) solid #CC0000;
}

.heading .header:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: calc(50px / 2) solid transparent;
    border-bottom: calc(50px / 2) solid transparent;
}

.heading .header {
    width: fit-content;
    height: 50px;
    line-height: 50px;
    position: relative;
    background-color: #CC0000;
    color: #fff;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'tse';
    font-weight: bold;
}
.heading .header span {
    color: #fdcb00;
}
.heading .header .title_deco:before {
    left: -5px;
}

.heading .header .title_deco:before {
    content: '';
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.heading .header .title_deco:after {
    right: -5px;
}

.heading .header .title_deco:after {
    content: '';
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.body-sanpham .box-content {
    /* border: 2px solid #CC0000; */
    position: relative;
    padding: 20px 10px;
    border-radius: 10px;
}

.body-sanpham {
    width: 1300px;
    margin: 0 auto;
}

/**end**********/
.doitac div.owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: -12px !important;
    top: 30px !important;
    background: url(../images/prev.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}

.doitac div.owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 30px !important;
    left: 1255px !important;
    background: url(../images/next.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}

.doitac div.item a {
    display: block;
    width: 100%;
    height: 100px;
}

.doitac div.item a img {
    width: 100%;
    height: 100%;
    /* border: 1px solid; */
    border-radius: 8px;
    padding: 7px;
    object-fit: cover;
}

.shoptitle a {
    font-size: 15px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

.shoptitle {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    width: 100%;
    padding: 0 5px;
    height: 60px;
    /* line-height: 40px; */
    margin-bottom: 5px;
    display: table;
}

.shopprice {
    text-align: center;
    color: red;
    font-size: 15px;
    padding-bottom: 5px;
    /*font-family: 'tse';
    font-size: 16px;*/
}

.categories-inside {
    /*background: url(../images/bg-group.jpg) bottom center no-repeat;
    margin-bottom: 15px;
    padding: 5px 10px;*/
}

.categories-inside > ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.categories-inside > ul > li {
    float: left;
    border-right: 2px solid #000;
    padding: 0 11px;
}

.categories-inside > ul > li:first-child {
    padding-left: 0;
}

.categories-inside > ul > li:last-child {
    border-right: none;
}

.inside-homesp {
    float: left;
    width: 19%;
    margin: 0 5px;
}
.globalsp {
    border: 1px solid #0D94E4;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    /* overflow: hidden; */
    z-index: 5;
}
.globalsp:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px;
}

.footer-top {
    background: url(../images/bghome2.jpg) top center;
    padding: 50px 0;
    margin: 25px 0;
}

.in-email {
    width: 100%;
    position: relative;
    text-align: center;
}

.in-email>.main-email-news>h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

.in-email>.main-email-news .sub-title {
    color: red;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 2px 0 0 black;
}

.wrap-item {
    display: flex;
    flex-direction: row;
    padding: 8px;
    border: 1px solid #ebebeb;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-height: 75px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}

.wrap-item .item-img {
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px;
    background: #e01222;
}

.wrap-item .item-content {
    padding-top: 8px;
}

.wrap-item .item-content .title {
    text-transform: uppercase;
    color: #222;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.wrap-item .item-content .sub-title {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.wrap-item:hover {
    border: 2px solid #e01222;
}

.themes-module {
    /*background: #006091;*/
    background: #0093DD;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #fff;
}

.themes-module a {
    color: #fff;
    text-transform: uppercase;
}

.themes-module i {
    color: #fff;
    font-size: 17px;
}

.themes-module a:hover {
    color: #000;
}

.supp-cat-pic {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.supp-cat-title {
    height: 45px;
    /*background: url(../images/half-line.png)no-repeat center top;*/
    z-index: 99;
    line-height: 20px;
    font-size: 25px;
}

.supp-cat-title a {
    font-size: 16px;
    color: #222;
    font-weight: bold;
}

.supp-cat-title a:hover {
    color: #e01222;
}

.supp-cat-pic:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 10px;
}

.supp-cat-pic a img {
    width: 100%;
    height: 100%;
    animation: 1.2s ease 0s normal none 1 running smooth-image;
    cursor: pointer;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    object-fit: cover;
}

.supp-cat-pic a:hover img {
    transform: scale(1.3);
}

.home-shop-pic {
    height: 190px;
    width: 100%;
    border-radius: 5px;
}

.home-shop-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* padding: 15px; */
}

.per20 {
    float: left;
    width: calc(100%/5);
    padding: 0 10px 0 0;
    margin-bottom: 20px;
}

.per20:last-child {
    /*padding: 0;*/
    margin: 0;
}

.per25 {
    float: left;
    width: calc(100%/4);
    padding: 0 10px 0 0;
    margin-bottom: 20px;
}

.per25:last-child {
    /*padding: 0;*/
    margin: 0;
}

.home-shop-title a {
    color: #333;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}

.home-shop-title a:hover {
    color: #3567d7;
    text-decoration: none;
}

.home-shop-title {
    height: 50px;
    display: table;
    width: 100%;
}

.sanpham-buy {
    margin-top: 10px;
}

/***nut-muhang******/
.nutmuahang span {
    background: #3567d7 !important;
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 5px;
    position: absolute;
    top: 40%;
    left: 120px;
    width: 120px;
    transition: all .5s ease;
    opacity: 0;
    cursor: pointer;
    z-index: 1000;
}

.home-shop-pic:hover .nutmuahang span {
    left: calc(50% - 60px)!important;
    opacity: 1;
}

.home-shop-pic:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/***nut-muhang-end******/
.categories-inside {
    /*background: url(../images/bg-group.jpg) bottom center no-repeat;
    margin-bottom: 30px;
    padding: 5px 10px;
    width: 1300;*/
    /*margin: 0 33px;*/
}

.posA.catline {
    border-bottom: 2px solid #FF0000;
    height: 2px;
    background: #FF0000;
    width: 98%;
    left: 6px;
    bottom: 29px;
}

.categories-inside > ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.categories-inside > ul > li {
    float: left;
    border-right: 2px solid #000;
    padding: 0 11px;
}

.categories-inside > ul > li:first-child {
    padding-left: 0;
}

.categories-inside > ul > li:last-child {
    border-right: none;
}

.categories-inside > ul > li > a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-family: 'tse';
}

.categories-inside > ul > li > a:hover {
    color: red;
}

.inside-homesp {
    float: left;
    width: 19%;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}
.homeshop-percent span {
    position: absolute;
    left: 9px;
    top: 10px;
}
.categories-inside label {
    color: #ffff;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.categories-inside label a {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'tse';
}

#contact iframe {
    width: 100%;
    height: 300px;
    padding: 10px;
    border: none;
}

.inside-lh {
    padding-left: 15px;
}

.footmap {
    /* padding: 10px; */
    height: 225px;
    border-radius: 10px;
    margin-top: 15px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
.footmap iframe {
    width: 100%;
   /* height: 100%;*/
}
.inside-orthersp {
    float: left;
    width: 24%;
    margin: 10px 4px;
    position: relative;
}

.showcard {
    /*background: url(../images/giohang.png) no-repeat;*/
    background: url(../images/cart.png) no-repeat;
    width: 50px;
    height: 50px;
    text-align: center;
    /* vertical-align: middle; */
    display: table-cell;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    font-family: 'tse';
    /* display: block; */
    line-height: 50px;
    left: 70px;
    position: absolute;
    top: 12px;
}

.vitricart {
    position: absolute;
    right: 167px;
    top: 117px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 10;
}

.homesp-km {
    position: relative;
    border: 1px solid #ddd;
    padding: 40px 0px 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0;
    margin-top: 30px;
}

.center {
    text-align: center;
}

.title-pc {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    z-index: 1;
}
.title-product-km {
    display: inline-block;
    font-size: 22px;
    border-radius: 20px;
    padding: 10px 25px;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-family: 'tse';
    font-weight: bold;
}
.title-product-km span {
    color: #fdcb00;
}
.title-product-km i{
    color: yellow;
}
.title-product-km {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    padding-right: 15px;
}
.title-product-km img {
    max-width: 25px;
    margin-top: -8px;
    cursor: pointer;
}
.title-product-km:hover img{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.homesp-banner img {
    width: 100%;
}

.homekn-banner {
    margin-bottom: 40px;
}

.sanpham-khuyenmai {
    padding: 15px;
    position: relative;
}

.sanpham-khuyenmai div.owl-controls .owl-nav {
    position: absolute;
    top: 0;
}

.sanpham-khuyenmai div.owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: -15 !important;
    top: 110px !important;
    background: url(../images/prev.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}

.sanpham-khuyenmai div.owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 110px !important;
    left: 1236px !important;
    background: url(../images/next.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}

.box-thumb-hover {
    width: 100%;
    height: 100%;
    background-position: -265px 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

div.box-thumb-hover:hover {
    background: url(../images/glass.png) no-repeat scroll 265px 0 transparent;
    transition: all 1.2s ease-in-out 0s;
    -moz-transition: all 1.2s ease-in-out 0s;
    -webkit-transition: all 1.2s ease-in-out 0s;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}

/*** zalo ************/
.alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    border-color: #0089b9;
    opacity: .5;
}

.alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0,175,242,.5);
    opacity: .75;
    right: -10px;
}

a.zalo {
    position: fixed;
    bottom: 100px;
    z-index: 999999999999999;
    height: 49px;
    width: 50px;
    left: 25px;
}

a.zalo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 6px;
    top: -3px;
    z-index: 999999999999999;
}

a.stick-phone {
    position: fixed;
    bottom: 5px;
    z-index: 999999999999999;
    height: 49px;
    width: 50px;
    left: 6px;
}

a.stick-phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 5px;
    top: -5px;
    z-index: 999999999999999;
}

/*************/
.rotate {
    width: 70px;
    height: 70px;
    background-image: url(//bizweb.dktcdn.net/100/451/306/themes/856517/assets/rotate_img.png?1657261071255);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    right: 3px;
    bottom: 151px;
    z-index: 9;
    cursor: pointer
}

.rotate {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear
}

div#_zalo a {
    position: fixed;
    bottom: 75px;
    left: 13px;
    top: initial !important;
    background: transparent;
    color: #FFF;
    cursor: pointer;
    padding: 0px;
    z-index: 9999
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0%,10%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40%,60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,10%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40%,60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@media (max-width: 480px) {
    .product-tab.e-tabs iframe {
        max-width:100%
    }
}

/*************/
.button_actions {
    display: flex;
    width: 100%;
    /* float: left; */
    align-items: center;
    margin-top: 10px;
}

.callto {
    font-size: 25px;
    color: #2a2a2a;
    margin-left: 15px;
    position: relative;
    top: -24px;
}

.goidatmua {
    background: #18ae54;
    color: #fff;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 700;
    padding: 8px 12px;
    line-height: 15px;
    min-width: 200px;
    text-align: center;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

.goidatmua span {
    text-transform: uppercase;
    line-height: 21px;
    font-size: 15px;
}
.goidatmua p {
    font-size: 19px;
    text-transform: none;
    margin: 5px 0 0;
    line-height: 25px;
}
.add_to_cart {
    color: #fff;
    border: none;
    background: #bb2931;
    font-size: 21px;
    font-weight: 700;
    padding: 8px 12px;
    line-height: 15px;
    min-width: 200px;
    border-radius: 5px;
}

.add_to_cart span {
    font-size: 21px;
}

.add_to_cart:hover span, .add_to_cart:hover p {
    color: #fff;
}

.add_to_cart:hover {
    background: #212121;
}

.globalgt {
    padding-left: 10px;
}

.headsocial a {
    margin: 0 10px;
}

.headsocial {
    margin-bottom: 14px;
    position: relative;
}

.headpic {
    width: 100%;
    height: 95px;
}

.headpic img {
    width: 100%;
    height: 100%;
}

.top-flag img {
    max-width: 36px;
}

.top-flag {
    padding: 30px 0;
    margin-top: 10px;
}

.top-flag a {
    padding: 0 5px;
}

.top-hotline, .top-email {
    font-weight: 500;
    font-size: 18px;
}

.top-hotline p, .top-email p {
    margin-bottom: 0;
}

.top-hotline p.xphone:hover {
    color: #318A00;
    cursor: pointer;
}

input.form-control.jquery {
    width: 140px;
    border: 1px solid #3276B1;
}

.top-hotline {
    padding: 20px 2px 20px 125px;
    position: relative;
}

.top-hotline span {
    position: absolute;
    top: 22px;
    left: 89px;
    font-size: 34px;
}

.top-email {
    padding: 20px 2px 20px 0px;
    position: relative;
}

.top-email span {
    position: absolute;
    top: 22px;
    left: -45px;
    font-size: 34px;
}

.topmenu {
    background: #C6C6C6;
    height: 44px;
    width: 100%;
}

.left-menu {
    float: left;
    width: 294px;
    background: #018cca;
    height: 44px;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    position: relative;
}

.left-menu i {
    padding: 0 5px 0 10px;
}

.inside-visao {
    text-align: center;
}

.inside-visao img {
    max-width: 80px;
}

p.visao-title {
    font-weight: 700;
}

.left-right {
    float: left;
    width: 906px;
}

.home-youtube img {
    width: 100%;
}

.thongtin-mota {
    border: none;
    color: #ffffff;
    margin: 0 0 0 15px;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-right: 36px solid transparent;
    display: block;
    height: 0;
    z-index: 1;
    width: auto;
    margin-left: 2px;
    line-height: 25px;
    height: 38px;
}

.thongtin-mota:before {
    border-right: 46px solid transparent;
    border-top: 36px solid #ddd;
    bottom: 0;
    content: " ";
    position: absolute;
    top: 2px;
    width: unset;
    z-index: -1;
    left: 78px;
    border-top-color: #007cd6;
}

.topicon img {
    max-width: 25px;
}

a.top-fb {
    position: absolute;
    top: 0;
    right: 40px;
}

.topicon {
    position: relative;
    width: 100%;
}

a.top-yt {
    position: absolute;
    right: 10px;
}

.dmsp {
    cursor: pointer;
}

.dmsp-haschild {
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 99999;
    background: #fff;
    width: 294px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    display: none;
}

.dmsp-haschild.open {
    display: block;
}

.dmsp-haschild > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dmsp-haschild > ul > li {
    padding: 10px 0;
    line-height: 0;
    border-top: 1px solid #ccc;
}

.dmsp-haschild > ul > li > a {
    color: #000;
}

.lienheleft {
    padding: 41px;
    line-height: 36px;
    font-size: 16px;
}

.lhtide {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 11px;
    color: #19ae54;
}

.lienhe-first {
    padding: 0 90px;
}

.form-control.fields {
    height: 55px;
    background: #EDEDED;
}

.fields.hover {
    background: #fff;
}

button.btn.btn-primary.sublh {
    /*padding: 15px;*/
}

.topweb {
    background: #1a6e66;
    padding: 10px 0;
}

.height35.topleft {
    line-height: 35px;
    /*color: #335494;*/
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.height35.topright {
    line-height: 35px;
    display: flex;
    flex-wrap: nowrap;
}

.height35.topright a {
    /*color: #335494;*/
    font-size: 16px;
    text-align: center;
    width: 100px;
    color: #fff;
}

select[name=txt_danhmuc] {
    height: 38px;
    position: absolute;
    top: 37px;
    z-index: 99;
    border-right: 1px solid #000;
    /*border-left: 1px solid #020201;*/
    border-top: none;
    border-bottom: 0;
    left: 15px;
    width: 150px;
}

button.button-submit {
    background: #CC362A;
    color: #fff;
    border: none;
    height: 38px;
    width: 67px;
    right: 0px;
    top: 21px;
    border-radius: 0 2px 2px 0;
}

.headertop-out {
    /*background: radial-gradient(#d3eaf7,#aed9f1);*/
    height: 130px;
    background: url(../images/bghead.png) no-repeat center center;
}

.headertop {
    padding: 10px 0;
}

.cathome-left {
    line-height: 37px;
    color: #fff;
    font-size: 20px;
    margin: 10px 0px 35px 0;
    display: flex;
    float: left;
    position: relative;
}

.cathome-left::after {
    content: "";
    width: 30px;
    height: 38px;
    background: url(../images/right-cat.png) no-repeat;
    top: 0px;
    right: -30px;
    position: absolute;
    display: inline-block;
}

.cathome-left::before {
    content: "";
    width: 52px;
    height: 44px;
    background: url(../images/left-cat.png) no-repeat;
    top: 0px;
    left: 0px;
    position: absolute;
    display: inline-block;
}

.inside-leftcathome {
    /*background: #3a7bbe url(../images/center-cat.png) repeat-x;*/
    max-width: fit-content;
    margin-left: 52px;
    height: 36px;
    background: #FF0000;
}

.inside-leftcathome span {
    color: #fff;
    padding: 0px;
    font-size: 17px;
}

.cathome-right {
    float: left;
    margin-left: 25px;
    line-height: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 1030px;
}

.cathome-right a {
    padding: 0 5px;
    color: #000;
    font-size: 17px;
    /* font-weight: bold; */
    border-left: 1px solid #000;
    font-family: 'tse';
}

.cathome-right a:first-child {
    border-left: none;
}
.giohang {
    top: 0;
    left: 50px;
}
.dmsp-khuyenmai-hotsp {
   height: 50px;
   /*background: linear-gradient(to right, #817d7d, #7e7e7c);*/
   /*background: linear-gradient(to right, #5B8D51, #4b973c);*/
   /* background: #0072C3; */
}
.khuyenmai-hots{
    height: 78px;
    padding-left: 90px;
    margin-top: 42px;
} 
.top-dmsp > ul > li {
    line-height: 49px;
}

.top-dmsp > ul {
    padding: 0;
    margin: 0;
     display: flex; 
    list-style: none;
    height: 50px;
}

.top-dmsp > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    font-family: 'tse';
}

.top-dmsp > ul > li > a:focus, 
.top-dmsp > ul > li > a:active {
    text-decoration: none;
}

.khuyenmai-hots > ul > li {
    position: relative;
    height: 77px;
}

.khuyenmai-hots > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 78px;
    width: 100%;
    line-height: 70px;
    /* justify-content: center; */
    margin: 0;
    padding: 0;
}
.khuyenmai-hots > ul > li > a {
    padding: 0 11px;
    color: #006fb8;
    font-size: 20px;
    font-family: 'vosa';
}
.home-flag a {
    padding: 0 5px;
}
.home-flagen a{
    padding: 0 4px;
}
.khuyenmai-hots > ul > li img {
    height: 30px;
}
.icon-banner {
    height: 130px;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #bababa;
    /*background: linear-gradient(90deg, #6c7374 0%, #7a8489 53.59%, #4d5152 100%);*/
    background: url(../images/icon-banner.jpg) repeat center center;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.icon-banner .footer-icon .icon-1 {
    text-align: center;
    width: calc(100% / 5);
}

.icon-banner .footer-icon .icon-1 .icon-1-title {
    font-weight: 500;
    margin: 1rem 0 0.5rem 0;
    color: #fff;
}

.top-dmsp > ul > li:hover > ul {
    display: block;
}

.top-dmsp > ul > li > ul {
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 9999999;
    height: auto !important;
    display: none;
}

.top-dmsp > ul > li > ul > li {
    padding: 7px;
    height: 36px;
    width: 100%;
    line-height: 19px;
    border-bottom: 1px solid #e9e9e9;
}

.top-dmsp > ul > li > ul > li > a {
    color: #212121;
    display: block;
}

.top-dmsp > ul > li > ul > li i {
    position: absolute;
    right: -2px;
    top: 4px;
    /*font-weight: bold;*/
}
.top-dmsp > ul > li > ul > li > a {
    color: #403c3c;
    display: block;
    /* font-weight: bold; */
    display: block;
    position: relative;
    /* font-family: 'tse'; */
    font-size: 14px;
}
.top-dmsp > ul > li > ul > li:hover > a {
    text-decoration: none;
    padding-left: 5px;
    transition: .3s;
    color: red;
}
.top-dmsp > ul > li > ul > li:hover {
    background: #e9e9e9;
}

.khuyenmai-hots > ul > li > a {
    position: relative;
    height: 77px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}
.khuyenmai-hots > ul > li > a > span{
    border: 1px solid #ccc;
    padding: 5px 7px;
    border-radius: 5px;
    color: #c1c1c1;
}
.khuyenmai-hots > ul > li > a > span > i{
    font-size: 17px;
}
.khuyenmai-hots > ul > li > a:before,
.khuyenmai-hots > ul > li.active > a:before{
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    left: 20px;
    background-color: #006FB8;
    width: 0%;
    transition: 0.3s ease all .3s;
    -webkit-transition: 0.3s ease all .3s;
    -moz-transition: 0.3s ease all .3s;
}
.khuyenmai-hots > ul > li > a:hover:before,
.khuyenmai-hots > ul > li.active > a:before{
    width: 80%;
}
.khuyenmai-hots > ul > li.active > a{
    color: #F58220;
}
.topright a {
    position: relative;
}

.topright a:hover:before {
    width: 100%;
}

.topright a:before {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0px;
    background-color: #fff;
    width: 0%;
    transition: 0.3s ease all .3s;
    -webkit-transition: 0.3s ease all .3s;
    -moz-transition: 0.3s ease all .3s;
}

.top-dmsp > ul > li > ul > li {
    /*position: relative;*/
}

.top-dmsp > ul > li > ul > li:hover > ul {
    display: block;
}

.top-dmsp > ul > li > ul > li > ul {
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 200px;
    width: 100%;
    z-index: 9999999;
    height: auto !important;
    display: none;
    min-height: 378px;
    width: 950px;
    box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 30%);
}

.catnhomsp-nhomcon > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.catnhomsp-nhomcon > ul > li > a {
    font-size: 13px;
}

.catnhomsp-nhomcon > ul > li {
    padding: 2px 0;
}

.catnhomsp-title {
    font-weight: bold;
    margin-top: 15px;
}

.icon-1 img {
    max-width: 74px;
    max-height: 50px;
}

.icon-1 p {
    font-size: 15px;
    padding: 0 10px;
}
p.home-saletext a {
    line-height: 40px;
    text-align: center;
    color: #d70808;
    letter-spacing: 0.7px;
    font-size: 16px;
    display: block;
}
.lineh40{
    /*line-height: 40px;*/
    padding: 0 !important;
}
.textR{
    text-align: right;
}
.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;
}
p.addgh-title {
    color: #000;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 14px;
}
.addgh-pic {
    width: 100%;
    height: 100px;
}
.addgh-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.addgh-tieude {
    color: #000;
    font-weight: bold;
}
.addgh-mausize {
    font-size: 14px;
    color: #000;
    margin: 10px 0 7px 0;
}
.addgh-price {
    font-size: 14px;
    color: red;
}
.addgh-xem {
    border: 2px solid #000;
    text-align: center;
    padding: 8px;
    border-radius: 16px;
}
.addgh-xem a {
    color: #000 !important;
    font-size: 14px;
    display: block;
}
.homes-tintuc span {
    color: #fdcb00;
}
.homes-tintuc {
    font-size: 46px;
    /* text-transform: uppercase; */
    font-weight:600;
}
.homes-tintuc {
    margin: 15px 0;
}
.tintucmore {
    margin-bottom: 10px;
}
.homevideo iframe {
    width: 100%;
}
.foot-gtitle {
    height: 40px;
    line-height: 60px;
    padding-left: 3px;
    font-size: 20px;
    font-family: 'tse';
    text-transform: uppercase;
    /* font-weight: bold; */
    color: #fff;
}
.foot-gtitle span {
    /* font-weight: bold; */
    /* font-family: 'tse'; */
    font-size: 20px;
    color: #fff;
}
.hinhthuc-thanhtoan {
    padding: 15px 15px 0 15px;
    background: #0000009e;
    margin: 15px 0;
    width: 100%;
    border: 2px solid #fff;
    height: 222px;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
.hinhthuc-gfoot {
    margin-bottom: 20px;
}
.xhomettext {
    text-align: justify;
    font-size: 16px;
    color: #a6a6a6;
}
.foot-bct {
    padding-left: 15px;
}
.homett-pages {
    border: 1px solid #ccc;
    margin: 0 10px 15px 0;
    padding: 10px 0 0 0;
    border-radius: 5px;
}
button#add-to-cart {
    background: #a92323;
    height: 40px;
    border: 1px solid #a92323;
}
button#add-to-cart:focus,
button#add-to-cart:active{
    outline: none;
}
.sdetail-menu {
    border: 1px solid #6baec7;
    background: transparent;
    margin: 6em 0 0 0;
}
.body-sdetail-menu {
    /* border-bottom: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
    /* border-left: 1px solid #ccc; */
    padding: 10px;
    margin-bottom: 3em;
    margin-top: 2em;
}
.sdetail-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.sdetail-menu > ul > li {
    /* border-right: 1px solid #ccc; */
}
.sdetail-menu > ul > li.active,
.sdetail-menu > ul > li:hover{
    /* background: #0072bb; */
}
.sdetail-menu > ul > li.active > a,
.sdetail-menu > ul > li:hover > a{
    color: #6baec7;
}
.sdetail-menu > ul > li > a:focus,
.sdetail-menu > ul > li > a:active{
    text-decoration: none;
}
.sdetail-menu > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #000;
    font-weight: bold;
    font-family: tse;
    font-size: 18px;
    text-transform: uppercase;
}
.gdetail{
    display: none;
}
.gdetail.open{
    display: block;
}
.tukhoa span {
    color: #000;
    font-weight: bold;
}
.downpic img {
    width: 100%;
    height: 100%;
}
.downpic {
    width: 128px;
    height: 128px;
}
.download-body center {
    border: 1px solid #18ae54;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 10px;
}
.downtitle{
    margin:5px 0 30px 0;
    color: #18ae54;
}
.show-download {
    position: absolute;
    right: 49px;
    top: 40px;
    z-index: 999900;
    display: none;
}
.show-download.open{
    display: block;
}
.show-download > ul {
    padding: 10px;
    margin: 0;
    background: #B6C8D7;
    list-style: none;
    border-radius: 6px;
}
.show-download > ul > li {
    line-height: 28px;
}
.show-download > ul > li > a {
    color: #fff;
    font-size:  14px !important;
}
.tintuc-detailtext {
    padding: 0 20px;
    line-height: 30px;
}
.gfootpic img {
    max-width: 75px;
}
.tintuc-detail-title h2 {
    font-size: 24px;
    margin: 0 15px 20px 0;
}
a.dangnhap {
    position: absolute;
    left: 290px;
    top: 25px;
}
a.dangnhap i {
    font-size: 25px;
    color: #fff;
}
.headtime {
    width: fit-content;
    padding: 5px;
    color: #fff;
    top: 14px;
    font-weight: bold;
}
.headtime p{
    margin-bottom: 0;
    text-align: center;
}
.head-timnhanh {
    width: 100%;
    padding-top: 80px;
}

.menu-timnhanh > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-timnhanh > ul > li {
    display: inline-flex;
}

.menu-timnhanh > ul > li {
    border-right: 1px solid #fff;
    padding: 0 5px;
}
.menu-timnhanh > ul > li:last-child{
    border-right: none;
}
.menu-timnhanh > ul > li > a,
.Colwhite{
    color: #fff;
}
.menu-timnhanh > ul > li > a:hover{
    color: #CC0000;
}
.globals-allsp-cat{
    background: url(../images/bg-sanpham.png) repeat;
}
.homes-tintuc:hover img,
i.head:hover,
i.head2:hover{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.homes-tintuc img {
    max-width: 35px;
}
.menu-timnhanh {
    color: #fff;
    font-size: 16px;
    font-family: 'tse';
    width: 125%;
}
.menu-timnhanh i{
    color: #fff;
    cursor: pointer;
}
.mbi-headphone {
    color: white;
    text-decoration: none;
    background: black;
    padding: 10px;
    /* width: 80px; */
    text-align: center;
    font-size: 20px;
    font-family: tsefood;
}
.mbi-headphone{
    animation: colorBackground 0.5s infinite;
    -webkit-animation: colorBackground 5s infinite;
    -moz-animation: colorBackground 5s infinite;
    -o-animation: colorBackground 0.5s infinite
    }
    @keyframes colorBackground {
    0% {
        background-color: yellowgreen;
        color: white;
    }
    50% {
        background-color: red;
        color: yellow;
    }.head-flag {
    margin-top: 78px;
    padding-left: 15px;
}

.head-flag a {
    margin-right: 26px;
}
}
.mbi-headphone:hover {
    background: yellow;
    color: red;
}
.mbi-headphone:active {
    background: green;
}
.head-flag {
    /* padding-left: 56px; */
    position: absolute;
    top: 60px;
    left: 103px;
}
.head-flag a {
    margin-right: 5px;
}
.top-dmsp > ul > li > ul > li > ul > li {
    padding: 15px;
    line-height: 30px;
}
.menutop-title a{
    font-size: 14px;
    color: #000;
}
.global-YAccount {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
}
.global-YAccount td,
.form_reg td{
    vertical-align: middle !important;
    border-top: none !important;
    font-family: tse;
}
.outside-menu {
    float: left;
    min-width: 280px;
}
.homeQC img {
    width: 100%;
    height: auto;
}
.saleoff {
    position: absolute;
    width: 69px;
    top: 0;
    right: 0;
}
.saleoff img{
    max-width: 69px;
}
div#add-to-cart {
    border: 1px solid #0072bb;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    max-width: fit-content;
    float: left;
    margin-right: 10px;
}
div#add-to-cart:hover{
    color: #3fc8f4;
    border: 1px solid #0072bb;
}
.muahang-btn {
    margin: 6px 0;
}
div#add-to-muangay {
    background: #3fc8f4;
    text-align: center;
    padding: 11px 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    max-width: fit-content;
    float: left;
}
div#add-to-muangay:hover{
    background: #0071FF;
}
.infopic img {
    max-width: 130px;
}
.infopic {
    position: absolute;
    right: -20px;
    bottom: 22px;
}
.infopic2 {
    position: absolute;
    top: 330px;
    right: 7px;
}
.infopic2 img {
    max-width: 159px;
}
.head-hitech {
    /* height: 100px; */
    /* padding: 10px 0; */
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.bg-hotline span {
    position: absolute;
    bottom: 0;
    right: -22px;
    font-size: 24px;
    color: #da2028;
    letter-spacing: 3px;
}
a.sale.fzalo img {
    max-width: 29px;
}
.head-translate {
    position: absolute;
    right: 0;
    top: 25px;
}
.headsocial {
    margin-bottom: 14px;
    position: relative;
}
a.sale.ffb {
    background: blue;
    color: #fff;
    position: absolute;
    top: 50px;
    right: 50px;
}
a.sale.wechat {
    position: absolute;
    right: 0;
    top: 50px;
}
a.sale.fzalo {
    position: absolute;
    right: 102px;
    top: 50px;
}
.vson-center {
    text-align: center;
}
/***home-flashsale***/
.home-flashsale .owl-nav {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.home-flashsale .owl-nav .owl-next {
    background: #f2f2f2 !important;
    height: 50px;
    position: absolute;
    width: 50px;
    opacity: .7;
    border-radius: 100% !important;
}
.home-flashsale .owl-nav .owl-prev {
    text-indent: -9999px;
    left: -50px;
}
.home-flashsale .owl-nav .owl-next {
    text-indent: -9999px;
    right: -50px;
}

.home-flashsale .owl-nav .owl-prev {
    background: #f2f2f2 !important;
    height: 50px;
    position: absolute;
    width: 50px;
    opacity: .7;
    border-radius: 100% !important;
}
.home-flashsale .owl-nav .owl-prev::after {
    content: '';
    border-top: 2px solid #ed1164;
    border-left: 2px solid #ed1164;
    height: 12px;
    width: 12px;
    position: absolute;
}

.home-flashsale .owl-nav .owl-next::after {
    content: '';
    border-top: 2px solid #ed1164;
    border-left: 2px solid #ed1164;
    height: 12px;
    width: 12px;
    position: absolute;
}

.home-flashsale .owl-nav .owl-next::after {
    left: 15px;
    top: 20px;
    transform: rotate(134deg);
}

.home-flashsale .owl-nav .owl-prev::after {
    content: '';
    border-top: 2px solid #ed1164;
    border-left: 2px solid #ed1164;
    height: 12px;
    width: 12px;
    position: absolute;
}

.home-flashsale .owl-nav .owl-prev::after {
    left: 20px;
    top: 20px;
    transform: rotate(317deg);
}
.home-flashsale .owl-nav .owl-next:hover,
.home-flashsale .owl-nav .owl-prev:hover {
    background-color: #ed1164 !important;
    border: 1px solid #ff5685;
}
.home-flashsale .owl-nav .owl-next:hover::after,
.home-flashsale .owl-nav .owl-prev:hover::after {
    color: #fff;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 15px;
    height: 12px;
    width: 12px;
}
.home-flashsale .owl-nav .owl-prev:hover::after{
    left: 20px;
}
.inside-flas {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.flashsale-pic img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.flashsale-pic {
    height: 130px;
    width: 100%;
    padding: 5px;
}
.flashsale-title:hover {
    color: #e81259;
}
.flashsale-title {
    font-size: 16px;
    padding: 0 10px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}

/***End***/
.menu-nhomsp {
    margin-bottom: 20px;
}
.menu-nhomsp > ul {
    padding: 0;
    margin: 0;
    height: 51px;
    border-bottom: 1px solid #ddd;
}
.menu-nhomsp > ul > li {
    height: 50px;
    margin: 0 !important;
}
.menu-nhomsp > ul > li > a {
    height: 50px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    color: #000;
}
.menu-nhomsp > ul > li.active > a{
    /*background: linear-gradient(#a8ff78,#78ffd6) !important;*/
    color: #fff !important;
    background: #0FD4F7 !important;
}
span.onlyprice {
    font-size: 20px;
    color: #F04057;
}
span.onlyprice a {
    font-size: 18px;
    color: #F04057;
}
.globalsp-home{
    /*background: url(../images/bgsanpham.png) left top;*/
    padding: 30px 0;
    background: #F5F5F5;
}

.homesubject-sanpham,
.homesubject-sanpham span  {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-family: tse;
}
.homesubject-sanpham span {
    color: #fdcb00;
}
.homesubject-sanpham{
    background: url(../images/tcat.svg) bottom center / 153px 15px no-repeat;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.phuongthuc td{
    text-align: center;
    border-top: none !important;
    color: #fff;
}
.khuyenmai-hots.home-menu > ul > li.active,
.khuyenmai-hots.home-menu > ul > li:hover {
    /*color: #000;*/
    /* background: #be1b2a; */
}
.shopdetail-km span {
    color: red;
    font-size: 22px;
}
.shopdetail-km {
    margin-bottom: 10px;
}
.h-timkiem {
    /* width: 570px; */
    height: 74px;
    /* background: #fff; */
    /* top: 0; */
    /* right: 90px; */
    /* padding: 7px 10px; */
}

button.timkiem-but {
    position: absolute;
    left: 520px;
    bottom: 20px;
    border: none;
    background: none;
    color: #fff;
    font-size: 15px;
    background: #3FC8F4;
    height: 34px;
    width: 40px;
    line-height: 33px;
}
select.form-control.searnhom {
    width: 27%;
    position: absolute;
    border-radius: 0;
    padding: 0 7px;
    left: 367px;
    bottom: 20px;
}
input[name=jquery] {
    width: 58%;
    border-radius: 0;
    position: absolute;
    left: 40px;
    bottom: 20px;
}
li.hsearch {
    width: 402px;
}
.addmodal {
    height: 40px;
    width: 40px;
    /* border: 1px solid #0072bb; */
    /* background: #0072bb; */
    border-radius: 100%;
    position: absolute;
    right: 3px;
    bottom: 5px;
    cursor: pointer;
    /* box-shadow: -1px 6px 19px rgba(0,114,187,0.2) !important; */
}
.addmodal {
    border: 1px solid #3FC8F4;
    background: #3FC8F4;
}
.addmodal i {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.addmodal span:hover {
    background: #09ACF7;
}
.addmodal span {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 10px;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    cursor: pointer;
    background: red;
    color: #fff;
}

.home-flashsale {
    overflow: hidden;
    height: auto;
}
.promo img {
    width: 100%;
}
.promo {
    margin-bottom: 20px;
}
.shopdetail-body {
    background: #fff;
    padding: 15px;
}
.shopdetail-icon img {
    max-width: 120px;
}
.shopdetail-icon {
    text-align: center;
}
.khmaipic {
    width: 80px;
    height: 100%;
    border: 1px solid #e9dfdf;
}
.khmaipic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shopdetail-inside {
    border-bottom: 1px solid rgba(206,206,206,0.3);
    padding: 10px 0;
}
.shopdetail-inside:last-child {
    border-bottom: none;
}
span.xprice {
    color: #F04057;
    font-size: 16px;
}
span.price-mk {
    color: #ccc;
    text-decoration: line-through;
    padding-right: 5px;
    font-size: 12px;
}
.khmai-price {
    padding-top: 5px;
}
span.fontz14{
    font-size: 14px;
}
.widget .title{
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    color: #111;
    margin: 0 0 10px 0;
}
.widget .title:after {
    content: ' ';
    width: 75px;
    border-bottom: 2px solid #111;
    display: block;
    position: absolute;
    bottom: -1px;
}
.widget .title:after {
    border-bottom: 2px solid #0072bb;
}
.widget.posts_widget {
    /*margin-top: 20px;*/
}
.ttwidget-pic img {
    height: 100%;
    width: 100%;
    transition: 1s ease all;
}
.ttwidget-pic {
    width: 100%;
    height: 65px;
}
.tintuc-widget {
    border-bottom: 1px solid rgba(206,206,206,0.3);
    padding: 14px 0;
}
.tintuc-widget:last-child {
    border-bottom: 0;
}
.proanh-global > ul {
    list-style: none;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    max-width: -webkit-fill-available;
}
.proanh-global > ul > li {
    display: flow-root;
    padding: 0 25px;
}
.protext p {
    margin-bottom: 3px;
}
.propic {
    margin-bottom: 7px;
}
.proanh-global {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    max-width: fit-content;
}
.footfix > ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.footfix > ul > li {
    padding: 0 13px;
    z-index: 999999999999999999;
}
.footfix {
    position: fixed;
    bottom: -8px;
    left: 0;
    right: 0;
    z-index: 999;
}
.priceside {
    position: absolute;
    top: 2px;
}
.proglobal-top {
    padding: 3em 0 0 0;
}
.muasp-ngay {
    text-align: right;
}
.display-giohang {
    border: 1px solid #6baec7;
    padding: 15px;
}
.display-giohang td{
    border-top: 1px solid #6baec7 !important;
}
.display-giohang table{
    border-top: none !important;
}
.display-giohang tr.firsttd td {
    border-top: none !important;!i;!;
    font-weight: bold;
    font-size: 19px;
}
.ghcb-title{
    font-size: 20px;
    text-transform: uppercase;
}
b.colred.giohang-money {
    font-size: 22px;
}
.width20p {
    width: 20%;
    float: left;
    padding: 0 10px;
}
span.post_title.entry-title.BSW-font-wave-color {
    height: 75px;
    line-height: 75px;
}
.headlang img {
    max-width: 40px;
}
.headlang {
    height: 75px;
    line-height: 75px;
}
.headlang a {
    padding: 0 5px;
}
.height50{
    height: 50px;
}
.home-bg{
    background: #ECF9FE;
}
.subject-man{
    margin: 20px 0px 15px 0px;
    padding: 0px 0px 4px 0px;
    border-style: dotted;
    border-width: 0px 0px 2px 0px;
    border-color: #004593;
    height: 36px;
}
.subject-man h1 {
    color: #004593;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
}
.subject-man h1:after{
    content: "";
    width: 100px;
    height: 4px;
    background: #f58220;
    display: block;
    position: relative;
    bottom: 0px;
}
.homedv-road {
    background: #fff;
    height: 160px;
    overflow: hidden;
    margin-bottom: 30px;
}
.homedvtle a {
    color: #005aaa;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
.homedvtle {
    padding: 7px 0;
}
.homedvtext {
    text-align: justify;
}
.homedvpic {
    height: 160px;
    width: 100%;
    overflow: hidden;
}
.homedvpic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-out;
} 
.homedvpic a:hover img{
    transform: scale(1.2);
}  
.homedv-global {
    margin: 0 -15px;
}
.width70per{
    width: 70%;
}
.width30per{
    width: 30%;
}
.homeDA > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.homeDA > ul > li:first-child{
    padding-top: 0;
}
.homeDA > ul > li {
    border-bottom: 1px solid #33333326;
    padding: 15px 0;
    position: relative;
}
.homeDA > ul > li:last-child{
    border-bottom: none;   
}
.homeDApic {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.homeDApic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease all;
}
.homettpic {
    width: 100%;
    height: 140px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.homettpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 1s ease all;
    padding: 5px;
}
.homeDApic img:hover,
.homettpic img:hover,
.ttwidget-pic img:hover {
    transform: rotate(2deg) scale(1.1);
}
.homeDAtitle a {
    color: #333333;
    font-size: 18px;
    line-height: 22px;
}
.DAmore.posA {
    bottom: 10px;
    left: 135px;
}
.DAmore.posA a {
    color: #999999;
}
.DAmore.posA a:hover {
    color: #2a6496;
}
.moregt a{
    display: inline-block;
    line-height: 1;
    /*background-color: #69727d;*/
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    /* fill: #005aaa; */
    color: #005aaa;
    /* background-color: #005aaa; */
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #005aaa;
    border-radius: 0px 0px 0px 0px;
}
.moregt a:hover {
    color: #ffffff;
    background-color: #005aaa;
}
.homegt {
    font-size: 18px;
    text-align: justify;
}
.tdnow {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
}
.tdnow a {
    color: #000;
}
.tdsub {
    font-size: 18px;
    font-weight: bold;
    color: #005aaa;
}
.tdsub-sub {
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 0;
}
.tdnow a:hover .tdsub-more {
    color: #000;
}
.inside-homtt {
    margin-bottom: 15px;
}
.danb-men {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1% 7% 3% 7%;
    position: relative;
}
.elementor-background-overlay {
    background-image: url(../images/services.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-attachment: fixed;
}
.morett {
    bottom: 5px;
    left: 170px;
}
.morett a {
    color: #6a6161;
}
.morett a:hover{
    color: #2a6496;
}
.homeDAtitle a,
.hometttitle a {
    color: #333333;
    font-size: 18px;
    line-height: 22px;
}
.elementor-portfolio-item{
    align-self: flex-start;
    transition-property: transform, opacity;
    transition-timing-function: ease-in-out;
    transform-style: preserve-3d;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transform: translate3d(0px, 0px, 0px);
    height: 220px;
    border-radius: 10px;
}
.hanhpic {
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.hanhpic img{
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%, -50%);
    display: block;
    width: 100%;
    max-height: none;
    max-width: none;
    transition: filter .3s;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease-out;
}

.hanhpic:hover {
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    border: 1px solid #ccc;
}



/*.elementor-portfolio-item:hover div.datitel{
    opacity: 0;
    transition: opacity .5s;
}*/
.datitel {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #000000a3;
    color: #fff;
    padding: 9px 10px 10px 10px;
    text-align: center;
}
.hanhtitle {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    transition: opacity 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #005AAACC;
}
.hanhtitle h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
}
.item-overlay:hover {
    opacity: 1;
    transition: opacity .5s;
}
.footlhe {
    background: #e74d55;
    padding: 30px 50px;
}
.footlhe-sub {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
}
button.guilh {
    width: 100px;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    letter-spacing: 2.5px;
    font-weight: bold;
}
.loading-email {
    top: 33%;
    left: 34%;
    display: none;
}
.loading-email.open{
    display: block;
}
.loading-email i {
    font-size: 90px;
}
.ttwidget-title a {
    font-size: 16px;
}
.top-category {
    background: #f1ecec6e;
    height: 40px;
    margin-top: 15px;
}
.title-category {
    background-color: #0d629c;
    color: #fff;
    font-weight: 100;
    font-size: 21px;
    padding: 7px 15px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    margin-right: 35px;
    margin: 0;
}
.title-category span {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.5px;
}
.title-category:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 18px 0 19px 15px;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -24px;
    right: -15px;
    top: 64%;
    border-color: transparent #0d629c;
}
a.moreall {
    background: #005AAA;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}
a.moreall:hover{
    color: #000;
    text-decoration: none;
}
.homeDA {
    margin-bottom: 10px;
}
.dichvutle {
    font-size: 30px;
    margin-bottom: 10px;
}
.dichvutext {
    line-height: 25px;
}
.posA.catpic {
    top: 50px;
    left: 70px;
    z-index: 5;
    opacity: 0.1;
}
.global-danb {
    margin: 0 -15px;
}
.tintucnews-text td {
    vertical-align: middle !important;
     text-align: center; 
    padding: 8px;
}
.tintucnews-text td:nth-child(5){
    width: 13%;
}
#google_translate_element {
    left: -30px;
    top: 35px;
    position: absolute;
}
.glonew-ttnb span {
    font-size: 30px;
    text-transform: uppercase;
}
.glonew-ttnb {
    padding: 0 0 10px 0;
    /*border-top: 1px solid #ccc;*/
}
.slinewspic {
    height: 453px;
    width: 100%;
}
.slinewspic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slinewtext {
    background: #000;
    height: 453px;
    padding: 40px;
}
.slititle a {
    font-size: 34px;
    color: #fff;
    line-height: 40px;
}
.slitime {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
}
.slitext {
    color: #737373;
    font-size: 16px;
}
.slititle {
    padding-bottom: 20px;
}
.Mtintuc-noibat div.owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 0px !important;
    top: 40% !important;
    background: url(../images/prev.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}
.Mtintuc-noibat div.owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 40% !important;
    right:-15px !important;
    background: url(../images/next.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}
.maincat-news{
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin:20px 0 40px 0;
}
.maincat-news > ul {
    display: flex;
    align-items: center;
    height: 44px;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.maincat-news > ul > li{
    padding: 0 15px;
    height: 44px;
}
.maincat-news > ul > li > a{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #b2b2b2;
    display: flex;
    transition: all .2s ease-in-out;
    position: relative;
    height: 100%;
    border: none;
    background-color: transparent;
}
.maincat-news > ul > li:before,
.maincat-news > ul > li:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    margin: 5px 0 0;
    transition: all .2s ease-in-out;
    transition-duration: .35s;
    opacity: 0;
    background-color: #0031a7;
}
.maincat-news > ul > li:before{
    left: 50%;
}
.maincat-news > ul > li:after{
    right: 50%;
}
.maincat-news > ul > li.active {
    border-bottom: 2px solid blue;
}
.maincat-news > ul > li > a{
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'vosa';
    font-size: 21px;
    display: block;
    line-height: 44px;
}
.maincat-news > ul > li > a:hover,
.maincat-news > ul > li.active > a{
    color: #0031a7;
}
.maincat-news > ul > li.active > a:focus,
.maincat-news > ul > li.active > a:active{
    text-decoration: none;
}
.out-luondandau,
.out-duan{
    background: #F2F2F2;
    min-height: 500px;
    padding: 50px;
}
.out-giatricotloi{
    min-height: 500px;
    padding: 50px;
}
.ldd-noidung {
    font-size: 46px;
    font-weight: bold;
}
.ldd-noidung2 {
    font-size: 24px;
    color: #a6a6a6;
    margin-bottom: 40px;
    font-weight: 500;
}
.ldd-tieude a,
.ldd-khampha a {
    color: #0031a7;
    font-size: 20px;
}
.ldd-khampha{
    margin-bottom: 30px;
}
.ldd-tieude i,
.ldd-khampha i{
    transition: all .15s ease-in-out;
    transform: rotate(-45deg);
}
.ldd-tieude:hover i,
.ldd-khampha:hover i{
    transform: rotate(0deg);
}
.dd-numbers {
    width: 100%;
    font-weight: bold;
    font-size: 62px;
    line-height: 120%;
    color: #0031a7;
    padding-bottom: 24px;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 24px;
}
.dd-text {
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    color: #000;
}
.list-cotloi > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.list-cotloi > ul > li {
    width: 33%;
}
.list-cotloi {
    margin-top: 50px;
    margin-left: 15px;
}
.cotloitle {
    font-size: 25px;
    margin-top: 15px;
}
.dacontent-cat {
    font-size: 18px;
    color: #a6a6a6;
}
.duanpic {
    width: 100%;
    height: 378px;
}

.duanpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.duan-body {
    margin-top: 25px;
}
.duantitle {
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    margin-top: 15px;
}
.lvhd-sub {
    font-size: 46px;
    text-align: center;
    font-weight: bold;
}

.list-lvhoatdong > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    list-style: none;
    height: 60px;
    padding: 0;
    margin: 0 !important;
}
.list-lvhoatdong > ul > li:not(:last-child) {
    margin-right: 15px;
}
.list-lvhoatdong > ul > li > a {
    transition: all .2s ease-in-out;
    position: relative;
    height: 100%;
}
.list-lvhoatdong > ul > li:hover a:before,
.list-lvhoatdong > ul > li:hover a:after {
    width: 50%;
    opacity: 1;
}

.list-lvhoatdong > ul > li > a:before,
.list-lvhoatdong > ul > li > a:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    margin: 5px 0 0;
    transition: all .2s ease-in-out;
    transition-duration: .35s;
    opacity: 0;
    background-color: #0031a7;
}
.list-lvhoatdong > ul > li > a:before {
    left: 50%;
}
.list-lvhoatdong > ul > li > a:after {
    right: 50%;
}
.list-lvhoatdong > ul > li > a.active > span,
.list-lvhoatdong > ul > li > a > span:hover {
    border-bottom: 4px solid #0031a7;
    color: #0031a7;
    text-decoration: none;
}
.list-lvhoatdong > ul > li > a:hover,
.list-lvhoatdong > ul > li > a:active,
.list-lvhoatdong > ul > li > a:focus{
    text-decoration: none !important; 
} 
.list-lvhoatdong > ul > li > a > span{
    display: block;
    padding-bottom: 0px;
    border-bottom: 4px solid transparent;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: #000;
    transition: all .2s ease-in-out;
    position: relative;
}
.lvhdpic {
    height: 380px;
    width: 100%;
    overflow: hidden;
}
.lvhdpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease all;
}
.lvhdpic img:hover {
    transform: rotate(2deg) scale(1.1);
}
.showcat-hoatdong {
    margin-top: 30px;
}
.lvhdtle {
    height: 80px;
    width: 100%;
    background: #f2f2f2;
    left: 0;
    bottom: 0;
    line-height: 80px;
}
.lvhdtle a {
    padding-left: 15px;
    color: #000;
    font-size: 20px;
}
.lvhdtle i {
    right: 15px;
    position: absolute;
    bottom: 30px;
    transform: rotate(-45deg);
    transition: all .15s ease-in-out;
}
.lvhdpic:hover i{
    transform: rotate(0deg);
    color: #0031a7;
}
.lvhdpic:hover .lvhdtle a{
    color: #0031a7;
}
.language > a {
    padding-left: 10px;
}
.language {
    line-height: 97px;
}
.pdnews-pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.pdnews-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease all;
}
.pdnews-pic img:hover{
    transform: rotate(2deg) scale(1.1);
}
.pdnews-title a {
    font-size: 20px;
    /* font-weight: bold; */
    color: #000;
}
.pdnews-title{
    padding: 10px 0;
    height: 69px;
    margin-bottom: 20px;
    overflow: hidden;
}
.pdnews-text {
    min-height: 100px;
    color: #a6a6a6;
    font-size: 16px;
}
.tintuc-detail-text img {
    /*width: 100% !important;
    height: auto !important;*/
}
.isidepic {
    width: 100%;
    height: 215px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.isidepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inside-news {border-bottom: 1px solid #ccc;padding: 25px 0;}

.isidetitle a {
    font-size: 22px;
}

.isidetitle {
    margin-bottom: 10px;
}
.congthongtin {
    border-bottom: 2px solid #006fb8;
    margin-left: 100px;
    text-align: right;
    position: absolute;
    width: 985px;
    top: 3px;
    height: 40px;
    line-height: 40px;
}

.home-flag {
    height: 62px;
    line-height: 58px;
}

.congthongtin a {
    font-family: arial;
    font-size: 17px !important;
    color: #006fb8;
}

#hs-counter-section {
    background: #f1f1f1 url(../images/counter_bg.png) no-repeat top center;
    background-size: 100% auto;
    color: #000;
}

#hs-counter-data-section {
    background: #f1f1f1 url(../images/conter_bottom_bg.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 120px;
    margin-top: -170px;
}
.chi-nhanh h2,
.doitac h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
#map-multi-marker {
    height: 500px;
    width: 500px;
    float: left;
    border-radius: 5px;
    background: url(../images/bg-images.jpg) -128px -22px no-repeat;
    background-size: 141%;
}
.style-map {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 500px;
    text-align: left;
    line-height: normal;
    z-index: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    touch-action: manipulation;
    outline: none;
}
.chi-nhanh .khoi .khoi-wrap h3 {
    color: #08c;
    padding: 5px 0px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.chi-nhanh ul {
    padding-left: 0px;
    margin-bottom: 20px;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.chi-nhanh ul li {
    text-transform: uppercase;
    padding: 5px 0;
}
.b-rol {
    float: left;
}
.chi-nhanh ul li:before {
    content: "\f041";
    color: #000;
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 16px;
}
.chi-nhanh ul li a{
    color: #000;
    font-size: 16px;
}



.chi-nhanh-map {
    position: relative;
    width: 100%;
    max-width: 559px; /* Giữ đúng tỷ lệ ảnh */
}

#map-multi-marker img {
    width: 100%;
    height: auto;
}

.chi-nhanh-map a {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-in-out;
    border: 2px solid red;
}

.chi-nhanh-map a::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    display: block;
}

.chi-nhanh-map a:hover {
    transform: translate(-50%, -50%) scale(1.3);
}

.pagemap1441,.pagemap1448 {top: 79.5%;left: 43%;}  /* SAMTRA */
.pagemap1442,.pagemap1449 {top: 86.4%;left: 38%;}  /* VOSA CẦN THƠ */
.pagemap1443,.pagemap1450 {top: 82.4%;left: 43.5%;}  /* CÔNG TY TNHH VITAMAS */
.pagemap1444,.pagemap1451 {top: 75%;left: 44%;}  /* VOSA SÀI GÒN */
.pagemap1445,.pagemap1452 {top: 84%;left: 48.3%;}  /* VOSA VŨNG TÀU */
.pagemap1007 { top: 50%; left: 60%; }  /* Vosa Đà Nẵng */
.pagemap32 {top: 73.2%;left: 58%;}/* VOSA Nha Trang */
.pagemap27 {top: 30%;left: 37%;}   /* VOSA BẾN THỦY */
.pagemap28 {top: 61%;left: 57.1%;}   /* VOSA QUY NHƠN */
.pagemap1446,.pagemap1007 { top: 48.3%;left: 51.7%;}   /* VOSA ĐÀ NẴNG */
.pagemap23,.pagemap1003 {top: 23%;left: 41%;}   /* ORIMAS */
.pagemap25,.pagemap1005 {top: 17%;left: 46%;}   /* NORTHERN FREIGHT */
.pagemap22,.pagemap47 {top: 16.9%;left: 38.5%;}   /* VOSA HÀ NỘI */
.pagemap24,.pagemap1004 {top: 18.7%;left: 43.3%;}   /* VOSA HẢI PHÒNG */
.pagemap26,.pagemap1006 {top: 14.5%;left: 47.6%;}    /* VOSA QUẢNG NINH */




.review-detail,
.review-doitac{
    overflow: hidden;
}
.review-detail .comment {
    padding: 10px;
    font-style: italic;
    border: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 5px;
    position: relative;
    background: #ddd;
}
.review-detail .ten {
    font-weight: bold;
}
.review-detail .review-flex {
    display: flex;
}
.review-detail .comment:before {
    content: '\f10d';
    font-size: 32px;
    float: left;
    font-weight: bold;
    margin-right: 13px;
    font-family: "FontAwesome";
}
.review-detail .comment:after {
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid #ddd;
    position: absolute;
    left: -20px;
    top: 20px;
}
.slidename {
    padding-left: 160px;
    margin-bottom: 40px;
}
.homelogo {
    height: 80px;
    width: 100%;
    margin-bottom: 40px;
}
.homelogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tailieu-item .tailieu-item-wrap {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 20px 40px 20px 60px;
    background: url(../images/pdf.png) left center no-repeat #f9f9f9;
    background-size: 4%;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
}
.tailieu-item h3 {
    margin-bottom: 10px;
    font-weight: bold;
}
.tailieu-item .date {
    font-style: italic;
    font-size: 16px;
}
.pull-right {
    float: !important;
    text-align: center;
    align-items: center;
    width: 52%;
    margin: 40px 0;
    display: block;
}
.entry-big {
    max-width: 800px;
    margin: 0 auto;
}
a.hs-blog-thumbnail.ttsk {
    height: 120px;
    width: 100%;
}

a.hs-blog-thumbnail.ttsk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hs-container.hoatdonghd h2 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}
.cattext h1 {
    margin-top: 0;
    font-size: 32px;
}
.detailcd-text img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}
.cattext,
.detailcd-text {
    line-height: 25px;
}
.chi-nhanh .khoi .khoi-wrap {
    background: #006fb8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.chi-nhanh .khoi .khoi-wrap h3 {
    position: absolute;
    color: #fff;
    padding: 30px;
    font-size: 20px;
    margin-top: 0;
    top: 0;
}
.xchinhanh{
    width: 100%;
}
.splienquan h2{
    padding-bottom: 10px;
    position: relative;
    display: table;
    color: #004ea0;
    font-size: 20px;
}
.splienquan h2::after {
    display: block;
    width: 30px;
    height: 2px;
    content: '';
    background: #004ea0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: #fff;
}
.lqpic {
    height: 120px;
    width: 100%;
}
.lqpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.outlq {
    margin: 20px -15px 58px -15px;
    clear: both;
    height: auto;
}
.lqtitle {
    padding: 5px 0 20px 0;
}
.lqtitle a {
    color: #000;
}
.marTB20{
    margin: 20px 0;
}
.marTB5{
    margin: 5px 0;
}
.cntitle h3 {
    color: #004ea0;
}
.lqpic:hover .hover-effect {
    animation: shake 0.5s ease;
}

@keyframes shake {
    0% { transform: translate(0, 0) rotate(0); }
    25% { transform: translate(2px, -2px) rotate(1deg); }
    50% { transform: translate(-2px, 2px) rotate(-1deg); }
    75% { transform: translate(2px, 2px) rotate(1deg); }
    100% { transform: translate(0, 0) rotate(0); }
}