/* nav index */
.box-tabs-index ul.nav,
.box-tabs-index div#myTabContent{
    border:none!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-tabs-index .nav-tabs>li>a {
    text-transform: uppercase;
    position: relative;
}
.box-tabs-index .nav-tabs>li+li:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    height: 13px;
    width: 1px;
    background-color: #000;
}
.tab-content>.active{
    width:100%
}
.box-tabs-index .nav-tabs>li.active>a{
    background-color:transparent!important;
    border:none!important;
    color:var(--html-bg-website)
}
.box-tabs-index .nav-tabs>li>a:hover{
    border-color:transparent!important;
    background-color:transparent!important
}
.item-services a h3{
    font-size: 18px;
    font-family: var(--font--roboto-bold);
}
.item-services a,
.item-services a:hover{
    color:#fff
}

.desc-services{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color:var(--html-bg-website);
    padding:15px 20px;
    transition: all 0.4s;
}
.desc-services .desc{
    display:none;
    transition: all 0.4s;
    opacity: 0
}
.item-services:hover .desc{
    display: block;
    transition: all 0.4s;
    opacity: 1;
}
.desc-services h3:before{
    content:'';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: #fff;
}
.desc-hieuqua{
    box-shadow:2px 2px 7px #ccc
}
/* header */
.hm-minicart {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
}
.hm-minicart-trigger {
    border-radius: 2px;
    background-image: linear-gradient(to right, #1b1b1a, #6d6b5c, #23221f);
    color: #fff;
    height: 45px;
    cursor: pointer;
    display: block;
    position: relative;
    padding: 0 15px 0 55px;
}
.item-icon::before {
    content: "\f291";
    position: absolute;
    font-family: fontawesome;
    left: 10px;
    top: 6px;
    display: block;
    font-size: 20px;
}
.item-text {
    position: relative;
    line-height: 45px;
    font-weight: 500;
}
.item-text::before {
    content: "";
    position: absolute;
    left: -10px;
    height: 22px;
    width: 1px;
    background: rgba(255,255,255,.3);
    top: -3px;
}
.cart-item-count {
    position: absolute;
    top: -12px;
    left: -32px;
    display: block;
    overflow: hidden;
    min-width: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #242424;
    background: #fed700;
    text-align: center;
    border-radius: 100%;
}
.minicart {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 12345;
    display: none;
    border: 1px solid #e5e5e5;
    padding: 20px;
    width: 290px;
    background: #ffffff;
    text-align: left;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.swiper-wrapper{
    z-index:-1!important;
}
.minicart .minicart-product-list {
    padding-left: 0;
    margin-bottom: 0;
}

.minicart .minicart-product-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    overflow: hidden;
}
.minicart .minicart-product-list li:first-child {
    padding-top: 0;
}
.minicart .minicart-product-list li .minicart-product-image {
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.minicart > ul > li > a > img {
    width: 100%;
}
.minicart .minicart-product-list li .minicart-product-details {
    -ms-flex-negative: 100;
    flex-shrink: 100;
    width: 100%;
    margin-right: 10px;
}
.minicart .minicart-product-list li .minicart-product-details h6 {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 5px;
    text-align: left;
}
.minicart .minicart-product-list li .minicart-product-details h6 a {
    color: #333333;
}
.minicart .minicart-product-list li button.close {
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    background: none;
    color: #777777;
    display: block;
    font-size: 14px;
    z-index: 1;
}
.minicart .minicart-total {
    border: none;
    color: #555555;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 15px;
    padding: 0 10px;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}
.minicart .minicart-total span {
    font-size: 18px;
    float: right;
}
.li-button-dark {
    background: #242424;
    color: #ffffff;
}
.li-button-fullwidth {
    width: 100%;
    display: block;
}
.li-button {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fed700;
    color: #ffffff;
    line-height: 50px;
    margin-top: 10px;
    height: 50px;
}
.item-text::before {
    content: "";
    position: absolute;
    left: -10px;
    height: 22px;
    width: 1px;
    background: rgba(255,255,255,.3);
    top: -3px;
}
.hm-minicart-trigger.is-active .item-text::after {
    transform: rotate(-180deg);
}
.hm-minicart-trigger .item-text::after {
    color: #fff;
}
.hm-minicart-trigger .item-text::after {
    content: "\f107";
    font-size: 14px;
    color: #a4a4a4;
    margin-left: 5px;
    font-family: fontawesome;
}
.hm-minicart-trigger .item-text::after {
    content: "\f106";
    float: right;
    font-weight: 400;
    font-size: 18px;
    font-family: fontawesome;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
header {
    width: 100%;
}
section.box-menu-mobile,
.main-header {
    background: var(--bg-head);
    
}
header .logo {
    float: left;
    padding: 0;
    text-align: left;
}
header .logo img{
    max-width: 40%;
}
.header-content {
    display: flex;
    float: right;
    justify-content: center;
    align-items: center;
}
.header-content .social {
    display: block;
    float: left;
    padding-top: 25px;
}
.social a {
    border: 1px solid #fefefe;
    border-radius: 50%;
    color: #fefefe;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    margin-right: 15px;
    padding: 0;
    text-align: center;
    width: 35px;
}
.header-content .social a {
    background: var(--html-bg-website);
    border: 1px solid var(--html-bg-website);
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-right: 5px;
    position: relative;
    width: 30px;
}
.header-content .sitename {
    color: var(--html-bg-website);
    font-family: 'UTMa';
    font-size: 72px;
}
.box-item [class*="icon-"] {
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    background: #f00;
    width: 50px;
}

.call-page {
    background: var(--html-bg-website);
    bottom: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 40px;
    color: #fff;
    z-index: 99999;
}
.call-page a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    margin-right: 10px;
    padding-left: 5px;
}
.call-page i {
    font-size: 20px;
    line-height: 40px;
    background: var(--html-cl-website);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.item-feedbacks.t-center {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}
.box-feedbacks {
    margin: 70px 0px 20px 0px;
}
.thumb-feedbacks{
    margin-top: -90px;
}
.desc-feedbacks h3{
    font-size: 14px;
    position: relative;
    font-family: var(--font-roboto-bold);
}
.desc-feedbacks h3:before{
    content:'';
    position: absolute;
    bottom:-10px;
    left:50%;
    transform: translate(-50%,0%);
    height: 2px;
    width: 35px;
    background-color:#000
}
.desc-news-i .desc a{
    font-size: 16px;
    font-family: var(--font-roboto-bold);
}
.text-one{
    font-size: 18px;
    text-transform: uppercase;
    color:#fff
}
.box-input input {
    padding: 9px;
    border: 1px solid #fff;
    width: 290px;
    background: transparent;
    color:#fff
}
.box-input button {
    padding: 10px;
    border: none;
    color: #f00;
    background: #fff;
    font-weight: bold;
}
/* .box-newsletter:before{
    content:'';
    position: absolute;
    bottom:-15px;
    left:0;
    width: 239px;
    height: 207px;
    background:url('../../images/icon-hotgirl.png')no-repeat;
} */
.box-input input::placeholder{
    color:#fff
}
.icon-call-in:before {
    content: "\e047";
}
.header-content .box-item a {
    color: var(--html-bg-website);
    font-size: 25px;
    font-weight: bold;
}
.header-content .box-item b {
    color: var(--html-bg-website);
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.hm-search {
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translate(0%,-50%);
}
button#btn-search {
    padding: 9px;
    border: none;
    background: #fff;
}
input#keywords {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 25px 0px 0px 25px;
    padding: 8px 10px;
}
input#keywords::placeholder{
    color:#fff;
    font-style: italic;
}
/* end */
nav.cssMenu {
    background: var(--html-bg-website);
    position: relative;
}
.border-bottom-ff{
    border-bottom:2px solid #ccc;
}
/* about */
.readmore a.xemthem{
    display: inline-block;
    padding:9px 30px;
    text-transform: uppercase;
    color:#000;
    font-family: var(--font-roboto-bold);
    border-radius:25px 0px 25px 0px;
    background-image: linear-gradient(to right, #e8be25, #faeb72, #e6b512);
}
/* services */
.desc-services h3 a{
    font-size: 15px;
    font-family: var(--font-roboto-regular);
    text-transform: uppercase
}
/* product */
.name-product h3{
    font-family: var(--font-roboto-bold);
    font-size: 14px;
}
.name-why{
    font-size: 15px;
    font-family: var(--font-roboto-bold);
    text-transform: uppercase
}
.desc-technology h3 a{
    font-size: 14px;
    color:#000;
    font-family: var(--font-roboto-bold);
    text-transform: uppercase
}
.desc-technology h3:before{
    content:'';
    position:absolute;
    bottom:-15px;
    left:0;
    height: 2px;
    width: 70px;
    background-color:var(--html-bg-website)
}
.thumb-technology{
    width: 290px;
}
.desc-technology{
    width: calc(100% - 320px);
}
.box-technology {
    box-shadow: 2px 2px 7px #ccc;
    padding: 10px;
    margin: 30px 0px;
}
span.play{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

}
input.input-newsletter,
textarea.input-newsletter{
    margin-bottom:20px;
}
button.btn-newsletter{
    padding:7px 30px;
    background-color: var(--html-bg-website);
    color:#000;
    font-weight: bold;
    border:none
}
.desc-news h3 a{
    font-size: 14px;
    font-family: var(--font-roboto-bold);
    text-transform: uppercase;
}
.mask-news {
    position: absolute;
    top: 15px;
    left: 15px;
    background-image: linear-gradient(to right, #e8be25, #faeb72, #e6b512);
    padding: 5px 15px;
}
/* cart */
.border-cart {
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    color: #000;
    position: relative;
    line-height: 14px;
    border: 2px solid var(--html-bg-website);
    padding: 8px 11px;
    border-radius: 4px;
    letter-spacing: 0.7px;
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
}
.border-cart i {
    color: var(--html-cl-website);
    font-size: 1.5em;
}
.border-cart .textCart {
    color: #000;
    font-weight: 400;
    white-space: nowrap;
    margin-left: 9px;
}
.border-cart .textNumber {
    color: rgb(74, 74, 74);
    background: rgb(253, 216, 53);
    height: 20px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 6px;
    font-weight: 700;
}
.mask-cart {
    position: absolute;
    left: 50%;
    bottom: 70px;
    color:#fff;
    transform: translate(-50%, 0%);
    background-image: linear-gradient(to right, #1b1b1a, #6d6b5c, #23221f);
    text-transform: uppercase;
    padding: 7px 10px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    margin-top:10px;
    transition: all 0.4s
}
section.box-menu-mobile.mfix {
    padding-top: 5px;
    padding-bottom: 10px;
}
.product-hover:hover .mask-cart{
    visibility: visible;
    opacity: 1;
    margin-top:0
}
.full-right{
    float: right;
}
/* mobile */
form.form-search-mobile {
    border: 1px solid var(--html-bg-website);
    border-radius: 4px;
}
.input-search {
    align-items: center;
    border-radius: 3px;
    transition-duration: 0.3s;
}
input#search_mb {
    border: none;
}
button#search-btn {
    height: 30px;
    width: 30px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
}
section.box-menu-mobile.mfix .form-search {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px;
    width: 85%;
    transition: all 0.4s;
}
.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    letter-spacing: normal;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
    max-height: 4.4rem;
}
.w-90{
    width: 90%;
}
img{height: auto;}
section.box-menu-mobile.mfix .logo-mobile {
    display: none;
}
.mfix form.form-search-mobile {
    width: 85%;
}
span.mask-num {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #f00;
    height: 16px;
    width: 15px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet{

    height: 13px!important;
    width: 13px!important;
    background:var(--html-bg-website)!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active{
    background-color: transparent !important;
    border:1px solid var(--html-bg-website)!important;
}
/* .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 50%!important;
    left: 0!important;
    bottom:initial!important;
    width: 10%!important;
    transform: rotate(90deg) translate(0%,-50%)!important;
} */
/* detail new */
aside.secondary .media{
    background-color:#ececec
}
.head-media{
    background-color:var(--html-bg-website);
    color:#fff;
    font-size: 16px;
    padding:10px;
    text-transform: uppercase;
    font-weight: bold;
}
.body-media ul li+li{
    border-top:1px solid #ccc
}
.body-media ul li a{
    display: block;
    padding:5px 0px;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.4s;
}
.body-media ul li a:hover{
    padding-left:10px;
    transition: all 0.4s
}
.box-thongso table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
.name-news a{
    font-size: 13px;
    line-height:1.1
}
.icon-phone-head {
    font-size: 3em;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px double var(--html-bg-website);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--html-bg-website);
}
.text-phone-head a,
.js-block-line a {
    color: var(--html-bg-website);
    font-style: italic;
    font-size: 18px;
    font-family: 'UTMa';
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
    z-index:1
}
.text-phone-head a:hover,
.js-block-line a:hover{
    color:var(--html-cl-website)
}
.js-block-line{
    position: absolute;
    top: 0;
    right: 100%;
    max-width: 300px;
    background-color: #fff;
    visibility: hidden;
    opacity: 1;
    margin-top: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
}
.hover-block:hover .js-block-line{
    visibility: visible;
    opacity: 1;
    margin-top:0;
    transition: all 0.4s ease-in-out;
}