@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url("../fonts/RobotoCondensed-Bold.ttf");
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'SVN-Russell';
    src: url("../fonts/SVN-Russell.ttf");
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'SVN-Franko';
    src: url("../fonts/SVN-Franko.ttf");
    font-style: normal;
    font-display: block;
}

:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --second-family: 'SVN-Russell';
    --font1: 'RobotoCondensed';
    --font2: 'SVN-Franko';
}

div.wap_main {
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes shake-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes shake-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

input,button,select {
    appearance: none;
    box-shadow: none!important
}

body {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    top: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

a,input,textarea {
    outline: none;
    padding: 0px
}

a {
    text-decoration: none!important
}

p {
    margin-bottom: 0.5rem;
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.w-clear:after {
    display: block;
    content: "";
    clear: both
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.none {
    display: none
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.wap_1200 {
    max-width: 1220px;
    margin: auto;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wap_1300 {
    max-width: 1320px;
    margin: auto;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden
}

.wrap-main,.wrap-content {
    max-width: 1220px;
    margin: 40px auto;
    padding: 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wrap-main-game,.wrap-home {
    max-width: 100%;
    padding: 0px!important;
    margin: 0
}

.wrap-content {
    margin: auto
}

.title-main {
    margin-bottom: 1.5rem;
    text-align: center
}

.title-main span {
    text-transform: uppercase;
    color: var(--maincolor);
    font-size: 35px;
    font-family: var(--font2);
    line-height: 1.5;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px
}

.time-main span {
    vertical-align: top;
    display: inline-block
}

.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128,128,128,0.15);
    margin-top: 15px;
    border-radius: 5px
}

.share b {
    display: block;
    margin-bottom: 5px
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2)
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.control-owl button:hover {
    opacity: 1
}

.control-owl button.owl-prev {
    left: 20px
}

.control-owl button.owl-next {
    right: 20px
}

.form-control,.form-control-plaintext:not(textarea),.custom-select {
    height: calc(1em + 1.25rem + 8px)
}

.custom-form-row {
    margin-right: -10px;
    margin-left: -10px
}

.custom-form-row > .col,.custom-form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.text-sm {
    font-size: 0.875rem!important
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

img.initial,img.loaded,img.error {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.user-header a {
    color: #ffffff;
    padding-right: 9px;
    margin-right: 7px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.user-header a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    background-color: #ffffff;
    top: calc(50% - 7px / 2);
    right: 0px;
    opacity: 0.7
}

.user-header a:last-child {
    padding-right: 0px;
    margin-right: 0px
}

.user-header a:last-child:after {
    display: none
}

.menu_mobi_add,.menu_mobi {
    display: none
}

.header {background-color: #ffffff}
.header .header-top {background: var(--maincolor);color: #FFF;font-size: 13px;font-style: normal;line-height: 1.5;}
.header-top .wrap-content {padding: 7px 0px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;gap: 10px;min-height: 50px;}
.info-hd{background: url(../images/hd1.png) no-repeat center left;padding-left: 25px;margin-bottom: 0;width: 40%;}
.if-hd{width:60%}
.info-header {background: url(../images/hd2.png) no-repeat center left;padding-left: 23px;padding-right: 25px;margin-bottom: 0;}
.info-header span{display:inline-block;font-weight:700}
.cart-hd{color:#fff;display:inline-block;background: url(../images/web/hd3.png) no-repeat center left;padding-left: 30px;padding-right: 25px;min-height: 24px;line-height: 24px;}
.cart-hd:hover{color: #FFEB3B !important;}
.cart-hd span{display:inline-block;font-weight:700;padding:0 4px;}
.header-bottom {}
.header-bottom .wrap-content {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.logo-header {}
.logo-header img {}
.banner-header {}
.skiptranslate{display:none!important;}.lang-header-top{position:relative;}
.lang-header-top .lang-header-main{border: 1px solid #cfcfcf;width: 145px;height: 37px;border-radius: 26px;text-align:center;padding:0px 7px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;margin-bottom: 0;    background: rgb(255 255 255 / 75%);color: #000;}
.lang-header-top .lang-header-main strong{display:flex;align-items:center;justify-content:space-between;font-weight:normal;width: 87%;}
.lang-header-top .lang-header-main strong span{font-size:12.5px;width: 90px;text-align:left;padding-right:5px;}
.lang-header-top .lang-header-main strong img{width: 23px;height: 15px;margin-top:1px;}
.lang-header-top .lang-header-main i{margin-top: -1px;color: #a5a4a4;margin-right: 5px;}
.lang-header-top .lang-header-ul{width:100%;margin-bottom: 0;padding: 0;list-style: none;height: 20px;}
.lang-header-top .lang-header-ul.active{display:block;-webkit-transform: perspective(600px) rotateX(0);transform: perspective(600px) rotateX(0);transform-origin: 0 0 0;-webkit-transform-origin: 0 0 0;opacity: 1;visibility: visible;}
.lang-header-top .lang-header-ul li{position: relative;cursor:pointer;display: inline-flex;align-items:center;justify-content:space-between;z-index: 999999;color: #fff;}
.lang-header-top .lang-header-ul li img{display: inline-block;}
.lang-header-top .lang-header-ul li:hover{background: #fff100;color: #000;}
.lang-header-top .lang-header-ul li:last-child{margin-bottom:0px;}
.lang-header-top .lang-header-ul li span{width:80px;text-align:left;padding-right:5px;display: block;}
.toolbar {background: var(--maincolor);border-top: 1px solid rgb(255 255 255 / 44%);}

.menu {background-color: #fff;position: relative;z-index: 99;}
.menu .wrap-content{position:relative;padding:5px 0}
.menu-1{width: 44%;justify-content: center;align-items: center;}
.menu ul {width: 100%;padding: 0px;margin: auto;list-style: none}
.menu ul.menu-main {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.menu ul li {position: relative;z-index: 1}
.menu ul li.li-home {}
.menu ul li.li-home a {padding-left: 0;}
.menu ul li.li-end a {padding-right: 0;}
.menu ul li a:hover,.menu ul li a.active {color: var(--maincolor);border-color: var(--maincolor);}
.menu ul li ul li a:hover {}
.menu ul li a:hover:before,.menu ul li a.active:before{position:absolute;content:'';width: 5px;height: 5px;background:var(--maincolor);border-radius: 50%;left: 15px;top:0;bottom:0;margin:auto;}
.menu ul li.timkiem {margin-left:auto;}
.menu ul li.timkiem span {display: inline-block;border-radius: 50px;border: 1px dashed #3A3635;padding: 4px;width: 50px;height: 50px;text-align: center;}
.menu ul li.timkiem i{display: block;color: #fff;background: var(--maincolor);text-align: center;line-height: 40px;font-size: 17px;border-radius: 50%;margin: 0;}
.menu ul li.menu-line {width: 1px;height: 15px;/* background-color: rgba(0,0,0,0.1); *//* display: none; */}
.menu ul li a {display: block;position: relative;padding: 8.5px 27px;color: #432F17;font-family: var(--font1);font-size: 16px;font-style: normal;font-weight: normal;text-transform: uppercase;border: 2px solid rgb(0 0 0 / 0%);border-radius: 50px;text-decoration: none}
.menu ul li a.has-child {padding-right: 16px;margin-right: 8px}
.menu ul li a.has-child:after {content: "";position: absolute;bottom: calc(50% - 4px / 2);right: 5px;width: 5px;height: 5px;border: 1px solid #fafafa;border-top: 0px;border-left: 0px;-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu ul li ul {position: absolute;min-width: 250px;background-color: #fafafa;border-radius: 0.25rem;-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);box-shadow: 1px 1px 15px rgba(0,0,0,0.15);-webkit-transform: perspective(600px) rotateX(-90deg);transform: perspective(600px) rotateX(-90deg);-webkit-transform-origin: 0 0 0;transform-origin: 0 0 0;opacity: 0;visibility: hidden}
.menu ul li:hover > ul {-webkit-transform: perspective(600px) rotateX(0);transform: perspective(600px) rotateX(0);transform-origin: 0 0 0;-webkit-transform-origin: 0 0 0;opacity: 1;visibility: visible}
.menu ul li ul li {padding-left: 0.75rem;padding-right: 0.75rem}
.menu ul li ul li a {font-size: 14px;color: #313131;border: 0;border-bottom: 1px solid #ececec;border-radius: 0;padding: 10px 0px;text-transform: uppercase;}
.menu ul li ul li a.has-child {margin-right: 0px}
.menu ul li ul li a.has-child:after {border-color: #313131;-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
.menu ul li ul li a.active {color: #ec2d3f}
.menu ul li ul li a.active.has-child:after {border-color: #ec2d3f}
.menu ul li ul li:last-child > a {border-bottom: 0px}
.menu ul li ul li:hover > a {color: var(--maincolor);border-color: #ececec;}
.menu ul li ul li:hover > a:before{display:none;}
.menu ul li ul li:hover > a.has-child:after {border-color: var(--maincolor)}
.menu ul li ul li ul {top: 0;left: 100%;margin-top: 0px}
.search {position: absolute;width: 25%;background: #ffffff;border: 1px solid var(--maincolor);border-radius: 5px;right: 0;top: calc(100% + 7px);}
.search p {float: left;width: 35px;height: 35px;line-height: 35px;cursor: pointer;text-align: center;margin: 0px;color: #6c757d;font-size: 16px}
.search input {width: calc(100% - 35px);height: 35px;float: left;outline: none;padding: 0px;border: 0px;background: transparent;text-indent: 10px;font-size: 13px;}
.search input::-webkit-input-placeholder {color: #313131}
.search input:-moz-placeholder {color: #313131}
.search input::-moz-placeholder {color: #313131}
.search input:-ms-input-placeholder {color: #313131}

.menu-res {height: 55px;z-index: 997;background: var(--maincolor);position: sticky;display: none;position: -webkit-sticky;top: 0}
.menu-bar-res {
    height: 55px;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#menu {
    display: none
}

.slideshow {
    width: 100%;
    position: relative;
    overflow: hidden
}

.slideshow-item {
    display: block;
    cursor: pointer
}

.slideshow-image {
}

.slideshow-image img {
}

.slideshow:hover .control-slideshow {
    opacity: 1
}

.control-slideshow {
    opacity: 0
}

.wrap-partner {
    padding: 0px 15px
}

.wrap-partner .wrap-content {
    position: relative
}

.partner {
    display: block;
    border: 1px solid #eee;
    max-width: 175px;
    margin: 0px auto
}

.hover_sang1 {
    position: relative;
    overflow: hidden
}

.hover_sang1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0)
}

.hover_sang1:hover:before {
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0)
}

.hover_sang2 {
    position: relative;
    overflow: hidden
}

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

.hover_sang2:hover:before {
    transition: 1s;
    left: 100%
}

.hinh_mo {
    position: relative;
    z-index: 2;
}

.hinh_mo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    ;background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}

.trang_den {
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.trang_den:hover {
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.zoom_hinh {
    overflow: hidden;
}

.zoom_hinh img {
    transition: all 0.5s ease 0s;
}

.zoom_hinh:hover img {
    transform: scale(1.2);
}

.xoay_hinh {
    overflow: hidden;
}

.xoay_hinh img {
    transition: all 1s ease 0s;
}

.xoay_hinh:hover img {
    transform: rotate(360deg);
}

.zoom_mo {
    position: relative;
}

.zoom_mo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: ease-in-out 500ms;
    -o-transition: ease-in-out 500ms;
    transition: ease-in-out 500ms;
    z-index: 1;
}

.zoom_mo:hover:before {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}

.hover_sang3 {
    overflow: hidden;
    position: relative;
}

.hover_sang3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.hover_sang3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.hover_sang3:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
}

.hover_sang3:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.hover_xam {
    position: relative;
    overflow: hidden;
}

.hover_xam::before {
    content: "";
    background: rgba(255, 255, 255, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 1;
}

.hover_xam::after {
    content: "";
    background: rgba(255, 255, 255, .5);
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2;
}

.hover_xam:hover::before,.hover_xam:hover::after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.img_xoay {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.img_xoay:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.img_xoay2 {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.img_xoay2:hover {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrap-intro {
    background-color: #eeeadd
}

.news-intro:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    top: 10px;
    left: 90px;
    background-color: #cacaca
}

.news-scroll:before,.news-scroll:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 85px;
    border-radius: 100%;
    background-color: #cacaca
}

.news-scroll:before {
    top: 10px
}

.news-scroll:after {
    bottom: 40px
}

.news-control {
    left: 85px;
    font-size: 13px;
    opacity: 0.5;
    z-index: 1;
    cursor: pointer
}

.news-control:hover {
    opacity: 1;
    color: #ec2d3f
}

.news-control#up {
    top: -10px
}

.news-control#down {
    bottom: 20px
}

.album {
    cursor: pointer;
    width: calc( 25% - 20px);
    margin: 10px 10px;
    text-align: center;
    cursor: pointer
}

.album-image {
    margin-bottom: 0.75rem
}

.pic-album {
    position: relative
}

.pic-album img {
    width: 100%
}

.name-album {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px
}

.album-name {
    margin-bottom: 0px;
    text-align: center
}

.album-name a {
    display: block;
    font-size: 16px;
    color: #212529;
    margin-bottom: 0px
}

.thuvien_chitiet figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
}

.thuvien_chitiet figure > img {
    grid-row: 1 / -1;
    grid-column: 1;
}

.thuvien_chitiet figure a {
    color: black;
    text-decoration: none;
}

.thuvien_chitiet figcaption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(255,255,255,.5);
    padding: .2em .5em;
    justify-self: start;
}

.thuvien_chitiet {
    margin-bottom: 20px
}

.thuvien_chitiet .thuvien_trong {
    column-count: 4;
    column-gap: 10px;
}

@media(max-width: 992px) {
    .thuvien_chitiet .thuvien_trong {
        column-count: 3
    }
}

@media(max-width: 768px) {
    .thuvien_chitiet .thuvien_trong {
        column-count: 2
    }
}

.wrap-brand {
    margin-bottom: 50px;
    padding: 0px 15px
}

.wrap-brand .wrap-content {
    position: relative
}

.brand {
    display: block;
    border: 1px solid #eee;
    max-width: 160px;
    margin: 0px auto
}

.wrap-product .product{border:none;}

.product {
    width: calc(25% - 20px);
    margin: 10px 10px;
    position: relative;
    text-align: center;
    background: #fff;
    border: 1px solid #E7E7E7;
}
.product:hover .cart-product{opacity:1;top: unset;bottom:0}
.box-product {
    position: relative;
    display: block
}
.img-product{position:relative;overflow: hidden;}
.pic-product {
    background: #ffffff;
}

.pic-product img {
    width: 100%;
}

.name-product {
    font-size: unset;
    line-height: 1.5;
    margin-bottom: 0;
}
.name-product a{display:block;color: #000;font-size: 16px;font-weight: 400;line-height: 1.5;}
.name-product a:hover {
    color: var(--maincolor);
}

.name-product.text-split {
    -webkit-line-clamp: 1
}

.info-product {padding: 15px 10px;}

.price-product {
    margin-bottom: 0px;
    color: #969696;
    padding-top: 3px;
}

.price-product span {
}

.price-new b {
    color: #000;
}

.price-new {
    font-size: 15px;
    font-weight: 500;
    color: var(--maincolor);
    padding-left: 5px;
}

.price-old {
    padding-left: 10px;
    font-size: 15px;
    color: #6c757d;
    text-decoration: line-through;
}

.price-per {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
    background: var(--maincolor);
    font-size: 11px;
    border-radius: 2px;
    width: 45px;
    height: 25px;
    text-align: center;
    line-height: 25px
}

.othernews b {
    margin-bottom: 10px
}

.list-news-other {
    padding-left: 17px;
    list-style: square
}

.list-news-other li {
    margin-bottom: 2px;
    line-height: 1.5;
}

.list-news-other li a {
    text-transform: none;
    color: #333333
}

.list-news-other li a:hover {
    color: var(--maincolor)
}

.contact-article {
    margin-bottom: 3rem
}

.contact-input {
    position: relative;
    margin-bottom: 15px
}

.contact-input textarea {
    resize: none;
    height: 150px
}

.contact-input .custom-file-label::after {
    content: attr(title)
}

.contact-map {
    position: relative;
    height: 500px
}

.contact-map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%!important;
    height: 100%!important
}

.newsletter-slogan {
    margin-bottom: 0.5rem;
    color: #6c757d
}

.newsletter-input {
    position: relative
}

.newsletter-input ::-webkit-input-placeholder {
    color: #000
}

.newsletter-input :-moz-placeholder {
    color: #000
}

.newsletter-input ::-moz-placeholder {
    color: #000
}

.newsletter-input :-ms-input-placeholder {
    color: #000
}

.newsletter-input input {
    background: #fff;
    color: #000;
}

.newsletter-input textarea {
    background: #fff;
    height: 93px;
    color: #000;
}

div.chia2 {
}

div.chia2 .newsletter-input:nth-child(1) {
    width: 49%;
    float: left;
    margin-bottom: 11px;
}

div.chia2 .newsletter-input:nth-child(2) {
    width: 49%;
    float: right
}

.newsletter-button {
    margin-top: 5px
}

.newsletter-button input[type="submit"] {
    text-transform: uppercase;
    font-weight: 500
}

.footer-article {
    background: url(../images/web/bg3.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 13px;
}

.footer-article .wrap-content {
    padding: 60px 0 70px 0;
}

.footer-tags {
    background: #eee
}

.footer-tags .wrap-content {
    padding: 30px 15px
}

.footer-tags-lists {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.footer-tags-lists li {
    float: left
}

.footer-tags-lists li a {
    padding-bottom: 0.375rem
}

.footer-tags-lists li a:hover {
}

.footer-powered {
    color: #fff;
    font-size: 13px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.footer-powered span {
}

.footer-powered b {
    font-weight: normal
}

.footer-powered .wrap-content {
    padding: 21px 0;
}

.footer-statistic {
    text-align: right
}

.footer-statistic span {
    padding: 0 10px;
}

.footer-statistic span:last-child {
    padding-right: 0px
}

#footer-map {
    position: relative;
    height: 440px;
}

#footer-map iframe {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    top: 0px!important;
    left: 0px!important
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: 0.875rem
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--maincolor)!important;
    border-color: var(--maincolor)!important;
}

.pagination-ajax {
    text-align: center
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666!important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none!important;
    background-color: #ffffff
}

.pagination-ajax a.current,.pagination-ajax a:hover {
    color: #ffffff!important;
    border-color: #ec2d3f;
    background-color: #ec2d3f
}

.pagination-ajax a.first,.pagination-ajax a.last,.pagination-ajax a.prev,.pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff!important
}

.pagination-ajax a.first:before,.pagination-ajax a.last:before,.pagination-ajax a.prev:before,.pagination-ajax a.next:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png)
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png)
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png)
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png)
}

#popup .modal-body {
    padding: 0px
}

#popup-map iframe {
    width: 100%
}

#popup button.close span, #popup-map button.close span, #popup-baogia button.close span {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}

#popup button.close,#popup-map button.close,#popup-baogia button.close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 10px #000 !important;
    background: #f00;
    opacity: 1;
    color: #fff
}

.grecaptcha-badge {
    display: none!important;
    width: 0px!important;
    height: 0px!important;
    visibility: hidden!important;
    overflow: hidden
}

.coccocgrammar,.corom-element {
    display: none !important;
}

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.transition,.control-owl button,.carousel-comment-media .carousel-control a span,.menu ul li a.has-child:after,.menu ul li ul,.menu ul li:hover > ul,.scale-img img,.scale-img:hover > img,.btn-frame .kenit-alo-circle-fill,.support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.scale-img {
    overflow: hidden;
    display: block
}

.scale-img img {
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

.scale-img:hover > img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

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

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 997;
    cursor: pointer
}

.btn-frame i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--maincolor);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%
}

.btn-frame .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(7,41,103,0.8);
    opacity: 0.1;
    border-color: var(--maincolor);
    opacity: 0.5
}

.btn-frame .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.btn-frame .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(7,41,103,0.35);
    opacity: 0.4
}

.btn-frame .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.btn-zalo {
    bottom: 225px;
}

.btn-phone {
    bottom: 145px;
}

.js-facebook-messenger-container.closed {
    display: none!important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
    color: #404040;
    background: #fff
}

.js-facebook-messenger-tooltip.closed {
    display: none!important
}

.js-facebook-messenger-box,.js-facebook-messenger-button {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    z-index: 999;
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt;
    box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt;
    z-index: 1000000000000000019884624838656
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box {
    z-index: 999
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: var(--maincolor);
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out,-webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,-webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out,-webkit-transform 160ms ease-in-out
}

.js-facebook-messenger-box.rotate svg#close-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out,-webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,-webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out,-webkit-transform 160ms ease-in-out
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
    box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
    -webkit-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -webkit-transition: opacity 160ms ease-in-out,-webkit-transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,-webkit-transform 160ms ease-in-out;
    transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out,opacity 160ms ease-in-out,-webkit-transform 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px;
    color: #ffffff;
    background: #1182fc;
    display: block;
    position: relative;
    width: 220px;
    background: #1182fc;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #ffffff;
    background: #1182fc;
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

.newsletter-button input[type=submit] {
    background: var(--maincolor)!important;
    border: 0!important;
    box-shadow: none!important;
    padding: 10px 10px
}

.pagination {
    margin-top: 30px !important;
    flex-wrap: wrap;
}

.pagination li {
    margin: 3px;
}

.pagination li .page-link {
    color: #000;
    border-radius: 0px !important;
    padding: 0 5px;
    min-width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-color: #e7e7e7;
}

.page-link.active,.page-link.bg-primary {
    background: var(--maincolor)!important;
    border-color: var(--maincolor) !important;
}

.page-link.active:hover,.page-link.bg-primary:hover {
    background: var(--maincolor)!important
}

.page-link {
    cursor: pointer
}

.boxProduct {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.boxProduct > .product {
    margin: 0!important;
    width: 100%;
    min-width: 100%
}

.keyword-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid var(--maincolor);
    font-size: 13px;
    max-height: calc(80px * 4);
    overflow-x: hidden;
    overflow-y: auto
}

.autocomplete_item {
    display: block
}

.autocomplete_item a {
    padding: 0.2rem!important;
    display: flex!important;
    align-items: center;
    gap: 0.5rem
}

.autocomplete_item a picture {
    min-width: 30%;
    max-width: 30%
}

.autocomplete_item a section {
    flex-grow: 1;
    position: relative
}

.autocomplete_item a h3 {
    font-size: 12px;
    color: #222;
    margin: 0
}

.autocomplete_item a p {
    float: none;
    width: 100%;
    text-align: left;
    line-height: unset;
    height: unset
}

.autocomplete_item a p span {
    font-size: 12px
}

.autocomplete_item a p span.price-per {
    top: 0;
    right: 0;
    z-index: 2;
    width: auto;
    height: auto;
    padding: 2.5px 5px;
    font-size: 10px;
    line-height: unset
}

.contact-form .btn-primary {
    background: var(--maincolor)!important;
    border-color: var(--maincolor)!important
}

.save-listing,.save-listing-already {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-size: 1rem;
    background: var(--maincolor);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff!important;
    /* display: none; */
}

.save-listing:hover i:before,.save-listing-already i:before {
    font-weight: bold
}
.liked-fixed {bottom: 455px;display: none}
div.box-sanpham-tc {padding: 80px 0;background:url(../images/web/bg1.png);}
div.css_flex_baiviet {display: flex;flex-wrap: wrap;margin: 0 -10px;}
div.css_flex_video {display: flex;flex-wrap: wrap;margin: 0 -10px}
div.css_flex_album {display: flex;flex-wrap: wrap;margin: 0 -10px}
div.css_flex_product {display: flex;flex-wrap: wrap;margin: 0 -10px;padding: 0}
div.css_flex_ajax .pro-in {display: flex;flex-wrap: wrap;margin: 0 -10px;padding: 0}
div.css_baiviet_ngang .news {width: calc(33.33% - 20px);display: block !important;}
div.css_baiviet_ngang .pic-news {width: 100%;margin: 0;border-radius: 0;}
div.css_baiviet_ngang .info-news {width: 100%;padding: 15px 0 0 0;}
div.css_baiviet_ngang .name-news{font-size:16px;}
div.css_baiviet_ngang .view-news{display:none;}
div.wap-tin-video {display: flex;flex-wrap: wrap;justify-content: space-between}
.left-intro {width: 48.5%;}
.right-intro {width: 48.5%;}
div.wap_footer {display: flex;flex-wrap: wrap;justify-content: space-between}
.news {position: relative;width: calc(50% - 20px);margin: 0 10px;margin-bottom: 20px;border: 1px solid #DBDBDB;background: #fff;padding: 15px;justify-content: space-between;align-items: center;}
.pic-news {width: 22%;border-radius: 50%;margin-bottom: 0}
.pic-news img {width: 100%}
.info-news {width: 78%;padding-left: 17px;padding-bottom: 10px;}
.name-news {color: #000;font-size: 15px;font-weight: 700;line-height: 1.5;margin-bottom: 0;-webkit-line-clamp: 2;}
.name-news:hover {color: var(--maincolor);}
.time-news {color: #666;margin-bottom: 0.25rem;display: none;}
.desc-news {color: #333333;line-height: 1.6;margin-top: 5px;}
.view-news {position: absolute;display: inline-block;color: #2C2C2C;font-size: 12px;font-weight: 400;right: 0;bottom: 0;}
.view-news i{display: inline-block;width: 25px;height: 25px;background: var(--maincolor);color: #fff;font-style: normal;font-size: 15px;text-align: center;line-height: 25px;margin-left: 10px;}
.view-news:hover {color: var(--maincolor);}
.video {width: calc(25% - 20px);text-align: center;cursor: pointer;margin: 0 10px;margin-bottom: 20px;}
.pic-video {position: relative;margin-bottom: 0;}
.pic-video:before {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;background: url(../images/play.png) no-repeat center;}
.pic-video img {width: 100%}
.name-video {font-size: 15px;font-weight: 400;color: #000;-webkit-line-clamp: 2;margin-top: 10px;margin-bottom: 0;}
.name-video:hover{color:var(--maincolor)}
.load-video-tc .h-r-v {margin: 0 -5px;padding-top: 10px;}
.load-video-tc .h-l-v {}
.load-video-tc .h-l-v iframe {height: 333px}
.load-video-tc div.item-duoi a{display:block;margin: 0 5px;position: relative}
.load-video-tc div.item-duoi a:before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/web/vd1.png) no-repeat center;cursor: pointer}
.load-video-tc div.item-duoi iframe {width: 100%;height: 100%}
.load-video-tc div.item-duoi img {width: 100%;height: 110px;object-fit: cover;}
.load-video-tc div.item-duoi span {display: block;text-align: left}
.load-video-tc div.item-duoi span.ten {font-size: 14px;}
.load-video-tc div.item-duoi span.ngay {font-size: 14px;}
.load-video-tc div.item-video {position: relative}
.load-video-tc div.item-video a {position: relative;display: block;line-height: 0;cursor: pointer}
.load-video-tc div.item-video a img {object-fit: cover;height: 440px;width: 100%;}
.load-video-tc div.item-video a:before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/web/vd2.png) no-repeat center center;}
.load-video-tc {position: relative}

div.wap_copy {display: flex;flex-wrap: wrap;justify-content: space-between}
div.wap_copy .copyright,div.wap_copy .statistic {margin-bottom: 0}
.statistic span {margin-left: 8px}
.footer-news:nth-child(1) {width: 100%;text-align: center;border-bottom: 1px solid rgb(255 255 255 / 20%);padding-bottom: 40px;margin-bottom: 35px;}
.footer-news:nth-child(2) {width: 36%;}
.footer-news:nth-child(3) {width: 21%;}
.footer-news:nth-child(4) {width: 28.5%;}
.footer-tt p{color: #FFF;margin-bottom: 0;font-family: var(--second-family);}
.footer-tt p:nth-child(1){font-size: 15px;font-style: normal;letter-spacing: 4.5px;}
.footer-tt p:nth-child(2){font-family: var(--font2);font-size: 50px;font-weight: 400;line-height: normal;text-transform: uppercase;}
.footer-tt p:nth-child(3){font-size: 30px;font-style: normal;letter-spacing: 3px;margin-top: -2px;}
.footer-title {text-transform: uppercase;font-size: 15px;font-weight: 600;margin-bottom: 25px;}
.footer-ul {list-style: none;padding: 0px;margin: 0px;}
.footer-ul li {width: 48%;margin-bottom: 17px;}
.footer-ul li:last-child {margin-bottom: 0px}
.footer-ul li a {position: relative;color: #fff;text-transform: capitalize;padding-left: 13px;}
.footer-ul li a:before{position:absolute;content:'';width:3px;height:3px;background:#fff;border-radius:50%;left:0;top: 8px;}
.footer-ul li a:hover {text-decoration: none;color: var(--yellow);}
.footer-copyright {}
.footer-copyright span {font-weight:700;}
.social {margin-bottom: 0;padding: 0;list-style: none;padding-top: 10px;}
.social li {display: inline-block;margin-right: 7px;}
.social li img{max-height:50px;}
.social li:last-child{margin-right:0;}
.social li:hover img{transform: rotateY(360deg);transition: all 0.7s linear}

.list_monnb {display: block;text-align: center;padding-top: 24px;margin-bottom: 20px}
.list_monnb a {font-size: 15px;color: #000;display: inline-block;vertical-align: top;margin: 0 3px;padding: 13px 15px;line-height: 1.5;cursor: pointer;transition: 0.2s;margin-bottom: 10px;text-transform: capitalize;border: 1px solid #000;background: rgba(217, 217, 217, 0.00);min-width: 170px;}
.list_monnb a:hover , .list_monnb a.active {color: #fff !important;background: var(--maincolor);border-color: var(--maincolor);}
div.box-tintuc-video {padding: 75px 0;}
.name-newshome {color: #000;font-size: 15px;font-style: normal;font-weight: 500;margin-bottom: 0;}
.name-newshome:hover {color: var(--maincolor);}
.name-newshome.text-split {-webkit-line-clamp: 1;line-height: 27px;max-height: calc(27px * 1);}
.time-newshome {width: 79px;height: 70px;color: #363636;font-size: 13px;background: url(../images/web/bv1.png) no-repeat center center;text-align: center;padding: 7px 0;padding-right: 7px;margin-bottom: 0;}
.time-newshome span{display:block;width:100%;font-size: 25px;font-weight: 700;text-align: center;line-height: normal;}
.line-newshome{background: #fff;border:1px solid #b5b5b5;border-radius:50%;margin-bottom: 0;width: 19px;height: 19px;justify-content: center;align-items: center;margin-right:7px;}
.line-newshome span{display:inline-block;background:#d9d9d9;border-radius: 50%;width: 13px;height: 13px;}
.info-newshome{position: relative;width: calc(100% - 131px);border: 1px solid #DBDBDB;background: #FFF;padding: 17px 13px;}
.info-newshome:before{position:absolute;content:'';width: 8px;height: 15px;background:#D9D9D9;top:0;bottom:0;right:100%;margin:auto;clip-path: polygon(100% 0, 0 50%, 100% 100%);opacity: 0;}
.desc-newshome {color: #303030;margin-top: 4px;margin-bottom: 0px;text-align: justify;font-size: 13px;font-style: normal;font-weight: 400;line-height: 25px;-webkit-line-clamp: 2;max-height: calc(25px * 2);}
.view-newshome {position: absolute;display: inline-block;color: #2C2C2C;font-size: 11px;font-style: italic;font-weight: 400;right: 0;bottom: 0;}
.view-newshome i{display: inline-block;width: 25px;height: 25px;background: var(--maincolor);color: #fff;font-style: normal;font-size: 15px;text-align: center;line-height: 25px;margin-left: 10px;}
.view-newshome:hover {color: var(--maincolor);}
.newshome-scroll {position:relative;overflow: hidden;}
.newshome-scroll:before{position:absolute;content:'';width:1px;height:100%;border-left:1px dashed #929292;top: 0;left: 102px;}
.chay-tintuc{margin:-10px 0}
.newshome-normal {margin: 10px 0;}
.pic-newshome-normal {width: 100px;margin: 0;border-radius: 50%;}
.pic-newshome-normal img {width: 100%}
.info-newshome-normal {position: relative;width: calc(100% - 115px);padding-bottom: 6px;}
.item-bv.slick-current .info-newshome:before{opacity: 1;}
.item-bv.slick-current .line-newshome{border-color:var(--maincolor)}
.item-bv.slick-current .line-newshome span{background:var(--maincolor)}

div.run-slick .slick-prev:before,div.run-slick .slick-next:before {font-size: 0}
div.run-slick .slick-prev,div.run-slick .slick-next {width: 32px;height: 45px;top: 46%}
div.run-slick .slick-prev {background: url(../images/sl-1.png) no-repeat center;left: 20px}
div.run-slick .slick-next {background: url(../images/sl-2.png) no-repeat center;right: 20px}
div.box-lienhe {padding: 50px 0;background-size: cover;background: #478b7b}
div.box-lienhe .td-tc1,div.box-lienhe .td-tc2 {color: #fff;text-align: center}
div.box-lienhe .td-tc1 {text-transform: uppercase;font-size: 27px}
div.css_lienhe .baogia-form {max-width: 750px;width: 100%;margin: auto;text-align: center;margin-top: 16px}
div.css_lienhe .baogia-input input {background: none;border: 0;border-bottom: 1px solid #000;border-radius: 0;color: #000}
div.css_lienhe .baogia-input textarea.form-control {background: none;border: 0;border-bottom: 1px solid #000;border-radius: 0;color: #000;height: 46px}
div.css_lienhe .btn-primary {margin-top: 14px;background: #000;border-color: #000;text-transform: uppercase}
div.css_lienhe ::-webkit-input-placeholder {color: #000}
div.css_lienhe :-moz-placeholder {color: #000}
div.css_lienhe ::-moz-placeholder {color: #000}
div.css_lienhe :-ms-input-placeholder {color: #000}
.box-readmore {padding: 8px 15px;border: 1px solid #dedede;margin-bottom: 2rem;border-radius: 5px;background-color: #eeeeee}
.box-readmore li ul>li {margin: 0;margin-bottom: 8px}
.box-readmore li ul>li:before {content: counters(item,".") " "}
.box-readmore ul {list-style-type: none;counter-reset: item;margin-bottom: 0px;padding-left: 0px!important;margin-top: 8px}
.box-readmore ul li {display: table;counter-increment: item;margin-bottom: 5px}
.box-readmore ul li:before {content: counters(item,".") ". ";display: table-cell;padding-right: 5px}
.box-readmore ul li a {color: #333333;cursor: pointer;font-weight: 600}
.box-readmore ul li a:hover {color: #767676}

.menu-fix {position: fixed;left: 0px;right: 0px;top: 0px;z-index: 999;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;box-shadow: 0 0 5px rgb(0 0 0 / 60%);}
.menu-fix .logo-header img {max-width: 70px;}
.menu-fix .wrap-content{padding:0}
.slick-none {display: none;}
.slick-none.slick-slider {display: block;}
.tieude1{text-align:center;color: #242424;font-size: 15px;font-style: normal;font-weight: 400;line-height: 1.5;background: url(../images/web/td1.png)no-repeat center bottom;padding-bottom: 32px;margin-bottom: 27px;}
.tieude1 p{color: var(--maincolor);font-family: var(--second-family);font-size: 15px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 4.5px;text-transform: uppercase;padding-bottom: 5px;margin-bottom: 0;}
.tieude1 h2{color: #3A3635;font-family: var(--font2);font-size: 40px;font-style: normal;font-weight: 400;line-height: normal;text-transform: uppercase;margin-bottom: 10px;}
.tieude1.mau_chu, .tieude1.mau_chu p, .tieude1.mau_chu h2{color:#fff}
.tieude1.mau_chu{background: url(../images/web/td2.png)no-repeat center bottom;}
.tieude2{position: relative;color: #262626;font-size: 15px;font-style: normal;font-weight: 400;line-height: 1.5;padding-bottom: 25px;margin-bottom: 20px;margin-top: -13px;}
.tieude2 h2{color: #3A3635;font-family: var(--font2);font-size: 38px;font-style: normal;font-weight: 400;line-height: normal;text-transform: uppercase;margin-bottom: 5px;}
.tieude2:before{position:absolute;content:'';width:57px;height:7px;background:var(--maincolor);clip-path: polygon(0 0, 100% 0, 100% 0%, 92% 100%, 0% 100%, 0 100%);left: 0;bottom: 0;}
.tieude2:after{position:absolute;content:'';width:calc(100% - 65px);height: 1px;border-top: 1px dashed #A7A7A7;right: 0;bottom: 3px;}

div.box-hinhlk-tc{padding:75px 0;background:url(../images/web/bg1.png)}
.lienket-tc{margin:0 -15px;}
.item_lk{position: relative;display:block;width: calc(50% - 30px);margin: 0 15px;padding: 0 10px;text-align: center;}
.item_lk .it_lk{display:block;}
.item_lk:before{position:absolute;content:'';width:100%;height:calc(100% - 75px);background:var(--maincolor);left:0;bottom:0;clip-path: polygon(0 0, 90% 0, 100% 6%, 100% 100%, 6% 100%, 0 90%);}
.item_lk .img_tt {position:relative;margin-bottom: 0;}
.item_lk .info_tt{position:relative;padding: 19px 0;}
.item_lk .name_tt {color: #FFF;font-size: 28px;font-style: normal;font-weight: 500;line-height: normal;-webkit-line-clamp: 1;margin-bottom: 0;}

.box-product-moi{padding:75px 0 80px 0}
.chay-sp{margin:0 -8px;}
.chay-sp .product{margin: 0;background: none;border: none;}
.chay-sp .box-product{background: #fff;border: 1px solid #E7E7E7;margin:0 8px;padding: 9px;}
.chay-sp .info-product{padding:20px 0 15px 0}
.chay-sp .name-product{line-height: 27px;max-height: calc(27px * 1);}
.chay-sp .name-product a{font-size:18px;font-weight:500;}
.chay-sp .price-product{font-size:16px;color:#adadad;}
.chay-sp .price-product span{font-size:16px;}
.chay-sp .slick-prev:before,.chay-sp .slick-next:before{display:none;}
.chay-sp .slick-prev{width:60px;height:60px;background:url(../images/web/mt1.png)no-repeat center;left: -70px;top: 42%;}
.chay-sp .slick-next{width:60px;height:60px;background:url(../images/web/mt2.png)no-repeat center;right: -70px;top: 42%;}

.box-sanpham-tc .tabs-coffee-food{text-align: center;border: none;justify-content: center;padding-bottom: 36px;}
.box-sanpham-tc .tabs-coffee-food li a{position: relative;color: #383838;text-transform: uppercase;font-size: 28px;font-style: normal;font-weight: 500;line-height: normal;border: 1px solid #D7D7D7;background: #FFF;border-radius: 0;padding: 20px;min-width: 240px;}
.box-sanpham-tc .tabs-coffee-food li a:before{position:absolute;content:'';width:100%;height:100%;border: 5px solid #C03335;left: 0;top: 0;opacity: 0;pointer-events: none;}
.box-sanpham-tc .tabs-coffee-food li a:after{position:absolute;content:'';width: 13px;height: 25px;background: url(../images/web/xt1.png) no-repeat center;left: 0;right: 0;top: calc(100% + 10px);margin: 0 auto;opacity: 0;pointer-events: none;}
.box-sanpham-tc .nav-tabs .nav-item.show .nav-link, .box-sanpham-tc .nav-tabs .nav-link.active{color: #fff;background: var(--maincolor);border-color: var(--maincolor);}
.box-sanpham-tc .nav-tabs .nav-item.show .nav-link:before, .box-sanpham-tc .nav-tabs .nav-link.active:before{opacity:1}
.box-sanpham-tc .nav-tabs .nav-item.show .nav-link:after, .box-sanpham-tc .nav-tabs .nav-link.active:after{opacity:1}
.sl-dm{color: #242424;font-family: Roboto;font-size: 15px;font-style: normal;font-weight: 400;line-height: normal;text-align: center;margin-top: 15px;}
.box-quangcao-tc {background:url(../images/web/bg1.png);}
.item-qc{max-width:1366px;margin:0 auto;}

.box-ykien-tc {padding: 80px 0;background: url(../images/web/bg2.png)no-repeat center;background-size:cover;}
.item-yk {}
.item-yk .it-yk {position: relative;margin: 0 15px;background: #fff;padding: 30px 37px 20px 37px;clip-path: polygon(94% 0, 100% 16%, 100% 100%, 0 100%, 0 0);}
.item-yk .it-yk:before{position:absolute;content:'';width:170px;height:110px;background:#B13132;left:0;bottom: 0;clip-path: polygon(0 0, 30% 0%, 100% 100%, 0% 100%);}
.item-yk .img_tt {position: relative;margin-top: 30px;padding: 0 65px 0 30px;background: url(../images/web/yk.png) no-repeat center right;}
.item-yk .img_tt p {background: #fff;width: 80px;border: 5px solid #fff;border-radius: 85px;line-height: 0;transition: all 1.5s ease;margin-bottom: 0;}
.item-yk .img_tt p img{width:100%;}
.item-yk .des_t{position: relative;width: calc(100% - 90px);}
.item-yk .name_tt {color: #1F1F1F;font-size: 18px;font-style: normal;font-weight: 600;-webkit-line-clamp: 1;max-height: calc(30px*1);line-height: 30px;margin-bottom: 0;}
.item-yk .cv_tt{color: var(--maincolor);font-size: 13px;font-style: normal;font-weight: 400;line-height: normal;margin-top: 5px;}
.item-yk .des_tt {position: relative;color: #303030;font-size: 13px;font-weight: normal;-webkit-line-clamp: 4;max-height: calc(30px*4);line-height: 30px;}
.chay-yk {position: relative;margin: 0 -15px;z-index: 5;}
.chay-yk .slick-prev:before,.chay-yk .slick-next:before{display:none;}
.chay-yk .slick-prev{width:60px;height:60px;background:url(../images/web/mt3.png)no-repeat center;left: -70px;}
.chay-yk .slick-next{width:60px;height:60px;background:url(../images/web/mt4.png)no-repeat center;right: -70px;}

.box-hinhanh-tc{padding:75px 0;}
.hinhanh-tc{max-width:1366px;margin:0 auto;}
.item-ha {}
.item-ha .it-ha {position: relative;padding: 0 10px;padding-top: 50px;transition: 1s;display: block;}
.item-ha .it-ha:before{position:absolute;content:'';width:100%;height: 28px;background:url(../images/web/ha1.png) no-repeat center;left:0;right:0;top: calc(100% - 1px);}
.item-ha.slick-center .it-ha{padding-top:0}
.item-ha p {margin-bottom: 0;}
.item-ha img{width:100%;}
.chay-ha-c {position: relative;z-index: 5;}
.hinhanh-p{max-width:750px;margin:0 auto;}
.item-th .des_t{position: relative;text-align: center;}
.item-th .name_tt {color: #000;font-size: 18px;font-style: normal;font-weight: 500;-webkit-line-clamp: 1;max-height: calc(30px*1);line-height: 30px;margin-bottom: 0;}
.item-th .des_tt {position: relative;color: #363636;font-weight: normal;-webkit-line-clamp: 2;max-height: calc(30px*2);line-height: 30px;margin-top: 7px;}
.chay-ha-p {position: relative;z-index: 5;}
.btn-ha-tc{display: inline-block;position:absolute;color: #8A8A8A;font-size: 12px;font-style: normal;font-weight: 700;line-height: normal;text-transform: uppercase;top: 35px;cursor: pointer;}
.btn-ha-tc i{font-size: 13px;margin: 0 5px;}
.btn-ha-tc:hover{color:var(--maincolor);}
.next-ha {right:0;}
.prev-ha{left:0}