@import "../style/loading-bar.css";
@import "../style/product-scrollbottom.css";
@import "../style/addgiohang.css";
@import "splienquan.css";

@font-face {
    font-family: 'Urbanist';
    src:  url("../font/Urbanist-Italic[wght].ttf") format("truetype"); 
    /*url("../font/Urbanist[wght].ttf") format("truetype");*/ 
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'concung';
    src: url("../font/saminfood-Regular.eot") format("embedded-opentype"), 
    url("../font/saminfood-Regular.woff") format("woff"), 
    url("../images/saminfood.ttf") format("truetype"); 
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'concung';
    src: url("../font/saminfood-Italic.eot") format("embedded-opentype"), 
    url("../font/saminfood-Italic.woff") format("woff"), 
    url("../font/saminfood-Italic.ttf") format("truetype");
    font-style: italic; 
}

@font-face {
  font-family: 'concung';
  src: url("../font/saminfood-SemiBold.eot") format("embedded-opentype"), 
  url("../font/saminfood-SemiBold.woff") format("woff"), 
  url("../font/saminfood-SemiBold.ttf") format("truetype");
  font-weight: 700; 
}

@font-face {
  font-family: 'concung';
  src: url("../font/saminfood-SemiBoldItalic.eot") format("embedded-opentype"), 
  url("../font/saminfood-SemiBoldItalic.woff") format("woff"), 
  url("../font/saminfood-SemiBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; 
}
@font-face{
    font-family:'fay';
    src:url('../font/fay.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
.bggrey {
    background: #eee;
}
body{
    font-family: 'concung' !important;
    font-size: 16px !important;
    line-height: normal !important; 
    color: #333;
    background: url("../images/bg_den.png") repeat !important;
}
.fontsize9{
    font-size: 9px;
}
.fontsize11{
    font-size: 11px;
}
.fontsize12{
    font-size: 12px;
}
.padd0{
    padding: 0 !important;
}
.padd05{
    padding: 0 5px !important;
}

button:hover, button:focus, 
input:hover, input:focus, 
optgroup:hover, 
optgroup:focus, select:hover, 
select:focus, textarea:hover, 
textarea:focus{
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none !important;
}
.admin-width-100{
    width: 100px !important;
}
.admin-width-150{
    width: 150px !important;
}
.admin-width-200{
    width: 200px !important;
}
.clearfix{
    clear: both;
}
.container{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
}
.padd10{
    padding: 0 10px !important;
}
header {
    background: linear-gradient(to right,#A17404 0,#ffff99 100%);
    width: 100%;
    height: 56px;
    text-align: center;
    z-index: 99999999999999999999;
}
header.active{
    position: fixed;
    top:0;
    /*background: url(../images/top-bg.jpg) no-repeat;*/
}
button.btn.btn-primary.mobitop-search {
    background: none !important;
    border: none !important;
}
.left-container header img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
span#close-menu {
    position: absolute;
    top: 11px;
    font-size: 28px;
    color: #fff;
    right: 5px;
}
.modal{
    z-index: 9999999999 !important;
}
.main-container {
    width: 100%;
    min-width: 240px;
    /*background-color: white;*/
    min-height: 100%;
    -webkit-transition: transform 150ms ease;
    -o-transition: transform 150ms ease;
    transition: transform 150ms ease;
}
.left-container{
    position: absolute;
    left: -240px;
    width: 240px;
    background-color: white;
    display: none;
    height: 100%;
}
.mbi-dmcon{
    position: absolute;
    left: -240px;
    width: 240px;
    background-color: white;
    display: block;
    height: 100%;
}
.mbi-dmcon.open {
    display: block;
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
    z-index: 999999999;
    position: fixed;
    top: 0;
}
header #open-menu {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-size: 28px;
    height: 43px;
    line-height: 37px;
}
.left-container.open {
    display: block;
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
    z-index: 999999999;
    position: fixed;
}
.mbileft.cancel {
    display: block;
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
    z-index: 9999999999;
    position: fixed;
}
.main-container.open {
    overflow-x: hidden;
    -webkit-transform: translateX(240px);
    -moz-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
}
.main-container.open:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
    display: block;
    top: 0;
    left: 0;
    opacity: .5;
}
/*
##┌────────────────────────────────────────────────┐     
  ## Note: phần main menu click 
##└────────────────────────────────────────────────┘
*/
.dieutri-pic{
    height: auto;
}
.mobi-head img {
    width: 100%;
   /* height: 240px !important;*/
}
.owl-nav{
    display: block;
}
.mobi-slide{
    position: relative;
    height: auto;
}
.owl-prev,
.owl-next{
    top:-50px !important;
}
.footer {
    margin-top: 5rem;
    background: #f7f7f7;
    border-top:2px solid #006699;
}
.home-gt-text,
.tintuc-main-one,
.tintuc-detail-text,
.tintuc-detail-title,
.module-in-title-left {
    padding: 0 15px;
}
.tintuc-detail-text img{
    width: 100% !important;
    height: auto !important;
}
.mobi-social {
    text-align: center;
    padding: 10px 0 15px 0;
}
.mobi-social a {
    padding: 0 5px;
}
.mobi-menu >ul {
    padding: 0;
    margin: 0;
    line-height: normal;
}
.mobi-menu > ul > li {
    border-bottom: 1px solid #c7c7c7;
    padding: 8px 0;
}
.mobi-menu > ul > li >a {
    color: #757575;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    display: inherit;
}
.mobi-menu > ul > li >a:hover,
.mobi-menu > ul > li >a:focus{
    text-decoration: none;
}
.mobi-menu > ul > li >ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: -7px;
    display: none;
}
.mobi-menu > ul > li.mobisp >ul{
    overflow-y: scroll;
    height: 216px;   
}
.mobi-menu > ul > li >ul.item-show-logout{
    display: block !important; 
}

ul.x-danhmucsanpham {
    margin: 8px 0 -8px 0 !important;
    display: none;
}
ul.x-danhmucsanpham.open{
    display: block;
}
.mobi-menu > ul > li >ul > li{
    border-top:1px solid #ccc;
    background: #faf9f6;
    position: relative;
}
.mobi-menu > ul > li >ul > li >a{
    font-size: 13px;
    padding: 10px 5px 10px 10px;
    display: block;
    color: #757575;
    text-transform: lowercase;
}
.mobi-menu > ul > li >ul > li >a > i {
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 20px;
}
.box_contact{
    padding: 0 15px;
}
.lienhe-info {
    padding: 10px 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.mobi-tintuc-global >ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobi-tintuc-global >ul >li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}
.mobi-tintuc-global >ul >li:last-child{
    border-bottom: none;
}
.supp-cat-pic{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.supp-cat-pic img {
    width: 100%;
    height: auto;
}
.tintuc-lq-text{
    padding: 0 10px 7px 10px;
}
.dieutri-pic2{
    height: auto;
}
.web-margin-20{
    margin: 0 0 15px 0;
}
.nivo-controlNav{
    display: none;
}
.foot_act img{
    /*width: 100% !important;*/
    height: auto !important;
}
.menu-mobi{
    /*position: absolute;
    top:12px;*/
}
.menu-mobi span {
    font-size: 30px;
    position: absolute;
    top: 7px;
}
input.form-control.f-text {
    position: absolute;
    /* top: 13px; */
    /* right: 10px; */
}
input.f-search {
    position: absolute;
    right: 20px;
    top: 24px;
}
/*** menu-homemobi *********************/
.mobi-homemenu {
    overflow-x: auto;
    /*background: #02518c;*/
    border-bottom: 2px solid yellowgreen;
}
.mobi-homemenu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width: 100%;
    display: table;
}
.mobi-homemenu >ul >li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mobi-homemenu >ul >li >a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
.mobi-homemenu >ul >li >a:hover,
.mobi-homemenu >ul >li >a:focus{
    text-decoration: none;
}
.theme-module {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background:#FFE9F1;
    padding-left: 10px;
    /*background: linear-gradient(90deg,#3AC3C5 0%, #2B83A0 53.59%, #205F89 100%);*/
}
.theme-module span{
    color:#333;
    font-size:14px;
    letter-spacing: 0.5px;
}
.theme-module i{
    padding: 0 10px;
}
.gioithieu-text{
    text-align: justify;
    padding: 0 15px;
}
.gioithieu-text img {
    width: 100%;
    height: auto;
}
.f-information{
    color:#000;
    padding: 10px 5px 50px 5px;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
}
.f-information span {
    font-size: 18px;
    font-family: initial;
}
.shopcat-global-out > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shopcat-global-out > ul >li {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}
.shopcat-global-out > ul >li:last-child{
    border-bottom: none;
}
.mobi-shopcat-pic img {
    width: 100%;
    height: auto;
}
.mobi-shopcat-title {
    text-align: center;
    padding: 10px 0 0 0;
}
.mension-v {
    padding: 0 15px;
}
.mobi-axs{
    padding: 0 0 0 5px !important;
}
.mobi-plan-global {
    padding: 15px;
}
.mobi-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.mobi-time {
    color: #b7b7b7;
    padding: 5px 0;
}
.mobi-text img {width: 100%;height: auto;padding-bottom: 10px;}
.news-relate-show {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.news-relate-show span {
    padding-left: 10px;
    font-size: 16px;
}
.news-relate >ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-relate >ul >li {
    padding-left: 10px;
    line-height: 30px;
}
.news-relate >ul >li > a:hover{
    text-decoration: none;
}
.lienhe-text {
    padding: 10px 15px 0 15px;
    text-align: justify;
}
.mobi-lienhe-global {
    padding: 0 15px;
}
.lienhe-text2 {
    padding: 0 15px;
}
/*** call-mobi **********************/

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75 !important;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/mobi-call.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #0089B9;
    background-size: 70%;
}
.mypage-alo-phone {
    position: fixed;
    bottom: 0;
    left:0;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.shop-mobi-global {
    padding: 10px 15px;
}
.shop-pic img {
    width: 100%;
    height: auto;
}
.shop-text p {
    line-height: 25px;
}
.shop-title {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}
.mobi-search-global > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobi-search-global >ul >li {
    border: 1px solid #ccc;
    margin: 0 0 13px 0;
    padding: 10px;
}
.mobi-search-global {
    padding: 0 15px;
}
/*
##┌────────────────────────────────────────────────┐     
  ## Note: 
##└────────────────────────────────────────────────┘
*/
form#xfrsearch {
    position: relative;
    background: #dddddd;
    padding: 7px;
    height: 50px;
    display: none;
}
button.mobi-search {
    position: absolute;
    background: none;
    border: none;
    right: 10px;
    top: 10px;
    font-size: 20px;
}
.mobi-footer {
    padding: 20px 0;
    /*background-color: #9CDD0E;*/
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-top:1px solid #fff;
    background: #fff url(../images/foot-bg.jpg) repeat-y top center;
}
.mobi-footer a{
    color: #fff;
}
.slide-duan-pic {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
    height: 160px;
    position: relative;
}
.slide-duan-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-height: 155px;
}
.slide-duan-title {
    text-align: center;
    padding: 8px 0;
    height: 50px;
    vertical-align: middle;
    width: 100%;
    color:#fff;
}
.mobi-bg-astitle{
    background:#b07b3b;
    color:#fff; 
}
.mobi-bg-astitle {
    background: #b07b3b;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}
.mobi-editpicture .news-hometext img,
.mobi-editpicture .news-bodytext img{
    width: 100%;
    height: auto;
}
.no-data{
    padding: 0 0 20px 0;
}
.border_img_news{
    padding-right: 10px;
}
.news-lienquan {
    border-bottom: 1px solid #ccc;
    margin: 15px 0 10px 0;
    padding-bottom: 7px;
}
.news-lienquan-body td{
    padding-bottom: 8px;
}
.shop-lienquan {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 16px;
    margin-top: 20px;
}
.mobi-detailsp-title {
    font-size: 20px;
    padding-bottom: 10px;
}
.mobi-detailsp-pic img {
    width: 100%;
    height: auto;
}
.mobi-detailsp-text {
    padding: 15px 0;
}
.mobi-detailsp-text img {
    width: 100%;
    height: auto;
}
.page-title2 {
    background: #d4d4d4;
    margin-top: -1px;
    margin-bottom: 15px;
    padding: 10px 0;
}
.theme-module.pagetitle2 {
    margin-bottom: 0;
}
.page-title2 a {
    color: #000;
    font-size: 14px;
}
.page-title2 i{
    padding-left: 15px;
}
.mobi-head {
    border-bottom: 1px solid #ffffff75;
    border-top: 1px solid #ffffff75;
    z-index: 999;
}
/*
##┌────────────────────────────────────────────────┐     
  ## Note: 
##└────────────────────────────────────────────────┘
*/
.start-animate {
    z-index: 99999999999999999 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite;
}
.sang_header {
    position: absolute;
    top: 13px;
    left: -8px;
}
.left-container header {
    position: relative;
    margin: auto;
}
img.start-animate.sang_header {}
@keyframes star {
    0% {
        transform: rotate(0) scale(0);
    }
    50% {
        transform: rotate(180deg) scale(1.5);
    }
    100% {
        transform: rotate(360deg) scale(0);
    }
}
img.first-logo {
    width: 100%;
    height: auto;
}

/*@media(max-width: 1024px) {
    img.start-animate.sang_first {
        position: absolute;
        top: 96px;
        left: 169px;
    }
}*/

.first-top {
    position: relative;
}
@media(min-width: 768px) {
     img.start-animate.sang_first {
        position: absolute;
        top: 65px;
        left: 120px;
    }
}

@media(min-width: 567px) {
     img.start-animate.sang_first {
        position: absolute;
        top: 65px;
        left: 160px;
    }
}


@media(max-width: 640px) {
    .slide-duan-pic{
        height: 200px;
    }
    .slide-duan-pic img {
        max-height: 155px;
    }
    
    .sang_first {
        position: absolute;
        top: 20px;
        left: 46px;
    }
}
/*@media(min-width: 414px){

    .sang_first {
        position: absolute;
        top: 29px;
        left: 54px;
    }
}
@media(max-width: 375px){

    .sang_first {
        position: absolute;
        top: 19px;
        left: 44px;
    }
}*/

@media(max-width: 360px){

    .slide-duan-pic{
        height: 160px;
    }
    .slide-duan-pic img {
        max-height: 80px;
    }
    .sang_first {
        position: absolute;
        top: 19px;
        left: 44px;
    }
}
.left-head {
    height: 246px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.left-head img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 155px;
}
/*.sanpham-lienquan,
.theme-doitac,
.nhanhang-global,
.gianhang-title, 
.gianhang-title2 {
    background: #02518c url(../images/icon-dog-white.png) no-repeat left 10px center;
    padding: 7px 0;
    margin-bottom: 20px;
}
.sanpham-lienquan span,
.theme-doitac span,
.nhanhang-global span,
.gianhang-title span,
.gianhang-title2 span {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 40px;
}*/
.sanpham-lienquan{
    position: relative;
    margin: 0px 0 20px 0;
    padding: 0 0 3px;
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    color: #0D5DD6;
}
.sanpham-lienquan::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #0D5DD6;
}
.sanpham-lienquan h3{
    color: #3567d7;
}

.gianhang-title3{
    background: #02518c;
    padding: 7px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.home-pic-sanpham {
    height: 190px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 8px;
}
.home-pic-sanpham img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*max-height: 155px;*/
    max-height: 155px;
    max-width: 147px;
}
.home-pic-tieude{
    color:#000;
    height: 50px;
    overflow: hidden;
    display: table-cell;
    width: inherit;
    text-align: center;
    vertical-align: middle;
}
input.form-control.search-text {
    /* position: absolute; */
    /* top: 0px; */
}
.mobi-copyright {
    padding: 15px 0;
    text-align: center;
    background: #ffff99;
    color: #212121;
}
.mobi-copyright a{
    color: #212121;
    font-size: 14px;
    font-family: concung;
}
/*
##┌────────────────────────────────────────────────┐     
  ## Note: 
##└────────────────────────────────────────────────┘
*/
.megamenu.drop-menu{
    border-top: 1px solid #ccc;
    /*overflow-x: auto;*/
    display: none;
    width: 100%;
    height: 300px;
    overflow: auto;
    margin-top: 8px;
}
.megamenu.drop-menu1{
    overflow-x: auto;
    display: none;
    /*width: 100%;
    height: 250px;
    overflow: auto;*/ 
}
.megamenu.drop-menu > ul{
    /*white-space: nowrap;
    display: table;*/
    width: 100%;
    padding: 0;
    /*margin: 0;*/
    margin-bottom: -10px;
}
.megamenu.drop-menu1 > ul {
    width: 100%;
    padding: 0;
}
.megamenu.drop-menu >ul > li{
    display: inherit;
    vertical-align: middle;
    padding: 10px 20px;
    /*border-bottom: 1px solid #f3f3f3;*/
    border-top: 1px solid #f3f3f3;
}
.megamenu.drop-menu1 >ul > li{
    display: inherit;
    vertical-align: middle;
    padding: 10px 20px;
    /*border-bottom: 1px solid #f3f3f3;*/
    border-bottom: 1px solid #f3f3f3;
}
.megamenu.drop-menu >ul > li:first-child{
    border-top: none;
}
.megamenu.drop-menu ul > li > ul {
    padding-left: 0px;
    /*display: none;*/
}
.megamenu.drop-menu >ul > li > ul > li{
    text-decoration: none;
    list-style-type: none;
    /*border-bottom: 1px solid #f3f3f3;*/
    padding: 5px 0;
}
.megamenu.drop-menu >ul > li > ul > li > a{
    font-size: 12px;
    text-transform: lowercase;
    color:#212121;
}
.Gioithieu-global {
    padding: 0 15px;
    line-height: 25px;
    text-align: justify;
}
div#up img {
    width: 100% !important;
    height: auto !important;
}
div#up {
    width: 100% !important;
}
.theme-homefay {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 15px 0;
    border-radius:5px;
}
.theme-homefay > ul {
    padding:0;
    margin:0;
    list-style:none;
}
.theme-homefay > ul > li{
    line-height:25px
}
.quangcao-theme {
    height: 250px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.quangcao-theme img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 230px;
}
.nhanhang-pic {
    height: 140px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.nhanhang-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 100px;
}
.nhanhang-out{
    margin-bottom: 20px; 
}
.mobi-doitac {
    margin-bottom: 15px;
}
.mobi-doitac .owl-prev,
.mobi-doitac .owl-next{
    top:110px !important;
}
.foot-icon img {
    width: 100%;
    height: auto;
}
.col-xs-12.col-sm-12.mobi-detail-pic img {
    width: 100%;
    height: auto;
}
.col-xs-12.col-sm-12.mobi-detail-pic {
    margin-top: 10px;
}
.col-xs-12.col-sm-12.mobi-detail-title {
    font-size: 20px;
}
.tintuc-main-one,
.mobi-shop-text{
    line-height: 25px;
    text-align: justify;
}
.combotk .owl-controls{
    position: unset !important;
    height: auto !important;
}
.combotk .item {
    border-radius: 10px;
    overflow: hidden;
}
.combotk .owl-controls .owl-dots{
    display: none !important;
}
.template12{
    background: #20e0e769;
    padding: 10px;
}
.template12 h1 {
    font-size: 25px;
}
.owl-prev {
    right: 40px !important;
    left: unset !important;
}
.shop-product-text {
    padding: 0 15px;
}
.moon-title h2 {
    font-size: 25px;
}

.fixed-button {
    position: fixed;
    top: 25%;
    text-align: center;
    z-index: 20;
    left: 24px;
    margin-right: 22px;
}


/* ----------- Galaxy S9 ----------- */
 
/* Portrait and Landscape */
@media screen
  and (device-width: 360px) 
  and (device-height: 740px) 
  and (-webkit-device-pixel-ratio: 3) {
    .fixed-button {
        position: fixed;
        top: 25%;
        text-align: center;
        z-index: 20;
        left: 46px;
    }
}
 
/* Portrait */
@media screen
  and (device-width: 360px) 
  and (device-height: 740px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
    .fixed-button {
        position: fixed;
        top: 25%;
        text-align: center;
        z-index: 20;
        left: 46px;
    }
}
 


/* ----------- iPhone 5 and 5S ----------- */
 
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
 
}
 
/* Portrait */
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}
 
/* Landscape */
@media only screen
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
 
}
 
/* ----------- iPhone 6 ----------- */
 
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .fixed-button {
        position: fixed;
        top: 28%;
        text-align: center;
        z-index: 20;
        right: 3px;
    }
}
 
/* Portrait */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .fixed-button {
        position: fixed;
        top: 28%;
        text-align: center;
        z-index: 20;
        right: 3px;
    }
}
 
/* Landscape */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .fixed-button {
        position: fixed;
        top: 60%;
        text-align: center;
        z-index: 20;
        right: 50px;
    }
}
 
/* ----------- iPhone 6+ ----------- */
 
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .fixed-button {
        position: fixed;
        top: 23%;
        text-align: center;
        z-index: 20;
        right: 43px;
    }
}
 
/* Portrait */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .fixed-button {
        position: fixed;
        top: 23%;
        text-align: center;
        z-index: 20;
        right: 43px;
    }
 
}
 
/* Landscape */
@media only screen
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .fixed-button {
        position: fixed;
        top: 66%;
        text-align: center;
        z-index: 20;
        right: 123px;
    }
 
}
/* ----------- Asus Nexus 7 ----------- */
/* Landscape */
@media screen
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {
    .fixed-button {
        position: fixed;
        top: 72%;
        text-align: center;
        z-index: 20;
        right: 219px;
    }
}
/* ----------- Asus Nexus 10 ----------- */
/* Landscape */
@media screen
  and (device-width: 800px) 
  and (device-height: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) 
  and (orientation: landscape) {
    .fixed-button {
        position: fixed;
        top: 80%;
        text-align: center;
        z-index: 20;
    }
}
.header-intro img{
    height: 30px;
}
.header-intro{
    z-index: 9;
    top: 10px;
    margin-bottom: -130px;
}
.plotoon-intro a:hover,.fay-intro a:hover, 
.palma-intro a:hover, .boola-intro a:hover{
    opacity: 0.6;
}
.responsive{
    width: 100%;
    height: auto;
}
.ws_images ul{
    padding: 0;
}
.language{
    padding-top: 19px;
}
.fixed-div{
    /*background: #ffff99;*/
    padding: 10px 0;
    
}
.ws-title, #wowslider_engine, .ws_bullets{
    display: none!important;
}
.ws_images ul li{
    text-decoration: none;
    list-style-type: none;
}
.home-shop-title a,
.home-pic-tieude a{
    color: #212121;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home-shop-title {
    margin-top: 5px;
    height: 35px;
    display: table;
    text-align: center;
    width: 100%;
    line-height: 17px;
}
.mobi-onetime {
    background-color: #fff;
    margin: 10px 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
.mobi-newspic img {
    max-width: 70px;
}
.mobi-vechungtoi-home {
    line-height: 25px;
}
.sanpham-price {
    text-align: center;
    margin: 5px 0 10px 0;
}
.sanpham-price span {
    color: #EE3E80;
    font-family: 'concung';
    font-size: 17px;
}
span.underprice {
    color: #212121;
    text-decoration: line-through;
}
.sanpham-buy {
    text-align: center;
    margin-bottom: 40px;
}
div#fadein_fadeout {
    position: fixed;
    top: 100px;
    left: 15%;
    z-index: 999999;
    display: none;
}
.mobi-xslogo {
    text-align: center;
    padding: 7px 0;
}
.mobi-xslogo img {
    max-width: 90%;
}
.mobi-xslogo.remove{
    display: none;
}
.no-color.giohang {
    height: 56px;
}
.cart-img i.fa.fa-shopping-cart {
    font-size: 25px;
    color: #fff;
}
.cart-img {
    padding-top: 9px;
    position: relative;
}
span.showcard {
    position: absolute;
    background: red;
    border-radius: 100%;
    color: #fff;
    width: 18px;
    font-size: 14px;
    font-family: 'concung';
    height: 18px;
    line-height: 19px;
    text-align: center;
    left: 18px;
    top: 0;
}
span.cart-price {
    color: #fff;
    font-size: 13px;
    font-family: 'concung';
}
.mobitop-search{
    background: #02518c !important;
    border: 1px solid #02518c !important;
    height: 56px;
    font-size: 23px !important;
    font-family: concung;
    margin-left: -10px;
}
.giohang-pic img {
    width: 100%;
    height: 130px;
    object-fit: contain;
    border-radius: 5px;
}
.giohang-pic {
    max-height: 150px;
    width: 100%;
}
.giohang-title b {
    /* font-family: 'concung'; */
    font-size: 14px;
}
.giohang-price {
    font-family: 'concung';
    padding: 10px 0;
}
span.solan {
    font-family: 'concung';
    font-size: 20px;
    color: red;
    font-weight: bold;
    padding-right: 10px;
}
input.capnhat-soluong {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 33px;
}
.del-giohang {
    padding-top: 12px;
}
.del-giohang i {
    font-size: 22px;
}
.muasp-ngay {
    text-align: right;
    padding: 0px 10px 40px 0;
}
.muasp-ngay a {
    background: #428bca;
    border: 1px solid #428bca;
}
.tong-giohang {
    text-align: right;
    padding: 15px 7px;
    /* font-family: 'concung'; */
    font-size: 15px;
}
.mobi-giohang {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.section-header h2 {
    /*font-family: 'concung';*/
    font-size: 27px;
    margin-top: 0;
}

ul.breadcrumb {
    margin-top: 10px;
}

ul.breadcrumb > ul > li {
    font-family: 'concung';
    font-size: 12px;
}

li.breadcrumb-item {
}
.mobisp-title {
    padding: 10px;
    font-size: 20px;
    font-family: 'concung';
}
.mobisp-pic {
    padding: 0 8px;
    height: 250px;
    width: 100%;
}
.mobisp-pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mobisp-text {
    padding: 0 5px;
    margin: 15px 0;
}
div#price-preview {
    padding: 0 8px;
    font-family: 'concung';
    font-size: 18px;
    margin-bottom: 15px;
}
div#price-preview span {
    color: red;
    font-size: 22px;
}
div#price-preview e {
    font-size: 14px;
    color: #ccc;
    text-decoration: line-through;
    padding-left: 6px;
}
.select-wrapper {
    padding: 0 8px;
    margin: 10px 0 20px 0;
}
.select-wrapper label {
    margin: 0 5px 0 0;
    font-size: 16px;
    font-family: 'concung';
}
.box_qty {
    margin: 0;
    max-width: 100px;
    position: relative;
}
box_qty button.qty-minus {
    left: 1px;
    border-radius: 3px 0 0 3px;
}
.box_qty button {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 1px;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: none;
    text-align: center;
    overflow: hidden;
    line-height: 1;
    transition: all 0.2s ease-out;
    font-size: 16px;
    font-weight: bold;
    height: 37px;
}
.tc.item-quantity {
    padding: 10px 20px 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d8d7d7;
}
.box_qty input {
    display: block;
    text-align: center;
    width: 100%;
    padding: 2px 20px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    line-height: 17px;
}
.box_qty button.qty-plus {
    right: 1px;
    border-radius: 0 3px 3px 0;
}
button#add-to-cart {
    background: #2880c7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 31px;
}
.mobi-tukhoa {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'concung';
}
.mobi-tukhoa span {
    color: red;
}
.cart-img i.fa.fa-shopping-cart {
    font-size: 25px;
    color: #0000008c;
}
.cart-img {
    position: relative;
}
.no-color.giohang {
    /* height: 50px; */
    padding: 10px 0px;
}
span.cart-price {
    color: #fff;
    font-size: 13px;
    font-family: 'concung';
}
.mobi-donhang-detail {
    background-color: #fff;
    margin: 10px 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
.mobi-xpay {
    border-bottom: 1px solid #ccc;
    margin: 0 -11px 10px -11px;
    padding: 0px 13px 7px 13px;
    position: relative;
    font-size: 15px;
    font-family: 'concung';
}
.mobi-xemdh {
    position: absolute;
    right: 11px;
    top: 0px;
}
.mobi-xpay span {
    color: black;
    font-weight: bold;
}
p.mobitext {
    color: #776565;
}
p.mobitext span {
    color: #212121;
}
.headtop-slogan {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.7px;
    text-align: center;
    padding-bottom: 10px;
}
.aba-nice {
    position: absolute;
    background: #fff;
    min-height: 100px;
    width: 90%;
    right: 4%;
    top: 189px;
    z-index: 99999999999;
    border: 3px double #ccc;
    border-radius: 5px;
    display: none;
    text-align: left;
    letter-spacing: 0.5px;
    color: #000;
}
.aba-nice b {
    display: block;
    text-align: center;
    padding: 32px 0 0 0;
}
.headtop-phone.pos_initial {
    border-bottom: 1px solid #f1f1f173;
    padding: 0 23px 13px 23px;
}
.thout-global {
    border-bottom: 11px solid blue;
    margin: 10px 0;
    box-shadow: -4px -3px 6px 0px rgb(0 0 0 / 20%);
}
.thout-around {
    /* border: 1px solid blue; */
    /* margin: 1px; */
}
.thout-inside {
    width: calc(100%/4);
    float: left;
    text-align: center;
}
.thout-pic {
    padding: 15px;
}
.thout-title {
    margin-bottom: 15px;
}
.thout-title a {
    color: red;
    font-size: 12px;
    text-shadow: 1px 1px 1px #ccc;
}
.thout-pic img {
    max-width: 70px;
}
.padd5{
    padding: 5px;
}
.home-baiviet-title {
    color: red;
    font-size: 20px;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.sale{
    position: absolute;
    top: 6px;
    right: 6px;
    display: inline-block;
    background: #FF5722;
    color: white;
    height: 2.5rem;
    width: 2.5rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5rem;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    font-size: 13px;
    /*z-index: 9;*/
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}


.sale:before, .sale:after {content: "";position: absolute;background: inherit;height: inherit;width: inherit;top: 0;left: 0;z-index: -1;-webkit-transform: rotate(30deg);transform: rotate(30deg);}

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



@-webkit-keyframes beat {

from {

-webkit-transform: rotate(-20deg) scale(1);

transform: rotate(-20deg) scale(1); }

to {

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

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

@keyframes beat {

from {

-webkit-transform: rotate(-20deg) scale(1);

transform: rotate(-20deg) scale(1); }

to {

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

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

@media (min-width: 768px) and (max-width: 991px) {

.wrap-medium-header {

justify-content: space-between;

-webkit-justify-content: space-between; } }



@-moz-keyframes bounce {

0%, 20%, 50%, 80%, 100% {

-moz-transform: translateY(0);

transform: translateY(0);

}

40% {

-moz-transform: translateY(-10px);

transform: translateY(-10px);

}

60% {

-moz-transform: translateY(-3px);

transform: translateY(-3px);

}

}

@-webkit-keyframes bounce {

0%, 20%, 50%, 80%, 100% {

-webkit-transform: translateY(0);

transform: translateY(0);

}

40% {

-webkit-transform: translateY(-10px);

transform: translateY(-10px);

}

60% {

-webkit-transform: translateY(-3px);

transform: translateY(-3px);

}

}

@keyframes bounce {

0%, 20%, 50%, 80%, 100% {

-moz-transform: translateY(0);

-ms-transform: translateY(0);

-webkit-transform: translateY(0);

transform: translateY(0);

}

40% {

-moz-transform: translateY(-10px);

-ms-transform: translateY(-10px);

-webkit-transform: translateY(-10px);

transform: translateY(-10px);

}

60% {

-moz-transform: translateY(-3px);

-ms-transform: translateY(-3px);

-webkit-transform: translateY(-3px);

transform: translateY(-3px);

}

}
.positionR{
    position: relative;
}
.supp-cat-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homemobi-noibat {
    margin-bottom: 20px;
}
.dvnb-title a {
    color: red;
    font-size: 16px;
    text-shadow: 1px 1px 0 #ccc;
}
.dvnb-title {
    margin-bottom: 7px;
}
.dvnb-text {
    line-height: 20px;
    margin-bottom: 7px;
}
.dvnb-more {
    text-align: right;
}
.home-baiviet-more {
    margin-bottom: 25px;
}
.mobi-khnvct {
    background: #f1f1f1 url(../images/bg_feedback.png) no-repeat top center;
    margin: 0 -5px;
    padding: 20px 5px;
}
.home-shop-pic {
    height: 200px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.home-shop-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gcmp-khampha {
    border-bottom: 2px solid #3567d7;
    margin-bottom: 40px;
    text-align: center;
    margin: 0 20px 30px 20px;
}
.gcmp-khampha span {
    text-align: center;
    font-size: 25px;
    font-family: sumi;
    color: #3567d7;
    position: relative;
    top: 13px;
    background: #fff;
    padding: 0 15px;
}
.padd5{
    padding: 5px !important;
}
.padd7{
    padding: 7px !important;
}
.padd10{
    padding: 10px !important;
}
.khuyenmai-global {
    background: url(../images/KM.jpg) repeat-y top center;
    padding: 20px 0;
    margin: 0 -5px;
}
.khuyenmai-pic {
    height: 140px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.khuyenmai-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.mobi-km {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 7px 0 10px 0;
}
.khuyenmai-title {
    color: red;
    text-align: center;
    padding-top: 7px;
    font-size: 15px;
    background: #00000091;
    border-radius: 5px;
    margin: 10px 0;
    min-height: 73px;
}
.mobikhnvct{
    background:#f0f0f0 url(../images/bg_feedback.png) no-repeat top center;
    padding: 20px 5px;
    margin-top: 20px;
}
.crtd {
    margin: 20px 0 25px 0;
    text-align: center;
}
.crtd span {
    color: #0A3872;
    font-size: 20px;
    font-style: italic;
    border-bottom: 3px double #0000003d;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0;
}
.custom-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
}
.custom-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.item.webcenter {
    text-align: center;
    text-align: -webkit-center;
}
.custom-title {
    margin: 15px 0;
    color: #6ebb03;
    font-size: 20px;
}
.custom-text {
    padding: 0 10px;
    line-height: 21px;
    text-align: justify;
}
.albumpic {
    height: 200px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
}
.albumpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}
.marquee0 img {
    width: 130px !important;
    height: 80px;
}
.marquee0 a{
    margin: 0 10px;    
}
.marquee0 {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 1px #ccc;
    margin: 5px;
}
.mobibgfoot{
    background: #f9f9f9;
    border-radius: 10px;
    padding: 7px;
    color: #333;
    margin-top: 20px;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 15px;
}
.foot_act strong {
    font-size: 20px;
    font-family: 'concung';
    margin: 7px 0;
    display: block;
}
.foot-io {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    text-align: left;
    font-family: 'concung';
    padding-bottom: 7px;
}
.foot-io i {
    color: #000;
    font-size: 15px;
    padding-right: 10px;
    position: relative;
    top: 2px;
    width: 20px;
}
.padd10{
    padding: 0 10px !important;
}
.f-csbanhang {
    margin: 15px 0;
}
ul.footer-links {
    list-style: none;
    background: #ece6e63d;
    display: block;
    width: 100%;
    padding: 15px 20px 15px 9px;
    border-radius: 10px;
}
ul.footer-links > li {
    line-height: 28px;
    padding-left: 15px;
    position: relative;
    text-align: left;
    color: #333;
}
/*.footer-links > li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transform: rotate( 
45deg
 );
    -webkit-transform: rotate( 
45deg
 );
    -moz-transform: rotate(45deg);
}*/
ul.footer-links > li > a {
    color: #333;
    font-size: 16px;
    letter-spacing: 0.5px;
}
ul.footer-links > li > a > i{
    position: absolute;
    right: 10px;
    top: 10px;
}
ul.footer-links > li > ul {
    background: #00000059;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}
ul.footer-links > li > ul.open{
    display: block;
}
ul.footer-links > li > ul >li {
    padding: 5px 0 5px 15px;
}
.foot-social a {
    height: 35px;
    width: 35px;
    display: block;
    float: left;
    text-align: center;
    line-height: 42px;
    margin: 0 20px;
    background: #fff;
    border-radius: 5px;
}
i.fa.fa-youtube-play {
    color: red;
}
.foot-social .fb {
    background: #4e71a8;
}
.foot-social .wt {
    background: #00B6F1;
}
.foot-social .yt {
    background: #ca3737;
}
.foot-social .gg {
    background: aliceblue;
    position: relative;
}
a.gg img {
    position: absolute;
    left: 2px;
    top: 2px;
    height: 31px;
    width: 31px;
}
.foot-social {
    justify-content: center;
    text-align: -webkit-center;
    display: flex;
    margin-bottom: 17px;
}
.hitstat {
    text-align: center;
}
.foothome img {
    width: 100%;
}
.foot-icon img {
    max-width: 90px;
}
.mobi-pagecate {
    line-height: 25px;
}
.foot-social i {
    font-size: 20px;
}
.mobi-thuonghieu > ul > li {
    width: calc(100%/4);
    float: left;
    display: table-cell;
    /* vertical-align: middle; */
    text-align: center;
    border-right: 1px solid #ccc;
    height: 90px;
    padding: 20px 0px;
}
.mobi-thuonghieu > ul {
    display: table;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.mobith-pic img {
    max-width: 70px;
}
.mobi-thuonghieu > ul > li:last-child {
    border-right: 0;
}
.mobith-title {
    padding-top: 7px;
    font-size: 12px;
    color: red;
    text-shadow: 1px 1px 0 #ccc;
    font-style: italic;
}
.mobisp-text p {
    line-height: 25px;
}
.mar07{
    margin: -29px 7px 6px 7px;
    z-index: 999999999;
    background: #fff;
}
.pageinside {
    background-color: #fff;
    margin: 10px 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
.mobigtcpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobigtcpic {
    padding: 7px 0;
    height: 201px;
}
.mobigtv-title {
    color: #212121;
    font-size: 16px;
    font-style: italic;
    text-shadow: 1px 1px 0 #c1c1c1;
}
.mobigtv-text {
    line-height: 25px;
}
.pagedetail {
    padding: 15px;
}
.pagedetail span {
    font-size: 20px;
    font-weight: bold;
}
.tintuc-detail-text {
    text-align: justify;
    line-height: 25px;
    font-weight: normal !important;
}
.tintuc-detail-text h4 {
    margin: 0 !important;
    padding-bottom: 20px;
    font-weight:  normal !important;
    font-size: 15px;
    line-height: 25px;
}
.tintuc-lq-title {
    background: url(../images/lienquan.jpg) no-repeat bottom left;
    width: 100%;
    margin: 30px 0 15px 0;
}
.tintuc-lq-title h2 {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 7px;
    font-style: italic;
    text-shadow: 1px 1px 0 #ccc;
    border-bottom: 3px double #ccc;
    width: fit-content;
    margin-left: 13px;
}
.tintuc-lq-text a {
    font-size: 15px;
    color: #373358;
}
.foothome {
    padding: 10;
    padding: 20px 0 10px 0;
}
a.wt img {
    max-width: 33px;
    position: relative;
    left: 0;
    top: -5px;
}
a.foot-bct img {
    max-width: 180px;
}
.headtop-slogan span {
    position: relative;
    right: 2px;
    font-size: 21px;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
    color: red;
    top: 1px;
    font-family: 'concung';
    letter-spacing: 3px;
}
.mobi-lang.positionR span {
    padding: 18px;
    display: block;
}
.mobilang-hide {
    position: absolute;
    top: 40px;
    border: 1px solid #ccc;
    background: #fff;
    width: 114px;
    padding: 11px 10px;
    border-radius: 5px;
    left: -20px;
    visibility: hidden;
}
.mobilang-hide.open{
    visibility: visible;
}
.mobilang-hide a {
    padding: 0px 8px;
}
.contactus_hometext iframe {
    width: 100%;
}
/******************/
.foot-social {
    justify-content: center;
    text-align: -webkit-center;
    display: flex;
    margin-bottom: 17px;
}

.salef {
    display: inline-block;
    background: #0E5AAD;
    color: white;
    height: 3rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5rem;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    font-size: 13px;
    z-index: 9;
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}

.salef:before, .salef:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(30deg);transform: rotate(30deg);
}

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

@-webkit-keyframes beat {

from {

-webkit-transform: rotate(-20deg) scale(1);

transform: rotate(-20deg) scale(1); }

to {

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

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

@keyframes beat {

from {

-webkit-transform: rotate(-20deg) scale(1);

transform: rotate(-20deg) scale(1); }

to {

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

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

@media (min-width: 768px) and (max-width: 991px) {

.wrap-medium-header {

justify-content: space-between;

-webkit-justify-content: space-between; } }



@-moz-keyframes bounce {

0%, 20%, 50%, 80%, 100% {

-moz-transform: translateY(0);

transform: translateY(0);

}

40% {

-moz-transform: translateY(-10px);

transform: translateY(-10px);

}

60% {

-moz-transform: translateY(-3px);

transform: translateY(-3px);

}

}

@-webkit-keyframes bounce {

0%, 20%, 50%, 80%, 100% {

-webkit-transform: translateY(0);

transform: translateY(0);

}

40% {

-webkit-transform: translateY(-10px);

transform: translateY(-10px);

}

60% {

-webkit-transform: translateY(-3px);

transform: translateY(-3px);

}

}

@keyframes bounce {

0%, 20%, 50%, 80%, 100% {

-moz-transform: translateY(0);

-ms-transform: translateY(0);

-webkit-transform: translateY(0);

transform: translateY(0);

}

40% {

-moz-transform: translateY(-10px);

-ms-transform: translateY(-10px);

-webkit-transform: translateY(-10px);

transform: translateY(-10px);

}

60% {

-moz-transform: translateY(-3px);

-ms-transform: translateY(-3px);

-webkit-transform: translateY(-3px);

transform: translateY(-3px);

}

}
.mobi-vct img {
    width: 100% !important;
    height: auto !important;
}


ul.subcon {
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
ul.subcon.open{
    display: block;
}
ul.subcon > li {
    border-top: 1px solid #ccc;
    padding: 7px 0px 7px 15px;
}
#mbisearch{
    padding: 11px 0;
}
.mbidanhmuc {
    background: #00a4a6;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #212121;
    font-size: 18px;
    text-transform: uppercase;
}
.mbimenu > ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.mbimenu > ul > li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.mbimenu > ul > li > a {
    display: block;
    width: 100%;
    padding-left: 10px;
    position: relative;
    color: #000;
}
.mbimenu > ul > li > a > i {
    position: absolute;
    right: 10px;
}
.comeback-cat {
    padding-left: 10px;
    font-size: 16px;
    color: #3567d7;
}
.comeback-cat i{
    color: #333;
}
li.mbitile {
    text-align: center !important;
}
li.mbitile b {
    color: #000;
    font-size: 20px;
}
.mbi-fologo{
    background: #ece6e63d;
    width: 100%;
    padding: 15px 10px;
    border-radius: 10px;
}
.mbi-titlogo{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.dvvc-inside {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}
.dvvc-inside a {
    width: 107px;
    height: 40px;
    display: block;
    padding-right: 10px;
    /* float: left; */
    text-align: center;
}
.dvvc-inside a:last-child{
    padding-right: 0 !important;
}
.dvvc-inside img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catnhom {
    background: #FFE9F1;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    /*margin-bottom: 20px;*/
    overflow-x: auto;
}
.catnhom > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    white-space: nowrap;
}
.catnhom i {
    padding: 0 10px;
}
.catnhom a {
    color: #333;
}

.detailpic-group {
    margin: 10px 0 20px 0;
}
.detailpic-group > ul {
    display: table;
    width: 100%;
    padding: 0 20px;
    margin: 0;
}
.detailpic-group > ul > li {
    display: table-cell;
    border: 1px solid #ddd;
    margin: 0 4px;
    float: left;
    border-radius: 5px;
    height: 60px;
    width: calc(100%/6);
    vertical-align: middle;
    padding: 1px;
    width: 68px;
}
.detailpic-group > ul > li > a > img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}
.main-header{
    text-align: center;
}
a.logo {
    background: #EE3E80;
}
.main-header a.logo {
    text-align: center;
    width: fit-content;
    /* display: flex; */
    background-position: center;
    margin-top: 10px;
}
.toobar-lh {
    padding: 0 7px;
}
.module-in-title-left span {
    font-size: 20px;
    font-weight: bold;
}
.mbidanhmuc i {
    position: absolute;
    left: 10px;
    top: 14px;
}
.mbi-sdomain{
    background: url(../images/bg-sdomain.jpg) no-repeat;
    width: 100%;
    height: auto;
    padding: 10px;
}
.slogan h1 {
    font-size: 28px;
    text-align: center;
}
.slogan h2 {
    text-align: center;
    font-size: 22px;
}
.conong img {
    max-width: 50px;
    position: absolute;
    top: -16px;
    left: 0px;
}
form.formsearch {
    position: relative;
    padding: 17px 0;
    margin-bottom: 10px;
}
input.form-control.homeinput {
    padding: 0 53px 0 60px;
    overflow: hidden;
}
button.homesearch {
    background: #A17404;
    border: 1px solid #A17404;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 18px;
    height: 32px;
    padding: 0 8px;
}
.mbi-topleft img {
    width: 100%;
}
.mbi-topleft {
    margin-bottom: 10px;
}
.topright img {
    width: 100%;
}
.xanhnhat {
    background: #ecf4fa;
    padding: 5px;
}
.mbi-visaochon img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}

.mbi-visaochon {
    height: 270px;
    display: inline-flex;
    /* padding: 50px 0; */
    width: 100%;
}

.vsc-content h1 {
    font-size: 23px;
}

.vsc-content {
    text-align: justify;
    line-height: 22px;
    font-size: 16px;
}
.timsutg button {
    background: #A17404;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
.timsutg {
    margin: 10px 0;
}
.cr-content h2 {
    text-align: center;
    margin-top: 30px;
}
.cr-content {
    padding: 0 10px;
    font-size: 16px;
}
.custome2 img {
    width: 100%;
    height: auto;
}
.customepic div.col-xs-6 {
    padding: 0 5px;
}
.sidepic img {
    width: 100%;
    height: auto;
}
.sidetitle a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.cr-content.cr2 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px; 
}
.sidetext {
    text-align: justify;
    line-height: 25px;
    font-size: 16px;
    padding-top: 10px;
}
.sidetitle {
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.inside-cuscut {
    margin: 15px 5px 20px 5px;
}
.sidepic {
    padding: 0;
}
.global-banggiahost {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.global-banggiahost span {
    color: #A17404;
    font-size: 16px;
    font-weight: bold;
    font-family: Roboto Condensed;
    /*border-bottom: 3px double #ccc;*/
}
.homedm > ul {
    display: flex;
    list-style: none;
    padding: 0 15px;
    margin-bottom: 25px;
}
.homedm > ul > li {
    width: 48%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}
.homedm-pic {
    text-align: center;
    height: 130px;
    width: 100%;
}
.homedm-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gthost-pic img {
    height: 60px;
}
.homedm-title a {
    text-transform: uppercase;
    font-size: 18px;
}
.gthost-title {
    color: green;
    font-size: 20px;
    padding: 10px 0 5px 0;
}
.cancho-webdnpic {
    text-align: center;
}
.cancho-webdnpic img {
    max-width: 60px;
}
.cancho-webdntext {
    text-align: justify;
    font-size: 16px;
}
.cancho-webdntitle h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.bggreyf2{
    background: #f2f2f2;
}
.question-now {
    border-bottom: 4px double #555;
    position: relative;
    height: 20px;
    margin-bottom: 30px;
}
.question-now span {
    background: #f2f2f2;
    position: absolute;
    top: 3px;
    padding-right: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.question {
    background: #ddd;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.answer {
    font-size: 15px;
    line-height: 30px;
    background: #f5f5f5;
    padding: 10px;
    display: none;
}
.mbi-question {
    margin-bottom: 10px;
    padding: 0;
}
.question i {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 25px;
    transition: all .3s;
}
.question.is-active i {
    transform: rotate(180deg);
}
.footmain-W {
    background: #00a4a6;
    padding: 15px;
}
.mbi-listf h3 {
    color: #fff;
}
.finfoinside > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.finfoinside > ul > li {
    padding-bottom: 7px;
}
.finfoinside > ul > li > a {
    color: #fff;
}
.foot-vihan {
    text-align: center;
    padding: 20px 0;
}
.fcongty-inside {
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    margin-bottom: 15px;
}
.fcopyright {
    text-align: center;
    color: #fff;
}
.slide-webdn {
    background-image: url(../images/slide-webdn.jpg);
    position: relative;
    padding: 15px 0 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.tnnbpic {
    width: 100%;
    height: 80px;
    margin: 10px;
}
.tnnbpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.picsli-top h1 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}
.td-bg-2 {
    background: #ea4235;
    color: #fff;
    text-align: center;
}
.td-bg-3 {
    background: #fbbd06;
    color: #fff;
    text-align: center;
}
.td-bg-4 {
    background: #34a855;
    color: #fff;
    text-align: center;
}
.td-bg-5 {
    background: #4385f6;
    color: #fff;
    text-align: center;
}
.td-bg-6 {
    background: #e30e0e;
    color: #fff;
    text-align: center;
}
.td-bg-7 {
    background: #dd1a5b;
    color: #fff;
    text-align: center;
}
.first-tr,
.first-tr-1{
    vertical-align: middle !important;    
}
.first-tr a {
    color: #fff;
}
.tnnbtext {
    font-size: 16px;
}
.tinhnang-noibat-global {
    background-color: #fff;
    margin: 10px 5px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
.mainweb-wbh h1 {
    font-size: 25px;
    text-align: center;
}
.page-wbhinside {
    width: 100%;
    height: 160px;
    text-align: center;
    border-radius: 5px;
}
.page-wbhinside img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}
.pagetitlexs {
    padding: 10px 0;
}
.pagetextzx {
    line-height: 20px;
}
.gtwbh-insidemain {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
.tintuc-gpdnx {
    min-height: 150px;
    line-height: 150px;
    width: 100%;
}
.content-left-right {
    line-height: 23px;
}
.gpdnwus {
    margin-bottom: 15px;
    padding: 0 5px;
}
.hosticon {
    background: #aaa;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 9px 0;
    font-size: 20px;
    /*margin-top: 15px;
    margin-left: 45px;*/
}
.goihost-title {
    text-align: center;
}
.goihost-webdntext {
    line-height: 22px;
    text-align: justify;
}
.minheight-page2 {
    min-height: 160px;
}
.gpdn-global{
    color: #fff;
}
.gpdn-global h1 {
    font-size: 25px;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.qlwpic {
    text-align: center;
}
.qlwtitle {
    padding: 7px 0;
}
.qlwtext {
    line-height: 22px;
    text-align: justify;
}
.gold-gift {
    width: 100%;
    height: 200px;
    margin: 15px 0;
}
.gold-gift img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.xtieude,
.xtieude2 {
    font-size: 20px;
    padding: 7px 0;
}
.xtieudetexts {
    line-height: 22px;
}
.mainweb-wbh {
    padding: 0 7px;
}
.tintuc-gpdnx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tnnbtitle h3,
.goihost-title h4,
.qlwtitle,
.pagetitlexs {
    font-size: 20px;
    font-weight: 500;
}
.circle-icon {
    width: 100%;
    height: 130px;
}
.circle-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}
.circle-item {
    box-shadow: #f6f6f6 0 0 10px 5px;
    border-radius: 5px;
    min-height: 290px;
    margin-bottom: 30px;
    padding: 0 7px;
}
h3.features-title-1.font-alt2 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
}
.circle-item p {
    color: #000;
    line-height: 22px;
}
#ribbon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
#ribbon .section-overlay-layer {
    background-color: rgba(0,0,0,0.5);
    height: inherit;
    width: inherit;
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    color: #ff4228 !important;
    margin: 0 0 30px;
}
.font-serif {
    font-family: Volkhov, "Times New Roman", sans-serif;
    font-style: italic;
    color: #fff;
}
.bgbtn-left {
    background-color: #FFF !important;
    margin-right: 10px !important;
    color: #0269c2 !important;
    padding: 15px 20px !important;
    letter-spacing: 1px !important;
    border-radius: 9px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
.bgb-right {
    background: #0269c2 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: none;
    letter-spacing: 1px !important;
    border-radius: 9px !important;
}
.shopglobal-main.banggia1 {
    border: 1px solid rgb(41, 113, 189);
    border-radius: 10px;
}
.shopglobal-main {
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 40px;
}
.shoptop1 {
    height: 80px;
    background: #CEDDEC;
    padding: 15px;
    color: #2971BD;
}
.shoptop1-detail1 {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #2971BD;
    /* color: #2971BD; */
    margin: 0 28px 0 10px;
}
.xbanggia1 div.shoptop1-detail1 b {
    color: rgb(41, 113, 189);
}
.shoptop1-detail2 {
    font-size: 15px;
    text-align: center;
    margin-right: 20px;
}
.global-hosttab {
    padding: 0px 0 0 14px;
    margin-top: -10px;
}
.host-rightout {
    font-size: 14px;
    color: #5a5757;
}
.global-hinside td b {
    font-weight: bold;
    font-size: 12px;
    color: #5a5757;
}
.shoptitle img {
    max-width: 40px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.shoptitle a {
    font-size: 25px;
    color: #fff;
}
.banggia1 div.shoptitle {
    background: rgb(41, 113, 189);
}
.shoptitle {
    /* background: #2971BD; */
    padding: 20px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    position: relative;
}
.host-label img {
    height: 20px;
    width: 20px;
}
.hostingMain img {
    width: 30px;
    height: 30px;
}
.insideHost {
    border-bottom: 1px dotted #ccc;
    margin: 0 10px;
    padding: 10px 0;
}
.global-hinside  td{
    padding: 5px !important;
}
.slide-unlimited {
    background-image: url(../images/slide-unlimited.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.alignC.webdn-xcontent {
    z-index: 1;
    position: relative;
    text-align: center;
}
.host-label span {
    font-size: 14px;
    color: #666;
    padding: 0px 0 0 5px;
    display: inline-block;
    top: 4px;
    position: relative;
}
.sscnang {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin: 18px 0 0px 0;
}
.sscnang i {
    font-size: 50px;
    color: #666;
}
.ssdangky a {
    background: rgb(41, 113, 189);
    color: #fff;
    padding: 11px 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
}
.ssdangky {
    text-align: center;
    margin-top: 25px;
}
.shopglobal-main.banggia2 {
    border: 1px solid rgb(255, 75, 100);
    border-radius: 10px;
}
.banggia2 div.shoptitle{
    background: rgb(255, 75, 100);
}
.shopglobal-main.banggia3 {
    border: 1px solid rgb(218 69 36);
    border-radius: 10px;
}
.banggia3 div.shoptitle{
    background: rgb(218 69 36);
}
.shopglobal-main.banggia4 {
    border: 1px solid rgb(0,139,50);
    border-radius: 10px;
}
.banggia4 div.shoptitle {
    background: rgb(0,139,50);
}
.shoptop1.xbanggia4 {
    background: rgb(0,139,50,0.2);
    color: rgb(0,139,50);
}
.xbanggia4 div.shoptop1-detail1 {
    border-bottom: 1px solid rgb(0,139,50);
}

.shopglobal-main.banggia5 {
    border: 1px solid rgb(32,140,142);
    border-radius: 10px;
}
.banggia5 div.shoptitle {
    background: rgb(32,140,142);
}
.shoptop1.xbanggia5 {
    background: rgb(32,140,142,0.2);
    color: rgb(32,140,142);
}
.xbanggia5 div.shoptop1-detail1 {
    border-bottom: 1px solid rgb(32,140,142);
}

.shopglobal-main.banggia6 {
    border: 1px solid rgb(253,149,2);
    border-radius: 10px;
}
.banggia6 div.shoptitle {
    background: rgb(253,149,2);
}
.shoptop1.xbanggia6 {
    background: rgb(253,149,2,0.2);
    color: rgb(253,149,2);
}
.xbanggia6 div.shoptop1-detail1 {
    border-bottom: 1px solid rgb(253,149,2);
}
.hosthome-info {
    padding: 0 15px;
    margin-bottom: 40px;
}
.banggiahost-content {
    text-align: center;
    padding: 10px 0;
}

.banggiahost-content span {
    font-size: 18px;
}
.goihosting {
    padding: 30px 0px;
    background: #f6f6f6;
}

.goihost-title div.texthost {
    font-size: 19px;
    text-align: center;
}
.global-hinside table tr.active td:nth-child(2),
.global-hinside table tr.active2 td:nth-child(2){
    background-color: #2b73bb;
}
.global-hinside table tr.active td:nth-child(3),
.global-hinside table tr.active2 td:nth-child(3){
    background-color: rgb(255, 75, 100);
}
.global-hinside table tr.active td:nth-child(4),
.global-hinside table tr.active2 td:nth-child(4){
    background-color: rgb(218 69 36);
}
.global-hinside table tr.active td:nth-child(5),
.global-hinside table tr.active2 td:nth-child(5){
    background-color: rgb(0,139,50);
}
.global-hinside table tr.active td:nth-child(6),
.global-hinside table tr.active2 td:nth-child(6){
    background-color: rgb(32,140,142);
}
.global-hinside table tr.active td:nth-child(7),
.global-hinside table tr.active2 td:nth-child(7){
    background-color: rgb(253,149,2);
}
.global-hinside table tr.active td:nth-child(8),
.global-hinside table tr.active2 td:nth-child(8){
    background-color: #e30e0e;
}
.global-hinside table tr.active td:nth-child(9),
.global-hinside table tr.active2 td:nth-child(9){
    background-color: #069;
}
.global-hinside table tr td {
    vertical-align: middle !important;
    text-align: center;
    border-top: none !important;
}
.global-hinside table tr.active td a {
    color: #fff;
}

.slide-deluxe {
    background-image: url(../images/slide-deluxe.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-hosting {
    background-image: url(../images/slide-hosting.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-mail {
    background-image: url(../images/slide-mail.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.dangky{
    /*background: #A17404;*/
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    font-size: 15px;
}
.dangky:hover{
    color: #000;
}
.banggia-domain td,
.banggia-domain th {
    text-align: center;
    vertical-align: middle !important;
}
.center {
    text-align: center;
}
.hinhanh10 img {
    width: 100%;
    height: auto;
}
.cate-thietkeweb td {
    text-align: center;
    vertical-align: middle !important;
    padding: 5px !important;
}
.ty-inside{
    background-color: #fff;
    margin: 10px 4px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    padding: 10px;
    line-height: 20px;
}
.ty-inside iframe{
    width: 100%;
    height: auto;
}
.features-title.font-alt {
    text-align: center;
    font-weight: bold;
    padding: 0px 0 10px 0;
    font-size: 16px;
}
.global-yt div.col-md-4 {
    padding: 0 5px;
}
.mbi-anhsppic {
    height: 220px;
    width: 100%;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 10px;
    padding: 10px;
}
.mbi-anhsppic img {
    width: 100%;
    height: 100%;
}
.center.mbi-tieudeanh h1 {
    font-size: 25px;
}
.mbi-anhtitle a {
    font-size: 16px;
    color: #000;
}
.mbi-anhtitle {
    /* margin-bottom: 15px; */
    padding: 10px 0;
    min-height: 60px;
}

.mbi-anhsp {
    margin: 30px 0;
}
.delsp-giohang i {
    font-size: 23px;
}

.delsp-giohang {
    padding: 9px 0px;
    width: fit-content
}

/****************/
.popup-host.open {
    display: block;
    z-index: 9999;
}
.popup-host {
    position: fixed;
    margin: 30px 10px;
    top: 0;
    width: 95%;
    background: #fff;
    height: auto;
    display: none;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 6px;
}
.host-tieude {
    text-align: center;
    color: #A17404;
    font-size: 22px;
    font-weight: bold;
    margin-top: 100px;
}
.chosen-domain {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.hostbody-inside {
    width: 95%;
    padding: 25px;
    background-color: #e5e5e5;
    border: 1px solid #d0d0d0;
    box-shadow: 4px 4px 0 rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 30px;
}
.host-close {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 26px;
    cursor: pointer;
}
.loading-popup.open img{
    display: block;
}
.loading-popup img {
    position: absolute;
    max-width: 80px;
    top: 20px;
    left: 40%;
    display: none;
}
button.hostsearch {
    width: 100%;
    background: #A17404;
    padding: 10px 0;
    border: 1px solid #A17404;
    color: #fff;
    border-radius: 5px;
}
input.form-control.homeinput.host {
    padding: 0 7px;
}
a.button_cart {
    background: #A17404;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.textcenter.padd15 {
    text-align: center;
}
.muasp-ngay a {
    background: #A17404;
    border: 1px solid #A17404;
    padding: 7px 15px;
    font-size: 16px;
}
a.foot-zalo {
    right: 15px;
    bottom: 80px;
    position: fixed;
    z-index: 99999999;
}
a.foot-zalo img {
    max-width: 55px;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 100%;
}
.foot-social img {
    max-width: 36px;
    margin-top: -10px;
}
.dkmail a {
    padding: 7px;
    font-size: 13px;
    border-radius: 5px;
}
.dkmail a:hover {
    color: #fff;
}
.topimg-right img {
    width: 100%;
    height: auto;
}
.gioithieu-top {
    padding: 15px 0;
}
.home-themes {
    background-image: linear-gradient(to top,#fdfdfd,#f8f8f8);
    padding: 20px 0 10px 15px;
    position: relative;
}
.home-themes:before {
    position: absolute;
    width: 3px;
    height: 45px;
    background-color: #cc0001;
    left: 0;
    top: 7px;
    display: block;
    content: '';
}
.home-themes span {
    font-size: 20px;
    color: #1a1a1a;
    text-transform: uppercase;
}
.content-page7 {
    box-shadow: #f6f6f6 0 0 10px 5px;
    padding: 10px;
    margin: 20px 10px;
    border-radius: 10px;
}

.page7-pic {
    height: 150px;
    width: 100%;
    margin-bottom: 10px;
}
.noidung-page7 {
    color: #000;
    line-height: 22px;
}
.page7-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mbi-tieudeanh{
    padding: 20px 0 0 0 !important;
}
.mbi-anhpagg9{
    margin-bottom: 20px;
}
a.btn.btn-ribbon.bgbtn-left {
    margin-bottom: 15px;
}
.gthost-noidung {
    padding:  0 10px;
    margin-bottom: 30px;
    line-height: 25px;
}
.qconline-pic img {
    width: 100%;
    height: auto;
}
.online-page {
    margin-bottom: 30px;
}
.global-banggiahost e {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F5893A;
    border-bottom: 3px double #ccc;
    display: block;
    max-width: fit-content;
}






.footer-menu-content{
    display: none;
    padding: 10px;
    line-height: 20px;
    background: #F7F7F7;
    text-align: justify;
}
.footer-menu-content p, 
.footer-menu-content span {
    font-size: 16px !important;
}
.footer-menu-title {
    position: relative;
    clear: both;
    height: 50px;
    line-height: 50px;
}
.footer-menu-title a{
    font-size: 16px;
    color: #212121;
    font-weight: bold;
}
.footer-menu-title i {
    position: absolute;
    right: 0;
    top: 8px;
    cursor: pointer;
}
.item-footer {
    padding-bottom: 10px;
}
.footer-menu-title:before,
.footer-menu-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 12px;
    height: 2px;
    border-radius: 10px;
    background-color: #000;
    margin-top: -1px;
}
.footer-menu-title.is-active:after {
    transform: rotate(0deg);
}
.footer-menu-title:after {
    transform: rotate(90deg);
    transform-origin: center center;
    transition: all .3s;
    position: absolute;
}
.footnow-menu {
    margin-top: 30px;
}
span.homeNews-pic {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    border: 1px solid #ccc;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}

span.homeNews-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    overflow: hidden;
}
p.mbi-xemthem a {
    border: 1px solid #ccc;
    color: #A17404;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}
.mbi-mauba-now {
    min-height: 240px;
}
.texthost {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.monthhost {
    text-align: center;
    font-size: 16px;
}
.mbi-dvbstop {padding-bottom: 30px;}

.texthost {
    padding: 10px 0;
}
.picsli-top {
    margin-bottom: 30px;
}
td.price-title img {
    max-width: 25px;
}
.product-detail-head{
    margin: 10px !important;
}
.mobisp-title{
    font-size: 25px !important;
}
.box-theme{
    padding: 10px;
    /*display: inline-flex;*/
    width: 100%;
    background: #ffff99;
    border-radius: 8px;
    border: 1px dashed #6610f2;
    margin: 0 0 15px 0;
}
.box-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.boxu-title {
    font-size: 20px;
    font-weight: 700;
    color: #a17404;
    margin-bottom: 10px;
}
.box-uudai{
    padding: 15px;
    width: 100%;
    background: #ffff99;
    border-radius: 8px;
    border: 1px dashed #6610f2;
    margin-bottom: 15px;
}
.boxname i {
    color: #a17404;
    font-size: 16px;
}
.boxname {
    font-size: 15px;
    padding-bottom: 10px;
}
.box-note-theme{
    padding: 15px;
    display: inline-flex;
    width: 100%;
    background: #ffff99;
    border-radius: 8px;
    border: 1px dashed #6610f2;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.box-note-theme .img {
    flex: 0 0 50px;
    margin-right: 10px;
}
.box-note-theme .text {
    font-size: 15px;
}
.box-icon {
    text-align: center;
}
.box-icon img {
    max-width: 30px;
}
.sanpham-lienquan{
    position: relative;
    margin: 30px 0 25px 15px;
    padding: 0 0 3px;
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    color: #0D5DD6;
    /* text-transform: uppercase; */
}
.sanpham-lienquan::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #0D5DD6;
}
.btn-danger.thanhtoanngay {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #fff !important;
}
.btn.btn-danger.thanhtoanngay {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.btn.lhtuvan {
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    margin: 15px 0 30px 0;
}
.body-lhtv strong {
    color: blue;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    display: block;
}
.modal-header .close {
    margin-top: -12px;
    font-size: 40px;
    position: absolute;
    right: 4px;
    top: 10px;
    color: red;
    opacity: 1;
}
.modal-header{
    padding: 0;
    background: #fff !important;
    border-bottom: none !important;
}
.body-lhtv p {
    margin-bottom: 15px;
}
.tvshop img {
    max-width: 380px;
}
input.form-control.tvdk {
    background: #0D5DD6;
    color: #fff;
    height: 40px;
    font-size: 15px;
}
.combotk div.owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 10px !important;
    top: 50px !important;
    background: url(../images/prev.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
    border: none;
}
.combotk div.owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50px !important;
    right: -9px !important;
    background: url(../images/next.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}
.vipro-content3 video {
    height: auto;
    width: 100%;
}
.picbody img {
    max-width: 70px;
}

.compra-pic img {
    width: 100%;
    height: auto;
}
.titlebody {
    margin-bottom: 18px;
    color: #001042;
    font-family: "Urbanist", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
}
.picbody {
    text-align: center;
    height: 70px;
    line-height: 70px;
}
.vipro-content {
    color: #001042;
    font-size: 30px;
    font-weight: bold;
}
.bodybar {
    margin: 20px 0;
}

.textbody {
    text-align: justify;
}
.elementor-button-wrapper a {
    background-color: transparent;
    font-family: "Urbanist", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    background-image: linear-gradient(180deg, #C73741 0%, #f2295b 100%);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #C73741;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 32px 16px 32px;
}
span.element-text {
    color: #fff;
}
span.element-icon {
    color: #fff;
}
.elementor-button-wrapper {
    margin: 30px 0;
}
.top2-subject {
    color: #001042;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}
.vipro-content2 {
    padding: 10px;
}
.top2-subject2 {
    text-align: center;
}
.compra-subj {
    color: #2F61ED;
    font-size: 27px;
    margin: 35px 0 15px 0;
}
p.titlebody.mbi-evippro {
    text-align: left;
    margin: 15px 0 10px 0;
}
.mbi-videoclip iframe {
    width: 100% !important;
    height: 315px !important;
}
.ty-inside iframe {
    width: 100% !important;
    height: 230px !important;
}
.mbi-videoclip img {
    width: 100% !important;
    height: auto !important;
}

.phone_backtotop {
    position: fixed;
    z-index: 9999;
    /* top: auto !important; */
    bottom: 9em;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
    /* background: #6baec7; */
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: play 1.5s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 18px;
}
a.phone_backtotop img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-left: 3px;
}
@keyframes play{
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
        box-shadow: 0 0 0 5px #ff9897, 0 0 0 10px #ff9897;
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.global-hinside td {
    font-size: 8px;
}
.finfo-now h3 {
    color: #fff;
}