body {
    max-width: 1920px;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    box-shadow: 0 5px 5px #f1eded;
}

.container {
    width: 100%;
    max-width: 1200px;
}

.header-top {
    z-index: 11;
    position: relative;
    background: rgb(255, 255, 255);
}

.top-email {
    float: left;
    margin-right: 20px;
    color: #fff;
    line-height: 41px;
}

.block-language {
    float: left;
}

.block-language .item-dropdown {
    padding: 10px 0;
}

.block-language .dropdown-toggle {
    color: #fff;
    text-transform: uppercase;
}

.block-language .dropdown-menu {
    left: 0 !important;
}

.mini-cart-order {
    margin: 0;
    padding: 0px 20px 6px 20px;
    background: #9c071e;
    position: relative;
    bottom: -5px;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.mini-cart-order:before {
    background: #9c071e;
    content: "";
    width: 100%;
    height: 100%;
    top: -5px;
    left: 0;
    right: 0;
    position: absolute;
}

.mini-cart-order .dropdown-toggle {
    color: #fff;
    font-size: 14px;
    position: relative;
    line-height: 25px;
    display: block;
    width: initial;
    text-align: center;
    transition: all 350ms ease;
    text-transform: uppercase;
}

.cart-order .dropdown-toggle span.number {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

#header .title-menu-ft {
    display: none;
}

.item-fan-page .list-fan-page {
    list-style: none;
    margin: 0;
    padding: 9px 0;
}

.item-fan-page .list-fan-page li {
    display: inline-block;
}

.item-fan-page {
    float: right;
}

.item-fan-page .list-fan-page li a {
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
}

.bg-logo {
    padding: 15px 0;
}

#header .logo {
    padding: 0px 0;
}

.box-search {
    padding: 0;
}

.box-search>.form-inline {
    width: 100%;
    position: relative;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 45px;
    max-width: 600px;
    background: #fff;
    margin: 10px 0;
}

#search-type {
    padding: 0;
    border: none;
    color: #333;
    width: 130px;
    background: transparent;
}

.box-search>.form-inline>.form-group>.input-group>.input-group-addon {
    border-radius: 5px 0 0 5px;
    height: 43px;
    line-height: 43px;
    z-index: 100;
}

#search-type .dropdown-toggle {
    font-size: 13px;
    color: #333;
    padding: 0 10px;
    max-width: 130px;
    display: block;
    font-weight: 300;
    background: transparent;
}

.box-search>.form-inline>.form-group>.input-group>.form-control {
    width: 100%;
    height: 43px;
    border: none;
    box-shadow: none;
    border-left: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
}

.box-search>.form-inline>.form-group>.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 43px;
    border-radius: 0;
    z-index: 10;
    background: none;
}

.account-user {
    margin: 0;
    padding: 16px 0;
    width: 36%;
    float: left;
    text-align: center;
}

.account-user .dropdown-toggle {
    color: #999;
    font-size: 28px;
    position: relative;
    line-height: 39px;
    display: block;
    width: 49px;
    text-align: center;
    font-weight: 700;
    transition: all 350ms ease;
    margin: auto;
}

.display-theme-1 {
    display: none;
}

.display-theme-2 {
    display: block;
}

.account-user .display-theme-2 a {
    font-size: 14px;
    color: #222;
}

.toplinks {
    width: 64%;
    float: right;
}

.toplinks>div {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px 0 15px 10px;
}

.toplinks i {
    font-size: 28px;
    color: #999;
}

.toplinks a {
    display: table;
    width: 100%;
    color: #222;
}

.quicklinks-inner, .hotline {
    margin-bottom: 10px;
}

.quicklinks-inner {
    color: #222;
    margin-top: 15px;
    /*padding: 7px 0;*/
}

.quicklinks-inner a {
    color: #222;
}

.hotline {
    text-align: center;
    display: inline-block;
    background: #9c071e;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 35px;
    float: right;
}

.menu-vetical {
    padding: 10px 20px 9px;
    background: #8a061a;
    border: 0;
    position: relative;
    border-radius: 5px 5px 0 0;
    /* -webkit-border-radius: 5px 5px 0 0; */
    -moz-border-radius: 5px 5px 0 0;
    top: 0;
}

.menu-vetical .dropdown-toggle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    line-height: 29px;
}

.menu-vetical .dropdown-toggle i {
    margin-right: 15px;
    font-size: 130%;
    color: #fff;
    vertical-align: text-bottom;
}

.menu-vetical .nav_desktop {
    display: block;
    box-shadow: none;
    border: none;
}

.menu-vetical .nav_desktop {
    min-width: 240px;
    border-radius: 0;
    margin: 0;
    width: 100%;
    transition: all 350ms ease;
}

.header-bottom>.container>.row {
    margin: 0 auto;
    background-color: #0f56a6;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.header-bottom .col-sm-3.col-xs-3 {
    padding-left: 0;
    padding-right: 0px;
}

.wsmenu-list > li {
    text-align: center;
    display: block;
    margin: 0;
    padding: 0px;
    float: left;
}

.wsmenu-list > li > .navtext {
    line-height: 16px;
    text-align: right;
    padding: 16px 0;
    margin-right: 25px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

.wsmenu-list > li > .navtext>.icon-products {
    display: block;
    background: url(/uploads/plugin/custom_img/2025-05-16/1747406935-501765493-custom.png);
    position: absolute;
    width: 40px;
    height: 22px;
    background-repeat: no-repeat;
    top: -10px;
    right: 0;
}

.wsmenu-list > li > .navtext>.icon-news {
    display: block;
    background: url(/uploads/plugin/custom_img/2019-03-05/1551755607-1330200151-custom.png);
    position: absolute;
    width: 40px;
    height: 22px;
    background-repeat: no-repeat;
    top: -10px;
    right: 0;
    color: transparent;
}

.bg-slider>.container>.row {
    margin: 0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.arow-right-sub-menu.demo-icon {
    display: block;
}

.icon-angle-right:before {
    content: '\e8c2';
}

.wstabitem > li {
    padding: 0 15px;
}

.wstabitem > li > a > i {
    padding-right: 10px;
    float: left;
}

.wstabitem > li > a > i:before {
    margin: 0;
}

.wstabitem > li > a {
    color: #333;
    border-bottom: 1px solid #ddd;
    text-transform: none;
    position: relative;
    padding: 12px 10px 13px 0;
    display: block;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 20px;
}

.mighty-slider {
    height: 420px !important;
    background: #fff !important;
}

.product-xml-as .tab-product .pull-left {
    background: #6a3597;
    border-radius: 10px 0 0 10px;
    position: relative;
}

.product-xml-as .tab-product .pull-left:before {
    height: 100%;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: -100px;
    content: "";
    background: url(/uploads/plugin/custom_img/2025-05-16/1747406935-501765493-custom.png) no-repeat;
    background-size: contain;
}

.product-xml-as .tab-product .pull-left h3 {
    top: 0;
    padding: 8px 10px;
    position: relative;
    color: #fff;
}

.product-xml-as .tab-product .pull-left h3:before {
    opacity: 0;
    display: none;
}

.product-xml-as .tab-product {
    position: relative;
    clear: both;
    border-radius: 10px 0 0 10px;
    margin-bottom: 20px;
    border: unset;
    margin-right: 0;
    line-height: 1.1;
    margin-top: 5px;
}

.box-product-style2 .tab-product .pull-left {
    /*height: initial;*/
    position: relative;
}

.product-xml-as .tab-product:after {
    position: absolute;
    bottom: 0;
    width: calc(100% - 10px);
    height: 3px;
    background: #125ba0;
    content: "";
    right: 0;
    visibility: initial;
}

.product-xml-as>.tab-product .pull-right {
    float: left !important;
    margin-left: 10%;
}

.box-product-style2 .nav_title li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.item-product {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 5px;
    margin-bottom: 15px !important;
}

.item-product .img {
    position: relative;
    overflow: hidden;
    padding-top: 80%;
    /*height: auto !important;*/
    border: none;
}

/*.item-product .img {*/
/*    min-height: 205px;*/
/*}*/
.list-item .item-product .img img {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

.action-product.bg-main {
    background: none;
}

.action-product a {
    background-color: #3e3e3e;
    border: none;
}

.action-product a {
    color: #fff;
    font-size: 16px;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    margin: 0 5px;
    display: inline-block;
    line-height: 38px;
}

.action-product a:hover {
    background-color: #e43935;
    color: #fff;
}

.item-product .info {
    padding: 5px 10px;
}

.title-product a {
    font-weight: 500;
    color: #1c62b7;
}

.product-tooltip {
    position: absolute;
    z-index: 999;
    background: white;
    border: solid 1px #333;
    width: 420px;
    box-shadow: 0 0 7px #333;
    display: none;
    padding-top: 0px;
    padding-bottom: 10px;
}

.product-tooltip .title-product {
    background: #2b84e0;
    margin: 0;
}

.product-tooltip .title-product a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.product-tooltip > * {
    padding: 0 15px;
}

.product-tooltip .desc-product-thumb .title {
    font-size: 16px;
    color: #f00;
    font-weight: 600;
}

.product-new-cs {
    padding: 50px 0 60px;
    background: url(/uploads/plugin/custom_img/2019-03-05/1551776077-336774747-custom.png) top center no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    background: #fbfbfb;
}

.headtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.product-new-cs .product-item {
    padding: 15px 0 20px;
    height: 100%;
    background: #fff;
    border: 1px solid #9c071e;
    margin: 0 10px;
}

.product-new-cs .product-img {
    padding: 20px 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 220px;
}

.product-new-cs .product-img img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 180px;
    min-height: 180px;
    object-fit: cover;
}

.product-new-cs .product-name {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.product-new-cs .product-name:before {
    display: table-cell;
    vertical-align: middle;
    float: left;
    content: "\f0da";
    font-family: fontawesome;
    color: #fff;
    width: 36px;
    height: 36px;
    background: #9c071e;
    text-align: center;
    line-height: 36px;
}

.product-new-cs .product-name a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
}

.product-new-cs .desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    padding-left: 40px;
    padding-right: 15px;
    height: 165px;
    overflow: hidden;
}

.product-new-cs .price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-left: 40px;
    margin: 5px 0 10px;
}

.product-new-cs .price .new {
    color: #231815;
    font-weight: 700;
    /* display: block; */
}

.product-new-cs .price .btn-buy {
    float: right;
    margin-right: 10px;
}

.btn-buy {
    display: inline-block;
    border: 1px solid #9b081f;
    padding: 4px 15px;
    color: #9b081f;
    border-radius: 50px;
    transition: all,.3s;
    font-size: 14px;
    font-weight: 400;
}

.btn-buy:hover {
    background: #9b081f;
    color: #fff;
}

.btn-buy:before {
    content: "\f07a";
    font-family: fontawesome;
    margin-right: 7px;
}

.product-new-cs .prd-hotline {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 40px;
}

.product-new-cs .prd-hotline strong {
    font-weight: 600;
}

.product-new-cs .prd-hotline span {
    color: #e60000;
    font-weight: 600;
}

.wtsdepartmentmenu {
    z-index: 999 !important;
}

.ModuleContent .headtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    color: #333;
    text-align: center;
}

.ModuleContent .headtitle:after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background: #9c071e;
    margin: 0 auto;
    margin-top: 10px;
}

.ModuleContent {
    width: 100%;
}

.new-left .img-blogs {
    width: 100% !important;
    max-height: 300px;
}

.new-left .img-blogs img {
    height: 300px;
    object-fit: cover;
}

.new-right .img-blogs img {
    height: 150px;
    object-fit: cover;
}

.new-right .img-blogs {
    width: 100% !important;
    max-height: 150px;
}

.new-right .desc-blogs, .new-tw .info .desc-blogs, .new-th .info .desc-blogs {
    display: none;
}

.new-left .info, .new-right .info {
    padding-left: 0 !important;
    overflow: unset !important;
}

.new-left>.row>div, .new-right>div {
    padding: 0;
}

.item-blogs {
    padding: 0;
    border: unset;
}

.new-tw .img-blogs img, .new-th .img-blogs img {
    height: 200px;
    object-fit: cover;
}

.block-news .title-blogs-item a {
    font-size: 18px;
    font-weight: bold;
    color: #4d4c51;
}

.box-gallery .nav_title {
    margin-bottom: 79px;
    border: unset;
}

.image-wrapper img {
    min-height: unset;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-title {
    opacity: 1;
    position: relative;
    color: #000;
    padding: 10px 0;
}

.image-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3) url(/uploads/plugin/custom_img/2019-03-06/1551841642-1047861162-custom.png) center center no-repeat;
    z-index: 10;
}

.bg-slider>.container>.row>div:nth-child(2) {
    padding: 0;
}

#footer {
    background: unset;
    position: relative;
}

#footer:before {
    content: "";
    display: block;
    width: 100%;
    background: #0258a1;
    height: 100%;
    position: absolute;
    max-width: 1170px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 4px solid #9c071e;
}

#footer>div>.container>.row {
    margin: 0;
}

#footer>div:nth-child(3)>.container>.row {
    margin-left: -15px;
    margin-right: -15px;
}

.widget-title-outer {
    padding: 5px 0;
    margin-bottom: 15px;
}

.widget-title span {
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    margin: 3px 0;
    line-height: 22px;
}

#footer .title-menu-ft {
    color: #ffffff;
}

.custom-content {
    line-height: inherit;
    text-align: left;
    color: #333;
}

.icon-address, .icon-home, .icon-phone, .icon-email {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 5px 0;
    text-align: left;
    /*white-space: nowrap;*/
    color: #ffffff;
    line-height: 30px;
}

.icon-item:before {
    background-color: rgb(156, 8, 31);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.menu-footer-vertical.box-ft {
    padding: 0;
}

.title-menu-ft, .custom-content a, .menu-footer-vertical a {
    color: #ffffff;
}

.du-an-hot {
    padding: 40px 0 60px;
    background: #fff url(/uploads/plugin/custom_img/2019-03-06/1551855049-1973330297-custom.png) repeat-x center top;
}

.du-an-hot .ModuleContent {
    width: 100%;
}

.du-an-hot .slider-product {
    padding: 0 60px;
}

.img-blogs-cs {
    height: 500px;
    overflow: hidden;
    width: 100%;
}

.img-blogs-cs img {
    height: 500px;
    object-fit: fill;
    width: 100%;
}

.du-an-hot .info-cs {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    padding: 30px;
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 500px;
    height: auto;
    text-align: center;
    background-color: rgba(0, 110, 161, 0.6);
}

.info-cs .desc-blogs {
    color: #fff;
}

.du-an-hot .owl-prev {
    left: 0 !important;
    top: 50% !important;
    z-index: 5;
    font-size: 60px !important;
    right: auto !important;
}

.du-an-hot .owl-next {
    right: -30px !important;
    top: 50% !important;
    z-index: 5;
    font-size: 60px !important;
    left: auto !important;
}

.fix {
    max-width: 1920px;
    margin: auto;
    background: #9c071e;
    z-index: 99999;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    display: block !important;
}

.menu-vetical:hover + .wsshopwp ul.wstabitem {
    display: block !important;
}

.wsshoptabing > .wsshopwp {
    position: absolute;
    width: 100%;
    border: 1px solid #f1f1f1;
}

.title-bread {
    padding: 10px 0;
}

#SectionTabs {
    padding: 0 0 30px;
    position: relative;
    float: left;
    width: 100%;
}

.SectionTab {
    position: relative;
    float: left;
    background-color: #535051;
    width: calc(100%/4);
    text-align: center;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
}

.SectionTabSelected {
    position: relative;
    float: left;
    background-color: #FF3300;
    text-align: center;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
}

.SectionTabs a {
    color: white!important;
}

.SectionTab:hover {
    background-color: #FF3300;
}

.tab-content {
    clear: both;
}

.title-desc {
    font-size: 18px;
    font-weight: 600;
    color: #f30;
    padding: 5px 10px;
    background: #f7f7f7;
}

.header-bottom .box-search.pull-right {
    display: none;
}

.header-bottom.fix .search-mobile-container {
    display: block !important;
    float: right;
    padding: 10px 0;
}

.fix .box-search {
    position: absolute;
    width: 300px;
    right: 0;
    margin: auto;
    top: 50px;
    display: none;
    background: #fff;
    border-radius: 0px;
    z-index: 999;
    padding: 15px;
    box-shadow: 0 0 5px #000;
}

.header-bottom>.container>.row>[class^="col-sm-"]:last-child .wsmenucontainer.clearfix {
    float: left;
}

.fix .box-search-mobile .btn-show-search {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.fix .box-search .form-inline .form-group {
    width: calc(100% - 39px);
    -webkit-width: calc(100%-39px);
    -moz-width: calc(100%-39px);
    -o-width: calc(100% -39px);
}

.fix .box-search>.form-inline {
    margin: 0;
    border-radius: 0;
}

.fix .btn-search {
    background: none;
    border: none;
    color: #000;
    padding: 12px;
}

.fix .box-search>.form-inline>.form-group>.input-group>.form-control {
    border-left: 0;
    border-radius: 0;
}

.wrap-suggestion {
    z-index: 999999;
}

#header .logo img {
    width: 200px;
}

#example .title-blogs-item a {
    color: #fff;
}

.bottom-footer {
    background: #2075bb;
}

.icon-item:before {
    color: #fff;
}

.custom-content h2 {
    font-size: 19px;
    text-transform: uppercase;
}

.audio-custom p {
    margin: 0 0 5px;
    color: #000;
}

table tbody tr:nth-child(2n+1) {
    background: #f7f7f7;
}

.style-view-small.item-product .img {
    min-height: unset;
}

.style-view-small.item-product .img>a>img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-product-small .style-view-small {
    padding: 0;
}

.list-product-small .title-product a {
    font-size: 14px;
}

.list-product-small .price-well {
    font-size: 14px;
}

.list-product-small .style-view-small .info {
    margin-top: 0;
    padding: 10px;
}

.banner-detail-p {
    padding: 10px 0;
}

.phone-desktop {
    position: fixed;
    bottom: 0;
    background: #f4a137;
    left: 5px;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.quicklinks-inner p {
    margin: 0 0 5px;
}

.title_style1 h2 {
    color: #5561c3;
    font-size: 20px;
    font-weight: normal;
}

/*.list-item>.item-product.style-view-2>.img{*/
/*    padding-top:20%;*/
/*    min-height:unset;*/
/*    border:1px solid #ececec;*/
/*}*/
.captcha-img {
    width: auto !important;
}

.captcha-input {
    margin-left: 5px;
    margin-top: 2px;
    height: 30px;
    position: absolute;
    width: 25%;
    top: 0;
}

.captcha-reload+ .text {
    width: 25%;
    float: left;
}

.captcha-reload {
    width: auto !important;
    margin-top: 5px;
    display: inline-block;
    margin-left: 15px;
    float: none !important;
}

.btn-reload-captcha {
    line-height: 25px;
}

#load-list-data .list-item.view-list .img {
    padding-top: 30%;
}

.image-wrapper {
    height: 100%;
    padding-top: 70%;
}

span.image-title {
    text-overflow: ellipsis;
    white-space: normal;
    display: table;
}

.mightyslider_modern_skin .mSButtons {
    z-index: 9 !important;
}

@media(min-width: 1200px) {
    .wsmain {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .wsmenu-list > li > a {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .wsmain {
        width: 100%;
        margin: 0;
    }
}

@media ( max-width: 1140px) {
    .wsmenu-list > li {
        margin-right:20px;
    }
}

@media (max-width: 1200px) {
    #header .block-language {
        float: right;
        margin-right: 15px;
    }

    .block-language .dropdown-toggle {
        font-size: 13px;
    }

    .item-fan-page {
        float: left;
        position: absolute;
        bottom: 0;
        left: 15px;
        z-index: 9;
        margin-bottom: 5px;
    }

    span.text-mini-cart {
        display: none;
    }

    .mini-cart-order:before {
        border-radius: 6px 6px 0 0;
    }

    .mini-cart-order .dropdown-toggle:before {
        content: '\e89d';
        display: inline-block;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        font-stretch: normal;
        font-kerning: auto;
        font-feature-settings: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        font-size: 18px;
        color: rgb(255, 255, 255);
        font-variant: normal;
    }

    .logo {
        display: block;
        padding: 10px 0;
    }

    .logo img {
        margin: 0px auto;
        display: block
    }

    .box-search {
        margin: 15px 0;
        padding: 0 15px;
    }

    .box-search>.form-inline>.form-group>.btn-search {
        background: #4e94d7;
        color: #fff;
        border-radius: 0 5px 5px 0;
    }

    .bg-logo {
        display: none;
    }

    .bg-menu {
        background: #9c071e;
        margin-bottom: 0;
    }

    .bg-menu .animated-arrow {
        margin: 5px 0;
        padding: 13px 35px 16px 0px;
    }

    .mighty-slider {
        height: 405px !important
    }

    .bg-slider>.container>.row {
        -webkit-box-shadow: unset;
    }

    .product-xml-as .tab-product {
        min-height: auto;
    }

    .product-xml-as>.tab-product .pull-right {
        float: right !important;
    }

    .product-xml-as .dropdown-menu {
        right: 0;
        left: auto;
        background: #fff;
    }

    .du-an-hot .slider-product {
        padding: 0 20px;
    }

    .img-blogs-cs {
        height: 200px;
        overflow: hidden;
        width: 100%;
    }

    .img-blogs-cs img {
        height: 200px;
        object-fit: fill;
        width: 100%;
    }

    .du-an-hot .info-cs {
        font-size: 14px;
        padding: 10px;
        width: 220px;
    }

    .du-an-hot .owl-controls {
        display: none !important;
    }

    .ModuleContent {
        width: 100%;
    }

    #video-gallery-74 {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .mighty-slider {
        height: 420px !important;
    }
}

@media(max-width: 767px) {
    .mighty-slider {
        height: 48vw !important;
    }

    .mightyslider_modern_skin .mSButtons {
        display: none !important
    }

    .mightyslider_modern_skin.isTouch .mSPages li {
        width: 16px !important;
        height: 16px !important;
    }

    .du-an-hot {
        padding: 30px 0;
    }

    .du-an-hot .slider-product {
        padding: 0;
    }

    .item-customer {
        margin-bottom: 15px;
    }

    #footer>div>.container>.row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .logo-footer {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .logo-footer img {
        width: 200px;
    }

    #header .logo img {
        width: 200px;
    }

    .box-search {
        margin: 0;
    }

    .product-new-cs {
        padding: 0;
    }

    .detail-post h2.title-blogs-item {
        height: unset;
        font-size: 20px;
        line-height: 22px;
    }

    .top-list-blogs-subpage {
        clear: both;
        width: 100%;
    }

    .header-bottom>.container>.row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.title_style h2, .title_style h3, .title_style h4 {
    background-color: #f2B705;
}

.box-product.product-left {
    margin-top: 30px;
}

.product-left h2 {
    background-color: #4f96d4;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 14px 15px;
    position: relative;
}

.news-left .nav_title {
    border: unset;
    background-color: #4f96d4;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 14px 15px;
    position: relative;
}

.news-left .nav_title a:before {
    display: none;
}

.news-left .nav_title a {
    color: #fff;
    padding: 0;
}

.news-left .img-blogs {
    width: 30% !important;
    max-height: 100px;
    padding-top: 33%;
    position: relative;
}

.news-left .img-blogs a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.news-left .img-blogs img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-left .info {
    padding-left: 15px !important;
}

.news-left .info h2 {
    margin-top: 0;
    font-size: 18px;
}

.news-left .info h2 a {
    font-size: 17px !important;
}

.block-news.news-left {
    border: 1px solid #ddd
}

.news-left .item-blogs {
    margin: 5px;
    border-bottom: 1px solid #ddd;
}

.product-detail .product-left {
    margin-top: 0;
}

.mightyslider_modern_skin .mSThumbnails {
    z-index: 0 !important;
}

.detail-post img {
    width: auto;
    height: auto;
}

table td, table th {
    padding: 1rem .75rem;
    border: 1px solid #ddd
}

table {
    width: 100%;
}

.wrap-list .list-item:not(.view-list) .desc-blogs {
    height: 60px;
}

.wrap-list .list-item:not(.view-list) .title-blogs-item {
    height: 50px;
}

.wrap-list .list-item:not(.view-list) .title-blogs-item a {
    font-size: 18px !important;
}

.wrap-list .view-list .title-blogs-item {
    height: unset;
}

.detail-post .title-blogs-item {
    height: unset;
}

@media(max-width: 767px) {
    table {
        display: block;
        overflow-x: scroll;
    }

    .top-list-blogs-subpage>.row>div:nth-child(2)>.clearfix {
        border-top: 1px solid #ddd;
    }

    .title_style h3 .show-mobile {
        color: #fff;
    }
}

@media(max-width: 500px) {
    .advanced-product .title-product {
        height: 40px;
    }

    table {
        width: 100%;
    }

    .bottom-detail-product img {
        width: auto;
        height: auto;
    }

    .SectionTab {
        height: 50px;
    }

    .slider-thumb .item img {
        max-width: unset;
        height: 50px;
        object-fit: cover;
    }
}

.addThis_listing {
    position: fixed;
    bottom: 120px;
    left: 30px;
    list-style-type: none;
    z-index: 9;
}

.addThis_listing .addThis_item {
    margin-bottom: -20px;
}

.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 1) transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.addThis_listing img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.detail-post span {
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px!important;
}

.detail-post h2 span {
    font-size: 20px!important;
}

.description-product-detail span {
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px!important;
}

.bottom-detail-product span {
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px!important;
}

@media(max-width: 991px) {
    .addThis_listing {
        left: 35px;
        bottom: 160px !important;
    }

    .title-product {
        max-height: unset;
        min-height: 40px;
    }
}

.des-text {
    padding-left: 15px;
    font-size: 13px;
    margin-bottom: 30px;
}

.phone-desktop2 {
    left: 240px;
}

.header-main {
    background: #1059a3;
}

.phone-right {
    display: flex;
    align-items: center;
}

.phone-right .content-phone p {
    font-weight: 700;
    color: #4e94d7;
    margin-bottom: -10px;
}

.phone-right .content-phone p:last-child {
    margin-bottom: 0 !important;
    color: #F2B705;
    font-size: 18px;
}

.phone-right .icon__phone {
    flex: 0 0 40px;
    text-align: center;
    height: 40px;
    background: #4e94d7;
    color: #fff;
    border-radius: 100%;
    line-height: 42px;
    font-size: 25px;
    margin-right: 15px;
}

.header-mid>.container>.row {
    display: flex;
    align-items: center;
}

.header-mid {
    border-top: 0px solid #ddd;
}

.header-top-menu {
    padding: 0px 0;
}

.wsmenu-list > li > .navtext i {
    display: none;
}

.header-top-menu .wsmenucontainer {
    float: right;
}

.header-top-menu .wsmenu-list > li > .navtext {
    color: #000;
    padding: 0px 0;
}

/*phone*/
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: white;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}

.hotline-bar > a:hover, .hotline-bar > a:active {
    color: #fff;
}

.hotline-phone-ring-wrap.hot2 {
    bottom: 65px;
}

.hotline-phone-ring-wrap.hot3 {
    bottom: 130px;
}

#tab1 img {
    width: auto !important;
}

.itemProduct .name_product {
    height: 45px;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

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

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

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

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

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.hotline-phone-ring-img-circle .pps-btn-img i {
    color: var(--white);
    font-size: 18px;
}

@media(max-width: 768px) {
    .item-blogs .img-blogs {
        max-height: 160px;
    }
}
