﻿body{background: #fff;font-family: "Montserrat", sans-serif;}
:root {--main: #6C4F40; --main-light: #AA6F55; --main-focus:#AA6F5580; --main-dark: #382A24;
       --second:#EDD28C; --second-light: #F7E7C1; --second-focus: #F7E7C180;
       --third:#fffaec;--text:#596277;--text-dark:#543c04;--light: #F7F7F7;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{}
.color{color:var(--main)}
.second{color:var(--seconbd)}
.text{color:var(--text)}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none;color:inherit;}

.bg-main-dark{background-color: var(--main-dark) !important;}
.bg-primary{background-color: var(--main) !important;}
.bg-primary-dark{background-color: var(--main-dark) !important;}
.btn-square {width: 38px;height: 38px;}
.btn-square, .btn-sm-square, .btn-lg-square{padding: 0;display: flex;align-items: center;justify-content: center;font-weight: normal;}
.bg-light{background: #f7f7f7 !important;position: relative;}
.btn{font-weight: 500;}
.btn-outline-light:hover{/* background-color: var(--main); *//* border-color: var(--main); */color: var(--main);}
.btn-outline-primary{color: var(--main);border-color: var(--main);}
.btn-outline-primary:hover{background-color: var(--main);border-color: var(--main);}
.btn-outline-primary:active:focus,.btn-outline-primary:active,.btn-outline-primary:focus{box-shadow: 0 0 0 .25rem var(--main-focus);}
.btn-outline-secondary{color: var(--second);border-color: var(--second);}
.btn-outline-secondary:hover{background-color: var(--second);border-color: var(--second);}
.btn-outline-secondary:active:focus,.btn-outline-secondary:active,.btn-outline-secondary:focus{box-shadow: 0 0 0 .25rem var(--second-focus);}
.btn-primary{background-color:var(--main);border-color:var(--main)}
.btn-primary:hover{background-color:var(--main-light);border-color:var(--main-light)}
.btn-primary:active:focus,.btn-primary:active,.btn-primary:focus{box-shadow: 0 0 0 .25rem var(--main-focus);}
.btn-secondary{background-color:var(--second);border-color:var(--second)}
.btn-secondary:hover{background-color:var(--second-light);border-color:var(--second-light)}
.btn-secondary:active:focus,.btn-secondary:active,.btn-secondary:focus{box-shadow: 0 0 0 .25rem var(--second-focus);}
.form-control{/* border-radius:0; */}
.py-6 {padding-top: 6rem;padding-bottom: 6rem;}
.my-6 {margin-top: 6rem;margin-bottom: 6rem;}
.text-light{color:var(--light) !important}
.text-primary{color:var(--main) !important}
.text-second{color:var(--second) !important}
.fs18{font-size:18px}
.fw-m{font-weight:500 !important}
.mt-n4{margin-top: -1.5rem !important;}
.py-6 {padding-top: 6rem;padding-bottom: 6rem;}
.my-6 {margin-top: 6rem;margin-bottom: 6rem;}
@media (min-width: 992px){
  .col-left{padding-left: calc(((100% - 960px) / 2) + .75rem);}
  .col-right{padding-right: calc(((100% - 960px) / 2) + .75rem);}
}
@media (min-width: 1200px) {
  .col-left{padding-left: calc(((100% - 1140px) / 2) + .75rem);}
  .col-right{padding-right: calc(((100% - 1140px) / 2) + .75rem);}
}

@media (min-width: 1400px) {
  .col-left{padding-left: calc(((100% - 1320px) / 2) + .75rem);}
  .col-right{padding-right: calc(((100% - 1320px) / 2) + .75rem);}
}
@media (min-width: 768px){
  .py-md-6 {padding-top: 6rem !important;padding-bottom: 6rem !important;}
  .my-md-6 {margin-top: 6rem !important;margin-bottom: 6rem !important;}
  .pt-md-6 {padding-top: 6rem !important}
}

.red,.titletb{color:red!important}
.clearfm *{margin:0;padding: 0;border:none;text-decoration:none;list-style:none;color:inherit;line-height:1.4;}
.overHide{overflow:hidden}

.background-white{background-color:#fff;padding:25px 4%;border:1px solid #eee}
.bncat{background: #232C3B;color:#fff;text-align:center;padding: 90px 0 40px;}
.bncat .h2{text-transform: capitalize;color: #fff;font-weight: 800;margin-bottom: 0;}
.boxes+.boxes{margin-top:50px;}
.boxes .contain{margin-top:20px}
.bread_crumb{a;padding: 8px 0;background: var(--bs-light);}
.breadcrumb{margin-bottom:0}
.breadcrumb-item.active{}
.breadcrumb-item+.breadcrumb-item::before{}

.center{text-align:center}

.detail{font-size:18px;/* text-align:justify; */}
.detail table{width:100%}
.detail th, .detail td {border-width:2px}
.detail img{max-width:100% !important;cursor:zoom-in;height:auto !important;}
.detail a{}
.detail h1,.detail h2,.detail h3,.detail h4,.detail h5{}
.detail h2{font-size:26px}
.detail h3{font-size:22px}
.detail h4{font-size:20px}
.error{color:red}

.flex{display:flex}

.imgB{position:relative;overflow: hidden;}
.imgB .img{position: absolute;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-clip: border-box;overflow: hidden;transition:.5s;width: 100%;height: 100%;top: 0;left: 0;}
.imgB:hover .img{transform:scale(1.1);}
.imgA,.imgH,.imgW{overflow:hidden;position:relative;cursor:pointer}
.imgA img{height:auto !important;width:auto !important;max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:transform .3s;}
.imgH img{height:100%;min-width:100%;width:auto !important;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:transform .3s; object-fit:cover}
.imgW img{width:100%;min-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);transition:transform .3s;}
.imgW:hover img,.imgH:hover img,.imgA:hover img{transform:translateX(-50%) translateY(-50%) scale(1.1)}
.info{font-size: 14px;color: #979797;/* margin-bottom:15px; */overflow:hidden;display: flex;}
.info li{padding-right:20px}
.info > span{padding-right:20px;margin-bottom:5px}
.info > span+span{}
.info .date:before{content:"\f073";font-family:fontawesome;display:inline-block;margin-right:6px;}
.info .views:before{content:"\f06e";font-family:fontawesome;display:inline-block;margin-right:6px;}
.date:before{content:"\f073";font-family:fontawesome;display:inline-block;margin-right:6px;}
.ifbv{display:flex;flex-flow: wrap;}
.ifbv >*{padding-right:20px}

.left{float:left;}.right{float:right}
.line1{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.line2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.line3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.line4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.list-group{margin-bottom:20px}

.ma{margin:auto}
.mtop10{margin-top:10px !important;}.mtop20{margin-top:20px !important;}.mtop30{margin-top:30px !important;}.mtop40{margin-top:40px !important;}.mtop50{margin-top:50px !important;}

.pager{margin-top:20px;font-size:13px;}
.pager span,.pager a{background-color:#0d7aa3;display:inline-block;text-align:center;margin-right:3px;border-radius:4px;color:#fff;border:1px solid #0d7aa3;padding: 3px 10px 4px 10px;}    
.pager a:hover{background-color:#00A857;border-color:#00A857}
.pager span{background-color:#fff;color:#0d7aa3;border-color:#ddd;}

.bgwhite{background-color:#fff}
@media only screen
and (max-width :576px){
    .ifbv{flex-flow: wrap;row-gap: 5px;}
    .info .fb-like{padding-left:0;}
    .background-white{padding:25px 0}
    .boxes .contain{margin-top:15px;}
    .boxes+.boxes{margin-top:25px}
    .breadcrumb h2{display:none}
    .detail{font-size:15px}
    .detail h1{font-size:24px}.detail h2{font-size:22px}.detail h3{font-size:20px}.detail h4{font-size:18px}
    .detail img{width: auto !important;}
    .pdingm{padding:25px 0 !important}
    .bncat h2{font-size:18px}
    .bread_crumb{font-size:13px}
}

/*header*/
header{background: var(--third);}
.tophead{background: var(--second-light);color:var(--main-light);}
.tophead .container{justify-content: space-between;font-size:14px;display: flex;}
.tophead .dch{margin-left:120px;}.tophead .dch a{font-weight:bold;}
.mxhh{display:flex;align-items: center;gap: 10px;}
.mxhh a:hover{color:#c8c8c8}
.midhead{box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);background: #fff;}
.midhead .container{display:flex;justify-content: space-between;align-items: center;position:relative;}
.tencty{text-transform:uppercase;font-size: 17px;margin: 0;text-align: center;}
.tencty strong{display:block;text-transform:uppercase;color:var(--main);font-size: 26px;text-wrap: nowrap;}
.logo{height:90px;width:90px;position:absolute;top:-25px;left:0;}.logo img{height:100%;}
.logo:before, .logo:after{content: "";position: absolute;top: 50%;width: 10px;height: 100%;transform: translateY(-50%);background-color: rgba(255,255,255,.75);z-index: 1;}
.logo:before{left: -5%;animation: light-left 2.5s infinite alternate linear;}
.logo:after{right: -5%;animation: light-right 2.5s infinite alternate linear;}
.phoneh{position:relative;padding-left: 32px;font-size: 14px;line-height: 1.1;}
.phoneh strong{display:block;color: #424242;font-size: 20px;}
.phoneh i{position:absolute;animation: swing 1s infinite;color: var(--main);left: 0;font-size: 24px;top: 7px;}
.carthead{position:relative;font-size: 22px;}
.carthead i{/* margin-left: 10px; */}
.carthead i:before{margin:auto;}
.carthead span{font-weight: 600;font-size: 11px;position: absolute;background: var(--main);color: #fff;width: 16px;height: 16px;text-align: center;line-height: 15px;border-radius: 50%;right: -11px;top: 0;}
.navhead{background:var(--main-light)}
.showmn{position:relative;}
.showmn .td{height: 64px;background: var(--second);}
.showmn i{color:var(--main)}
.mnsp{display:none;position:absolute;width: 100%;z-index: 2;background: var(--bs-light);}
.mnsp li{}
.mnsp li:hover{color: #fff;background: var(--main);}
.mnsp li a{padding: 8px;display:block}
.bothead{}
.mnsp2{/* display:flex; *//* flex-direction: column; */}
.mnsp2 li a{padding:8px}
.mnsp2 li:hover{background:var(--main);color:#fff}
.bnlk{display:flex;flex-direction: column;justify-content: space-between;}

.nav_main:not(.scroll-to-fixed-fixed){z-index: 2 !important;position: relative !important;}
.nav_main .container{display:flex;justify-content: center;color: #fff;align-items: center;height: 60px;animation: fadeInRight 1s;}
.menu_main{margin-left:150px;display:flex;margin-bottom: 0;align-items: center;position: relative;z-index: 2;gap:50px;}
.mnlic1{/* text-transform:uppercase; */font-size: 16px;}
.mnliac1{padding: 10px 0;display:block;position:relative;text-align: center;z-index: 1;/* font-weight:bold; */}
.havesub .mnliac1:after{content:"\f107";font-family:fontawesome;margin-left:3px;font-weight: 300;opacity: .6;}
.lihome a:before,.mnlic1:hover .mnliac1:before{content:"";border-bottom: 3px solid var(--main);width: 100%;bottom: 0;position: absolute;}
.menusub{position: absolute;padding: .5rem 0;background-color: var(--light);border-radius: 8px;color: #777;top: 150%;opacity: 0;visibility: hidden;transition: .5s;}
.mnlic1:hover .menusub{top: 100%;visibility: visible;transition: .5s;opacity: 1;}
.menusub li a{display:block;padding: 5px 10px;font-weight: 500;}
.menusub li:hover a{background: var(--main);color: #fff;}
.fix-menu{position:fixed;width: 100%;top: 0;z-index: 1000;animation: fadeInDown 1s;box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;}
.searchbox{width:200px;position:relative;/* display:none; */}
.searchbox .form-control{height:38px; padding: .375rem 3rem .375rem 1.375rem;align-content:center; border-radius:100px;border:1px solid var(--second);}
.searchbox .form-control::placeholder{color:#BABABA}
.searchbox .btn{position:absolute;right:0;top: 0;width: 40px;height:100%;background:var(--second);border-radius:100%;}
.midhead .icon-search{display:none;}
@media only screen 
and (max-width: 1200px){
   .phoneh{display:none}
}
@media only screen 
and (max-width: 992px){
  .tophead .dch {margin:0;} .tophead .dch span{display:none;}.tophead .dch .p2{display:none;}
  #ShowMenu{z-index: 10;animation: fadeInRight 1s;}
  #ShowMenu.close:before{background-color:rgba(0,0,0,.6);position:fixed;width:100%;height:100%;top:0;border:0;left:0;content:"";}
  #ShowMenu .navbar-toggler{background:var(--second);}  
  .logo{left:0;right:0;margin:auto;text-align:center;}
  .menu_main{position: fixed;z-index:999;overflow:scroll;top: 0;background:var(--main);height: 100%;left:0;width:250px;display:none;gap: unset;margin: 0;}
  .mnlic1{border-top: 1px solid #ffffff2e;position: relative;/* font-size: 13px; */}
  .mnliac1{padding: 15px 0;padding-left: 15px;width:calc(100% - 42.4px);color:#fff !important;text-align: left;border-radius: unset;}
  .lihome a{background:transparent}
  .mnliac1 i{color:#fff !important}
  .havesub.mnlic1 span:after,.mnliac1:after{display:none}
  .openmn{display:block;font-style: normal;position:absolute;right:2%;top:0;height: 50.8px;width:42.4px;display:flex;color:#fff}
  .openmn:before{content:"\f324";font-family:fontawesome;margin:auto;font-weight:500;transition:transform .3s}
  .havesub.active .openmn:before{transform:rotate(90deg)}
  .menusub{position:relative;padding:0;display:none;top:auto;visibility:visible;transition:none;opacity:1;margin: 0;transform: none;border-radius: 0;background: #fff;}
  .mnlic1:hover .menusub{transform: none;background: #fff;transition:none}
  .menusub li+li{border-top:1px solid #eee;}
  .menusub li a{padding:15px 0;padding-left:6%;}
}
@media only screen 
and (max-width: 576px){
  .logo{height:80px}
  .tencty{font-size:14px}
  .tencty strong{font-size:20px}
  .midhead .icon-search{display:flex;width: 30px;height:30px;background:var(--second);border-radius:100%;font-size:13px;position:relative;}.midhead .icon-search i{position:absolute;top:8px;left:8px;}
  .midhead .icon-search.active{background:var(--main);color:#fff;}
  .searchbox{position:absolute;right:0;width:150px;font-size:13px;}.searchbox .btn{background:none;font-size:13px;top:3px;display:none;}
  .searchbox .form-control::placeholder{font-size:13px;}
}

/*footer*/
footer{background: var(--second);}
footer .topfoot .container{position:relative}
footer .topfoot .container::before{position:absolute; top:0px; right:100px; opacity:.8;content: ""; display:block; width:240px; aspect-ratio:591/202;background: url('/Design/thanh-phan-01.png'); background-size:cover; background-position:center}
.rowft{justify-content: space-between;}
.footer .logo{position:relative;height:80px;animation: zoomIn 1s;top:0;}
.footer .logo img{height:100%}
.footer .logo:before, .logo:after{content: "";position: absolute;top: 50%;width: 10px;height: 100%;transform: translateY(-50%);background-color: rgba(255,255,255,.75);z-index: 1;}
.footer .logo:before{left: -5%;animation: light-left 2.5s infinite alternate linear;}
.footer .logo:after{right: -5%;animation: light-right 2.5s infinite alternate linear;}
.footer .name-company-group{position:relative;}
.footer .name-company{font-size:18px; font-weight:bold; color:var(--main); text-transform:uppercase;text-align:center;}
.footer .sub-name-company{font-size:16px; font-style:italic; text-transform:capitalize}
.footer .desc{text-align:justify;}
.tf1{padding-right:0;}
.iff >*{font-size: 14px;}
.iff strong{font-weight:600}
.iff >*:before{content:"\f3c5";font-family:fontawesome;font-weight:900;margin-right: 15px;width: 14px;text-align:center;display:inline-block;}
.iff >ul:before{display:none;}
.iff >*:nth-child(4):before{content:"\f879"}
.iff >*:nth-child(5):before{content:"\f0e0"}
.iff >*:nth-child(6):before{content: "\f26b";font-weight: 500;}

.titf{font-size: 18px; color:var(--main);font-weight: bold; margin-top:70px;margin-bottom: 20px;position: relative;}
.mnf a:before{content: "\f105";font-family: 'fontawesome';margin-right: 5px;font-weight: 900;}
.mnf a:hover{color:var(--main);}
.mxhf{gap:5px}
.mxhf a{width:38px;height:38px;display: flex;align-items: center;justify-content: center; border-radius:50px}
.col-dkf{display:flex;justify-content: flex-end;}
.dkf{max-width:630px}
.dkf .form-control{border:1px solid #333; border-radius:50px}
.dkf .btn{border:1px solid rgb(0, 0, 0, 0.2); border-left:none;border-radius:50px}
.foot{text-align:center;}
.foot a{font-weight: 500}
.tagf {display:flex;gap: 15px;row-gap: 3px;cursor:pointer;flex-wrap: wrap;justify-content: center;margin: 0;}
.tagf a{font-style:italic;}
.tagf a:hover{text-decoration: underline !important;color:var(--main)}
@media only screen
and (max-width :575.98px){
    footer .topfoot .container::before {display:none}
    .footer .logo {height:60px;}
    .footer .desc {max-width:96%;}
    .titf {margin-top: 0px; margin-bottom: 12px;}

  .foot{font-size:14px}
}
/*footer end*/

/*title*/
.tithome{text-align:center;font-size: 36px; width:fit-content; margin:auto;margin-bottom:30px;font-weight:bold;color:var(--main);line-height: 1.6;}
.titseo{text-align:center;font-size:15px;text-transform:uppercase;color:var(--main);margin:0}
.inner_page .tithome{margin-bottom:30px}
.quote{text-align:center;color:#777;margin: auto;margin-bottom: 25px;max-width: 1000px;}
@media only screen
and (max-width :576px){
    .tithome{font-size: 22px; margin-bottom:20px}
    
}
/*title end*/


/*Banner*/
#slideshow {position:relative;width:100%;z-index:1;}
#slideshow img{width:100%;height:auto;float:left}
/*Banner end*/

/*bg-ck-about*/
.bg-ck-about{position:relative}
.bg-ck-about::before{position:absolute; top:0px; left:0; opacity:.4;content: ""; display:block; width:323px; aspect-ratio:323/478;background: url('/Design/thanh-phan-04.png') no-repeat; background-size:cover; background-position:center}
/*bg-ck-about end*/

/*ckhome*/
.ckhome {}
.ckhome .container{}
.ckhome .row{background:var(--second); border-radius:10px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);}
.ckhome img{width:36px;margin-right:10px;/* filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(270%) hue-rotate(248deg) brightness(118%) contrast(100%); */}
.ckhome .item{display:flex;height:100%;position:relative;padding: 30px 20px;cursor:context-menu; border-right:1px solid #fff}
.ckhome .title{font-size:20px;font-weight: 600;color:var(--main-light); margin-bottom:12px}
.ckhome .desc{font-size:14px; color:#333}
@media only screen
and (max-width :992px){
  .ckhome .row{padding:16px;}
  .ckhome .item{padding:0;padding-bottom:18px;text-align: left; border:none}
  .ckhome .title{font-size:18px;margin-bottom:4px}
}

/*abouthome*/
.about-home{}
.about-home .col-text{position:relative}
.about-home .col-text::before{position:absolute; bottom:-20px; right:0; opacity:.8;content: ""; display:block; width:329px; aspect-ratio:591/202;background: url('/Design/thanh-phan-01.png'); background-size:cover; background-position:center}
.about-home .title{color:var(--main);text-transform:uppercase;}
.about-home .title h2{font-size:26px;font-weight:bold;}.about-home .title h3{font-size:26px;color:var(--main-light);}
.about-home .detail{font-size:18px}
.about-home .btn{font-size: 14px;padding: 10px 20px;border-radius: 5px;background:var(--main-light);margin-top:24px;margin-bottom: 10px;border-color:var(--main-light);text-transform:uppercase;}
.list-img-about .img{border:3px solid var(--second); border-radius:10px;}

@media (max-width: 991.98px){
    .about-home .col-text::before{bottom:-20px; right:0;width:329px;}
    .about-home .title{font-size:32px;}
    .about-home .btn{font-size: 16px;padding: 10px 20px;border-radius: 5px;font-weight: 500;background:var(--main);margin-bottom: 10px;}
}
@media (max-width: 575.98px){
    .about-home .col-text::before{bottom:0px; right:30px;width:180px;}
    .about-home .title{font-size:22px; margin-bottom:16px}
    .about-home .btn{font-size: 16px;padding: 10px 20px;border-radius: 5px;font-weight: 500;background:var(--main);margin-top: 20px;margin-bottom: 50px;}
}

/*banner-home-2*/
.banner-home-2{background: url('/Design/background/bg-02.jpg') no-repeat; background-size: cover;}
.banner-home-2 .container{padding-top:90px; padding-bottom: 46px}
.banner-home-2 .item{position:relative;background:#fff; padding:34px 30px 74px; border:5px solid var(--main); border-radius: 50px 0 0 0}
.banner-home-2 .item:before{position:absolute; content: ""; bottom:-20px; right:-20px; width:110px; aspect-ratio:118/106;background: url('/Design/thanh-phan-02.png') no-repeat; background-size:cover;}
.banner-home-2 .col:nth-of-type(2n){margin-top: -30px}
.banner-home-2 .col:nth-of-type(2n) .item{border-radius: 0 50px 0 0}
.banner-home-2 .item .img{margin-bottom:10px; text-align:center}
.banner-home-2 .item img{width:158px;}
.banner-home-2 .item .title{font-size:25px; font-weight:600; margin-bottom:10px}
.banner-home-2 .item .desc{font-size:16px;}
@media (max-width: 768.98px){
    .banner-home-2 .container{padding-top:70px; padding-bottom: 46px}
    .banner-home-2 .item{padding:28px 16px 50px; border:4px solid var(--main);}
    .banner-home-2 .item:before{bottom:-20px; right:-20px; width:90px;}
}
@media (max-width: 575.98px){
    .banner-home-2 .container{padding-top:60px; padding-bottom: 46px}
    .banner-home-2 .item{padding:20px 10px 30px; border:4px solid var(--main); border-radius: 30px 0 0 0}
    .banner-home-2 .item:before{bottom:-10px; right:-10px; width:50px;}
    .banner-home-2 .col:nth-of-type(2n){margin-top: -30px}
    .banner-home-2 .col:nth-of-type(2n) .item{border-radius: 0 30px 0 0}
    .banner-home-2 .item .img{margin-bottom:10px; text-align:center}
    .banner-home-2 .item img{width:110px;}
    .banner-home-2 .item .title{font-size:18px; font-weight:600; margin-bottom:4px}
    .banner-home-2 .item .desc{font-size:15px;}

}
/*banner-home-2 end*/




/*abouthomedetail*/
.abouthomedetail .detail h1{font-size:28px}
.abouthomedetail .detail h2{font-size:24px}
.abouthomedetail .detail h3{font-size:22px}
.abouthomedetail .detail h4{font-size:20px}

/*thanhtich*/
.thanhtich {
    background: #f8f8f8;
}
.owldh .item{}
@media only screen and (max-width :576px) {
    .owldh .item {}
}

/*sphome*/
.bg-product{background:url(/Design/biatrungthu2.jpg) no-repeat;background-size:cover;} .sphome {}
.bg-product .tithome{background:url(/Design/background-title.png);color:#fff;font-size:22px;text-transform:uppercase;width:350px;height:64px;padding-top:15px;}
.lisp {display:flex; flex-direction:column;height:100%;background:#fff; border:2px solid var(--main);border-radius: 25px}
.lisp:hover{border-color:var(--main-light)} .lisp .imgz{border-radius:20px 20px 0 0}
.lisp .desc{height:72px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.lisp .nd{display:flex; height:100%;justify-content:space-between;flex-direction:column;padding: 15px}
.lisp .td{font-size:18px;color:var(--main);font-weight:bold;}
.lisp .td:hover{color:var(--main-light);}
.lisp .giasp{font-size:20px;color:#da1616;font-weight:bold;}
.lisp .priceold{color:var(--bs-gray);text-decoration: line-through;font-size: 16px;margin-left: 10px;}
.sphome .btn{background: #512F25; border:none; width:fit-content; margin:auto; margin-top:20px}
.sphome .btn:hover{background:#512f25ca}
@media only screen
and (max-width :576px){
  .bg-product .tithome{font-size:16px;width:280px;height:50px;background-size:cover;padding-top:12px;}
  .lisp{/* border-radius:5px; */}
  .lisp .imgz{/* border-radius:5px 5px 0 0; */}
  .lisp .nd{/* padding:5px; */}
  .lisp .td{font-size:14px;}
  .lisp .giasp{margin-bottom:10px;line-height: 1;}
  .lisp .price{font-size:16px;}
  .lisp .priceold{margin-left:0;font-size:13px;}
}
/*sphome*/

/*combo-product-home*/
.combo-product-home{position:relative;background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url('../Design/background/bg-03.jpg') no-repeat; background-size:cover;}
.combo-product-home::before{position:absolute; bottom:30px; left:0; opacity:.8;content: ""; display:block; width:300px; aspect-ratio:591/202;background: url('/Design/thanh-phan-01.png'); background-size:cover; background-position:center}
.combo-product-home .tithome{position:relative;width:400px; aspect-ratio:800/236;background: url('../Design/thanh-phan-03.png') no-repeat; background-size:cover}
.combo-product-home .tithome svg{position:absolute; left:0}

.combo-product-home .btn{display:block;width:fit-content;margin:auto; margin-top:50px}

@media only screen
and (max-width :575.98px){
    .combo-product-home::before{bottom:14px; left:30px;width:200px;}
    .combo-product-home .tithome{transform: scale(.6);}

    .combo-product-home .btn{display:block;width:fit-content;margin:auto; margin-top:30px; margin-bottom:70px}
}
/*combo-product-home*/

/*about-home-2*/
.about-home-2 .container{position:relative}
.about-home-2 .container::after{position:absolute; bottom:0px; right:20px; opacity:.8;content: ""; display:block; width:280px; aspect-ratio:591/202;background: url('/Design/thanh-phan-01.png'); background-size:cover; background-position:center}
.about-home-2 .container::before{position:absolute; top:0px; right:0; opacity:.4;content: ""; display:block; width:323px; aspect-ratio:323/478;background: url('/Design/thanh-phan-04.png') no-repeat; background-size:cover; background-position:center}

.about-home-2 .col-img-wrap{position:relative;padding: 0 100px 50px 0}
.about-home-2 .img{ border-radius:10px;}
.about-home-2 img{width:100%; border-radius:10px;}
.about-home-2 .img-2{position:absolute; bottom:0; right:0; width:297px; border:7px solid #FDF9ED}
.about-home-2 .title{font-size:34px;font-weight:600}
.about-home-2 .btn{background:var(--main)}
.about-home-2 .btn:hover{background:var(--main-light)}

@media only screen
and (max-width :575.98px){
    .about-home-2 .container::after{bottom:0px; right:20px;width:120px;}
    .about-home-2 .container::before{top:0px; right:0; opacity:.4;content: ""; display:block; width:323px; aspect-ratio:323/478;background: url('/Design/thanh-phan-04.png') no-repeat; background-size:cover; background-position:center}

    .about-home-2 .col-img-wrap{padding: 0 60px 30px 0}
    .about-home-2 .img-2{width:140px; border:5px solid #FDF9ED}
    .about-home-2 .title{font-size:24px;}
}
/*about-home-2 end*/

/*newshome*/
.newshome{}
.owltt .litt{border-radius:10px; box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);margin-bottom:10px;overflow:hidden}
.litt .imgz{}
.litt .nd{padding:20px;padding-bottom:24px;background:#fff;}
.litt .td{font-size: 22px;font-weight:600;}
.litt h3:hover{color:var(--main)}
@media only screen 
and (max-width: 576px){
  .litt .nd{padding:5px;}
  .litt .td{font-size:15px;font-weight:500;height:auto}
}
/*newshome*/


/*dghome*/

/*DanhGiaHome*/
.dghome {background:var(--main)}
.dghome .tithome{color:#fff;text-transform:uppercase;font-size:26px;}
.dghome .item .img{position:relative;margin:auto;}
.dghome .item .img img{width:100% !important;}
.dghome .item .name-group{position:absolute; bottom:0; right: 0; padding:28px 30px; background:#00000099}
.dghome .item .ten{font-size:18px; font-weight:bold;}
.dghome .item .ten-group .desc{}
.dghome .item .nd .review{font-size:16px; margin: 20px 0; color:#fff}
.dghome .item .nd .review i.fa-quote-left{font-size:18px; position:relative; top:-10px; left:0; margin-right:8px}
.dghome .item .nd .review i.fa-quote-right{font-size:18px;position:relative; right:-5px;top:-5px}
.dghome .owlnav.owl-carousel .owl-nav button {height:auto; top:30%}
/*owl-carousel*/
.owlnav.owl-carousel .owl-nav button{border-radius:0;top:0;margin:0;height:100%;position:absolute;border:none;outline:none;transition:.3s;color:#717171!important}
.owlnav .owl-nav button::before{display:block;background:var(--main);width:40px;height:40px;font-size:30px!important;border-radius:50%;color:#fff;opacity:.7}
.owlnav .owl-nav button:hover::before{opacity:1}
.owlnav .owl-nav button.owl-prev{left:-20px}
.owlnav .owl-nav button.owl-next{right:-20px}
.owlnav .owl-nav button span{display:none}
.owlnav .owl-prev::before{content:"\f104";font-family:fontawesome}
.owlnav .owl-next::before{content:"\f105";font-family:fontawesome}
.owl-dots{text-align:center;/* margin-top:30px; */}
.owl-dots .owl-dot{width:15px;height:15px;background-color:var(--second) !important;border-radius:10px;margin:0 5px}
.owl-dots .owl-dot.active{background-color:var(--main-light) !important}


.owl-hover.owl-carousel .owl-nav button{border-radius:0;top:0;margin:0;height:100%;position: absolute;border:none;outline:none;}
.owl-hover.owl-carousel .owl-nav span{display:none}
.owl-hover .owl-nav button.owl-prev{left: 50px;}
.owl-hover .owl-nav button.owl-next{right: 50px;}
.owl-hover.owl-carousel .owl-nav button:before{position:absolute;color: #fff;border-radius:50%;font-size: 41px;width: 50px;height: 54px;top:0;bottom:0;margin:auto;box-sizing:border-box;font-weight: 900;}
.owl-hover .owl-prev:before{content:"\f053";font-family:fontawesome;right:0;font-weight:300}
.owl-hover .owl-next:before{content:"\f054";font-family:fontawesome;left:0;font-weight:300}
.owl-hover.owl-carousel .owl-nav button:hover:before{/* background-color:#E50D0D; *//* color:#fff; */}
@media only screen 
and (max-width: 575.98px){
    .owlnav .owl-nav button::before{width:30px;height:30px;font-size:22px!important;}
    .owlnav .owl-nav button.owl-prev{left:5px}
    .owlnav .owl-nav button.owl-next{right:5px}
    .owl-dots{margin-top:14px}
    .owl-dots .owl-dot{width:10px;height:10px;margin:0 4px}
}
@media only screen
and (max-width: 467px) {
    .dghome .tithome{font-size:18px;}
    .dghome .item .name-group{padding:14px 18px; background: linear-gradient(102deg, rgba(255, 255, 255, 0) 12%,rgba(0, 0, 0, 0.5) 50%)}
    .dghome .item .ten{font-size:20px;}
    .dghome .item .ten-group .desc{}
    .dghome .item .nd .review{font-size:16px; padding:0 5px;margin: 10px 0 0;}
    .dghome .item .nd .review i.fa-quote-left{font-size:8px; position:relative; top:-10px; left:-5px}
    .dghome .item .nd .review i.fa-quote-right{font-size:8px;position:relative; right:-5px;top:-5px}

    .dghome .owlnav.owl-carousel .owl-nav button {height:auto; top:30%}


}
/*dghome end*/


.vihome {
    background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../Design/bg-sp-03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


/*dthome*/
.dthome {
    background: #fff9ef;
}
.owldt .item{padding:6px}
.owldt .imgz{padding:31%;box-shadow: 0px 0px 6px 1px #00000026;background:#fff;border-radius:10px}


/*khac*/
.owlnav .owl-nav button{border-radius:0;top:0;margin:0;height:100%;position: absolute;border:none;outline:none;transform: rotate(180deg) !important;transition: .3s;color: #333;font-size: 35px !important;opacity:0;}
.owlnav .owl-nav button span{display:none}
.owlnav .owl-nav button.owl-prev{left: 0;}
.owlnav .owl-nav button.owl-next{right:0;}
.owlnav .owl-prev:before{content:"\f104";font-family:fontawesome;}
.owlnav .owl-next:before{content:"\f105";font-family:fontawesome;}
.owlnav:hover .owl-nav button{transform:translateX(0) !important;opacity:1}
.owlnav .owl-nav button:hover{color:var(--second) !important}
.owldot .owl-dots{text-align:center;margin-top:20px}
.owldot .owl-dots button{outline:0}
.owldot .owl-dots span{display: block;width: 15px;height: 15px;border: 1px solid var(--main);border-radius:50%;transition:.5s;}
.owldot .owl-dots button.active span{opacity:1;background:var(--main);}

.inner_page{padding:30px 0}

/*sidebar*/
.col_side .td{font-size:24px;font-weight:600;text-transform:capitalize;margin-bottom:25px}
.boxside+.boxside{margin-top:50px}
.ulttside li{display:flex}
.ulttside li+li{margin-top:20px}
.imgside{height:70px;width:70px;margin-right:20px}
.ulttside li .nd{display:flex;width:calc(100% - 90px);height:68px}
.ulttside li .nd >div{margin:auto 0}
.ulttside li .nd h4{font-size:16px;color:#333;font-weight:600;margin-bottom:5px}
.ulttside li .nd h4:hover{color:#1f1f1f}
.ulttside li .nd p{color:#999;font-size:12px}
.tagside a{padding:7px 26px 5px;color:#6f6f6f;background:#f5f5f5;display:inline-block;margin-right:5px;margin-bottom:10px}
.tagside a:hover{background:#1f1f1f;color:#fff}
@media only screen 
and (max-width: 576px){

}

/*aboutpage*/
.aboutpage{}
.aboutpage h2{color:var(--main)}

.aboutpage .detail{}
.aboutpage .detail h2{font-weight:bold}
.aboutpage .detail img{border-radius:6px}

.rowgtp{align-items:center}
.rowgtp .nd h4{color:#5C5A5A;font-size: 18px;font-weight: normal;}
.rowgtp .nd h2{color:var(--main);font-size:34px}
.rowgtp .nd h2 span{display:block;color:#eead0e;font-size:20px; line-height: 1.8}
.rowgtp .nd .sub-title{font-size:18px; font-style:italic}
.rowgtp .phone-gt a{font-weight:bold;font-size: 34px;background: url(/Design/bg-phone.png) no-repeat;background-size: contain;display: inline-block;padding: 20px 74px 27px;color: #fff;margin-top: 30px;}
.owlgtp .item{text-align:center;padding-bottom: 20px;}
.owlgtp .bo{padding:5px;border: 1px solid #FFA200;display: inline-block;border-radius: 50%;}
.owlgtp .imgz{height:180px;width:180px;border-radius:50%}
.owlgtp .nd{max-width:280px;margin:auto;margin-top: 25px;padding: 20px 16px;border: 1px solid #D8D8D8;box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);border-radius: 50px 0px;color:#636363}
.owlgtp .td{color:var(--main);font-style: italic;}
.owlgtp .mt{min-height: 189px;display: block;}
.rowgtp .btn{color:#333; border-radius: 50px}
.rowgtp .btn-phone:hover{color:#fff}
.rowgtp .btn-phone span{border-radius: 50px;}
.rowgtp .owl-stage{display:flex;align-items: center;}
.row-dggt{align-items:center}

.rowgtvi .itemvi{position:relative;padding: 44%;}
.rowgtvi .itemvi iframe{position: absolute;top: 0;left: 0;}
@media only screen 
and (max-width: 576px){
  .rowgtp .row{text-align:center;}
  .rowgtp .btn{text-align:center;padding: 6px 20px!important;font-size: 18px;margin-top: 0;}
}
/*aboutpage end*/


/*bvpage*/
.bvpage{/* padding:100px 0 80px; */border-bottom:1px solid #e1e1e1;}
.titpost{font-size:1.25rem;border-bottom: 1px solid var(--bs-gray);margin-bottom: 12px;}
.tagbv{font-weight:600;margin-bottom:10px}
.tagbv a{color:#6f6f6f}
.tagbv a+a:before{content:",";margin-right:5px;color:#6f6f6f}
.tagbv a:hover{color:#1f1f1f}
.bvothers{padding:70px 0 50px}
@media only screen 
and (max-width: 576px){
    .bvpage{padding:25px 0}
}

/*dppage*/
.dppage{padding-top:50px}
.dptop .rowdp{flex-direction: row-reverse;}
.dpsame .row{flex-direction: row}
.info_contain{}
.slider_contain {}
#slider{background:#f3f6fb;height: 417px;}
#slider .slides li{position:relative;}
#slider .slides img{position:absolute;height:auto;width:auto;max-width: 100%;max-height: 100%;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);}
#carousel{margin-top:20px;}
#carousel .slides > li{height: 50px;background:#f3f6fb;cursor:pointer;opacity:.5}
.flex-active-slide{opacity:1 !important}
#carousel .slides > li img{max-width:90%;max-height:90%}
.titproduct{font-size: calc(1.325rem + .9vw);text-transform:capitalize;}
.giadp{color:#D8232A;font-size: 24px;margin:20px 0 10px;font-family:rob}

.giamulti{text-align:center;margin-bottom: 30px;}
.gia-title{padding:5px 0;font-size:16px;font-weight:normal;background:#dfdfdf;color:#3f3f3f;text-transform:uppercase;margin:0;cursor:pointer;}
.gia-item .giadp{border:1px solid #d1d1d1;border-top:0;margin:0;padding:5px 0;font-size: 20px;}
.active .gia-title {background:var(--second);color:#fff}
.active .giadp{border-color:var(--second)}

.statusdp .g{color:#4CAF50}.statusdp .r{color:#F44336}
.infodp{color:#6f6f6f;margin-top:20px}
.cartdp{overflow:hidden;margin-top:45px;display:flex;}
.cartdp .textbox{background:#f5f5f5;color:#6f6f6f}
.cartdp .tinh{cursor:pointer;width:45px;height:55px;line-height:55px;text-align:center;float:left;box-sizing:border-box;}
.cartdp .txt{width:50px;height:55px;text-align:center;float:left;outline:0;background:#f5f5f5}
.cartdp .gio-hang{margin-left:10px;height:55px;padding:0 28px;background: #F44336;color: #fff;letter-spacing:2px;text-transform:uppercase;font-family: 'rob';}
.carderror{color:#1f1f1f;font-size:14px}
.phonedp{padding-top:50px;margin-top:30px;border-top:1px solid #ebebeb}
.phonedp a{display:block;text-transform:uppercase;text-align:center;background: #EDB723;color:#1f1f1f;height:55px;line-height:55px;font-family: 'rob';}

.ultabdp{color:#999999;font-family:rob;display:flex;justify-content: center;padding:0;position:relative}
.ultabdp:before{content:"";position:absolute;width:100%;height: 0;left:0;border-bottom:1px solid #ebebeb;top:0;bottom:0;margin:auto;}
.ultabdp li{position:relative;background:#fff;padding:0 5px}
.ultabdp li+li{padding-left:65px}
.ultabdp li.active{color:#495057}
.tab-over{margin-top:40px}
.fb-comments{display:block !important;width: 100% !important}
.sidesp{}
.boxssp{background:var(--bs-light);padding:10px;margin-bottom:5px;box-shadow: #f2f2f2 1px 1px 0px 0px inset, #f2f2f2 -1px -1px 0px 0px inset;border-radius: 4px;}
.boxssp .td{text-transform:uppercase;border-bottom: 1px solid #dee2e6;padding-bottom: 5px;}
.phonessp a{position: relative;margin: 15px 0;padding-left: 50px;display: block;line-height: 1.2;font-size: 15px;}
.phonessp i{color:var(--main);position: absolute;left: 0;font-size: 40px;}
.phonessp strong{display:block;color: var(--main);font-size: 18px;}
.ckssp .item{display:flex;align-items: center;margin:15px 0}
.ckssp img{width:35px;margin-right: 10px;}
.ckssp .nd{display:inline-block;line-height: .8;}
.ckssp h3{font-size:13px;text-transform:uppercase;margin: 0;}
.ckssp small{color:var(--bs-gray);font-size:13px}
.boxssp.i3{font-size: 14px;}
.boxssp.i3 .nd{max-width: 200px;margin: 10px auto;}
.boxssp.i3 a{color:red}
@media only screen 
and (max-width: 576px){
    .dppage{padding-top: 15px;}
    .dptop .row{flex-direction: column-reverse;}
    .dpsame .row{flex-direction: row}
    #slider{height:380px;background:#fff}
    .cartdp{flex-flow: wrap;justify-content: space-between;}
    .cartdp .textbox{margin-bottom:10px}
    .cartdp .gio-hang{margin-left:0}
}

/*photo-page*/
.photodetailp{}
#gallery .container{}
.ulctha{overflow:hidden;margin-right: -15px;margin-left: -15px;box-sizing:border-box;}
.lictha{max-width:33.33333333333%;width: 100%;padding-right: 15px;padding-left: 15px;box-sizing: border-box;}
.imgctha{margin-bottom:30px;}
.imgctha a{display:block;position:relative;}
.imgctha a:before{background: rgba(0, 0, 0, 0.5);position:absolute;position: absolute;top: 0;left: 0;bottom: 5px;right: 0;transition: all 300ms linear 0s;border-radius:10px;}
.imgctha a:after{content:"\f00e";font-size:20px;opacity:0;color:#fff;background:#ffffff42;width: 50px;height: 50px;box-sizing:border-box;padding: 12px;border:1px solid;display:inline-block;font-family:fontawesome;position:absolute;left: 0;right: 0;margin:auto;text-align:center;top:calc(40% - 20px);transition: all 300ms linear 0s;}
.imgctha:hover a:before{content:"";}
.imgctha:hover a:after{opacity:1;top:40%}
.imgctha img{width:100%;height:auto;border-radius:10px;}
@media only screen 
and (max-width: 576px){
.ulctha{margin-right:-5px;margin-left:-5px}
.lictha{max-width:50%;padding-left:5px;padding-right:5px}
}

/*thongbaopage*/
.thongbaopage{}
.ulnote{font-size:18px;line-height: 1.8;}
.ulnote li::marker{color:var(--main)}
.ulnote li:hover{color:var(--main)}
.meta{margin-top:15px;font-weight:bold}
.meta a{color: #006bbd;display: inline-block;padding-left: 40px;background-image: url(../Design/download1.png);background-repeat: no-repeat;background-position: 10px;}

/*rv-page*/
.rv-page{background-color: #fff;border-radius: 6px;box-shadow: 0 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);padding: 1.25rem 1.5rem;}
.rv-page .title{color: #f18121;font-size: 20px;font-weight: normal;display: flex;gap: 10px;}
.form-rvp .d-inline-flex{align-items: center;gap: 20px;}
.form-rvp .btn {text-wrap:nowrap; color:#fff}
.ds-cmt .item{margin-bottom:20px;}
.ds-cmt .item .binhluan{display:flex;gap: 10px;align-items: flex-start;}
.ds-cmt .imgz{flex-shrink:0}
.ds-cmt img{height:46px}
.ds-cmt .nd{background: #f7f7f7;padding: 10px;border-radius: 10px;width: 100%;font-size:15px}
.ds-cmt .td{color:#f18121;border-bottom:1px solid;margin-bottom: 3px;}
.ds-cmt .td span{color:#999;font-size:13px;margin-left:10px}
.ds-cmt .item .traloi{display:flex;gap: 10px;align-items: flex-start;margin-top:10px;margin-left: 56px;}
@media only screen 
and (max-width: 576px){
  .form-rvp .d-inline-flex{a;flex-direction: column;display: flex !important;gap: 8px;}
}


.hotline-phone-ring-wrap{position:fixed;bottom:0;left:0;z-index:999999}
.hotline-phone-ring-wrap-zl{position:fixed;bottom:90px;left:0;z-index:999999}
.text-hotline{color:#fff;font-size:20px}
.hotline-phone-ring{position:relative;visibility:visible;background-color:transparent;width:90px;height:90px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;left:0;bottom:0;display:block}
.hotline-phone-ring-zl{position:relative;visibility:visible;background-color:transparent;width:90px;height:90px;cursor:pointer;z-index:11;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transition:visibility .5s;right:0;bottom:0;display:block}
.hotline-phone-ring-circle{width:90px;height:90px;top:0;left:0;position:absolute;background-color:red;border-radius:100%;border:2px solid red;-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 .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}
.hotline-phone-ring-circle-zl{width:90px;height:90px;top:0;right:0;position:absolute;background-color:#0182ca;border-radius:100%;border:2px solid #0182ca;-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 .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}
.hotline-phone-ring-circle-fill{width:65px;height:65px;top:12px;left:12px;position:absolute;background-color:red;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 .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.hotline-phone-ring-circle-fill-zl{width:65px;height:65px;top:12px;right:12px;position:absolute;background-color:#0182ca;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 .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.hotline-phone-ring-img-circle{background-color:red;width:40px;height:40px;top:25px;left:25px;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-zl{background-color:#0182ca;width:40px;height:40px;top:25px;right:25px;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}
.hotline-phone-ring-img-circle .pps-btn-img img{width:33px;height:33px}
.hotline-bar{position:absolute;background:#3578e5;height:45px;width:185px;line-height:45px;border-radius:3px;padding:0 50px;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .8s;z-index:9;border-radius:50px!important;left:52px;bottom:31px}
.hotline-bar>a{color:#fff;text-decoration:none;font-size:16px;font-weight:700;text-indent:32px;letter-spacing:1px;display:block;line-height:45px;font-family:Arial}
.hotline-bar>a:hover,.hotline-bar>a:active{color:#fff}

@keyframes light-left {
0%{left:-5%;opacity:0}
50%{left:50%;opacity:1}
100%{left:105%;opacity:0}
}
@keyframes light-right {
0%{right:-5%;opacity:0}
50%{right:50%;opacity:1}
100%{right:105%;opacity:0}
}
@-webkit-keyframes phonering-alo-circle-anim {
0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}
30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}
100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}
50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}
100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.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)}
}