
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Open+Sans:wght@400;500;600;700&display=swap');
body{background: #fff;font-family: Open Sans;}
:root {--main: #c5a454;--main-light: #ffdb85;--main-focus:#c5a45480;--main-dark: #DAA520 ;
       --second:#5ebb47;--second-light: #83e26c;--second-focus: #5ebb4780;
       --third:#fffaec;--text:#596277;--text-dark:#543c04;--light: #F7F7F7;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{/* ; */}
.ffb{font-family:ffb}.ffnb{font-family:ffnb}.fftd{font-family:Exo}
.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{/* border-radius:0; */font-weight: 500;/* text-transform: uppercase; */}
.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{}
.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}
.cd-top{a;bottom: 2px;}

.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{padding: 16px 0;background: #fff;border-bottom: 1px solid #E4E7ED;}
.breadcrumb{margin-bottom:0}
.breadcrumb-item.active{}
.breadcrumb-item+.breadcrumb-item::before{}

.center{text-align:center}

.detail{/* text-align:justify; */}
.detail table{width:100%;max-width:100%}
.detail img{max-width:100% !important;cursor:zoom-in;height:auto !important;}
.detail a{}
.detail h1,.detail h2,.detail h3,.detail h4,.detail h5{font-family:Lora;font-weight: 500;}

.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;}
.views:before{content:"\f06e";font-family:fontawesome;display:inline-block;margin-right:6px;font-weight:900}
.date:before{content:"\f017";font-family:fontawesome;display:inline-block;margin-right:6px;font-weight:900}
.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;text-align: center;}
.pager span,.pager a{background-color:#0d7aa3;display:inline-block;text-align:center;margin-right:3px;border-radius: 50%;color:#fff;border:1px solid #0d7aa3;padding: 3px 10px 4px 10px;}    
.pager a:hover{background-color: var(--main);border-color: var(--main);}
.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}
}
.nav-mobile{display:none}
#slideshow {position:relative;width:100%;z-index:1;}
#slideshow img{width:100%;height:auto;float:left}
/*header*/
header{background:#fff}
.tophead{background: #000;}
.tophead .container{justify-content: space-between;font-size:14px;align-items: center;display: flex;color: #c1c1c1;}
.tophr{display:flex}
.search-h{position:relative;border-right: 1px solid #444444;padding-right: 16px;margin-right: 16px;}
#showtk{cursor:pointer;}
#showtk i{font-size: 17px;}
#showtk.close:before{content:"";position: fixed;width: 100%;height: 100%;z-index: 8;top: 0;border: 0;left: 0;}
.searchbox{position:absolute;right: 12px;display: none;width: 300px;z-index: 9;top: -4px;}
.searchbox .form-control{border-radius: 50px;font-size: 13px;box-shadow: none !important;background: #dadada;border: none;height: 30px;color: #333;}
.searchbox .form-control::placeholder{color:#555;font-style:italic}
.searchbox .btn{position:absolute;right:0;top: 0;width: 36px;height:100%;font-size: 14px;color:#555;line-height: 30px;padding: 0;}
.phoneh span{color:var(--main)}
.phoneh i{margin-right:5px}
.mxhh{display:flex;gap:10px}
.mxhh a:hover{color:var(--main)}
.midhead .container{text-align:center}
.logo{height:72px;position: relative;text-align:center;display: inline-block;}
.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;}
.nav_main{border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;background: #fff;}
.menu_main{display:flex;justify-content: center;margin: auto;align-items: center;position: relative;z-index: 3;gap: 30px;}
.mnlic1{text-transform:uppercase;font-size: 14px;}
.mnliac1{padding: 10px 0;display:block;position:relative;text-align: center;z-index: 1;font-weight: 600;color: #525149;}
.havesub .mnliac1:after{content:"\f107";font-family:fontawesome;margin-left:3px;font-weight: 300;opacity: .6;}
.lihome a:before,.mnlic1:hover .mnliac1:before{content:"";position: absolute;width: 40px;border-bottom: 1px solid #dbb86f;left: calc(50% - 20px);bottom: 5px;}

.menusub{position: absolute;padding: .5rem 0;background-color: #fff;color: #333;top: 150%;opacity: 0;visibility: hidden;transition: .5s;min-width: 200px;border-top: 2px solid var(--main);}
.mnlic1:hover .menusub{top: 100%;visibility: visible;transition: .5s;opacity: 1;}
.menusub li a{display:block;padding: 5px 15px;font-weight: 500;}
.menusub li:hover a{color: var(--main)}

.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;}
@media only screen 
and (min-width: 992px){
  .nav_main:not(.scroll-to-fixed-fixed){z-index: 2 !important;position: relative !important;}
  
}
@media only screen 
and (max-width: 992px){
  #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-dark .navbar-toggler{border-color: #ffffff52;}
  .mxhh{display:none}
  .phoneh{text-wrap:nowrap}
  .search-h{border: 0;padding: 0;margin: 0;margin-left: 10px;}
  .searchbox{position:relative;top: auto;right: auto;width: 100%;max-width: 300px;}
  .midhead .container{display:flex;justify-content: space-between;}
  .lisearch{padding:10px 15px}
  .lisearch .searchbox{display: block;max-width: none;width: 100%;position: relative;top: auto;right: auto;}
  .searchbox .form-control{border-radius:0;font-size: 14px;height: auto;}
  .searchbox .btn{font-size:14px}
  .nav_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;}
  .nav_main .container{padding:0;}
  .menu_main{display:block}
  .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;}
  .mnliac1:before{display:none}
  .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){
  .dch{font-size:13px}
  .logo{height: 60px;}
  .tencty{font-size:9px;display:none}
  .tencty strong{font-size:20px}
}

/*footer*/
footer{}
.topfoot{color:#fff;padding: 15px 0;background: #000;border-bottom: 2px solid #ccaa58;border-top: 3px solid #ccaa58;font-size: 15px;font-weight: 600;}
.topfoot .col-12+.col-12{text-align:right;border-left:1px solid #fff}
.topfoot .sdt{color:var(--main)}

.midfoot .item{display:flex;align-items: center;gap:20px}
.midfoot .td{text-wrap:nowrap;font-weight:600;font-size:15px}
.midfoot .dkf{max-width: 360px;}
.midfoot .form-control{color: #525149;line-height: 40px;border: 1px solid #999;padding: 0 20px;font-size: 13px;background-color: #FFF;height: 40px;border-radius: 50px !important;font-weight: 500;}
.midfoot .btn{position:absolute;height: 36px;line-height: 36px;border-radius: 50px !important;right: 2px;top: 2px;font-size: 14px;text-transform: uppercase;font-weight: 400;padding: 0 20px;}
.midfoot .item+.item{justify-content:flex-end;color:#525149}
.midfoot .item+.item .td{text-transform:uppercase}
.mxhf{display:flex;font-size:21px}

.botfoot{background:#000;color: #9b9b9b;font-size:14px}
.botfoot strong{font-weight:500}
.botfoot p{margin-bottom:10px}
.rowft{justify-content: space-between;}
.tenctyf{margin-bottom: 20px;text-transform: uppercase;color: var(--main-dark);font-size: 15px;font-weight: 600;}

.titf{font-size: 15px;position: relative;font-weight: 500;margin-bottom: 20px;color: #fff;text-transform: uppercase;}
.titf:before{content:"";position: absolute;bottom: 0;left: 0;width: 100%;border-bottom: 1px solid #424242;}
.titf span{position:relative;padding-bottom: 5px;display:inline-block}
.titf span:before{content: "";position: absolute;bottom: 0;left: 0;width: 100%;border-bottom: 1px solid #ccaa58;}
.mnf a:hover{text-decoration:underline}
.lhf .input-group .btn{line-height:42px}
.lhf h5{font-family:rob}
.mxhf{gap:5px}
.mxhf a{width:38px;height:38px;display: flex;align-items: center;justify-content: center;}
.foot {background:#000}
.foot .container{border-top: 1px solid #424242;display: flex;justify-content: space-between;font-weight: 500;color: var(--main);font-size: 15px;}
@media only screen
and (max-width :992px){
  .midfoot .item{justify-content: center !important;}
.foot .container{flex-direction: column;align-items: center;text-align: center;}
}
@media only screen
and (max-width :768px){
  .topfoot .col-12+.col-12{border:0;position:relative;padding-top: 10px;margin-top: 10px;}
  .topfoot .col-12+.col-12:before{content:"";border-top:1px solid #fff;position:absolute;top:0;width: 50px;left:0;right:0;margin: auto;}
}
@media only screen
and (max-width :576px){
  .tenctyf{display:block}
  .midfoot .item:first-child{flex-direction:column}
  .midfoot .item+.item{gap:unset}
}

.tithome{margin-bottom:30px;text-align: center;font-family: lora;font-weight: 500;text-transform: uppercase;position: relative;font-size: calc(1.325rem + .9vw);padding-bottom: 20px;}
.tithome:before{content:"";position: absolute;height: 14px;width: 100%;background: url(/Design/line.png) no-repeat center;background-size: contain;left: 0;bottom: 0;}

.titsp{text-align:center;background: url(/Design/bg-tit.png) no-repeat bottom;background-size: 100% auto;color: #fff;padding: 37px 0 16px;font-size: 35px;font-family: ffb;margin-bottom: 30px;text-transform: capitalize;}
.inner_page .tithome{margin-bottom:30px}
.quote{text-align:center;color:#777;margin-bottom: 25px}
@media only screen
and (max-width :992px){
  .titsp{font-size: 20px;padding: 19px 0 8px;}
}
@media only screen
and (max-width :576px){
  .titsp{background-size: cover;}
  .tithome span{font-size: 15px;padding: 8px;padding-bottom: 5px;}
}

/*ckhome*/
.ckhome{background:url(/Design/bg-ck-2.jpg) center;color:#fff}
.rowck .item{text-align:center;font-size:14px}
.rowck .mt{margin-top:12px}
@media only screen
and (max-width :992px){
  .ckhome .scroll{overflow:scroll}
  .rowck{width:992px}
  .rowck .mt{font-size:13px}
  .rowck img{height:40px}
}

/*gthome*/
.gthome {background:url(/Design/bg-choise.jpg) center;background-size:cover;color: #fff;}
.gthome h2{position:relative;font-family: 'Lora';font-weight: 500;padding-bottom:20px}
.gthome h2:before{content:"";position: absolute;height: 17px;width: 100%;background: url(/Design/line2.png) no-repeat center;background-size: contain;left: 0;bottom: 0;}

/*tlhome*/
.tlhome{}
.tlhome .container-fluid{padding:0;}
.rowtl .title{font-weight:500}
.rowtl .col-tl1 .contain{background:var(--main);color:#fff;padding: 2.5rem;height:100%;display: flex;flex-direction: column;}
.rowtl .col-tl1 .dstl{margin-top:auto;font-size:18px}
.rowtl .col-tl1 .all{font-size:15px}
.owltl .imgz{padding:60% 50%}
.owltl .nd{padding:40px 20px;position:absolute;bottom: 0;background: linear-gradient(180deg,transparent,#000 50.52%);color: #fff;text-align: center;width: 100%;}
.owltl .td{font-weight:500;}
.owltl .link{color:#999}
@media only screen
and (max-width :576px){
  .owltl .nd{padding:10px}
  .owltl .td{font-size:20px}
  .owltl .link{font-size:13px;}
}

/*sphome*/
.sphome{}
.lisp {}
.lisp .imgz img{object-fit: contain;}
.lisp .td{font-size: 14px;font-weight: 600;margin-top: 10px;/* text-align: center; */}
.lisp .td:hover{color:var(--main)}
.lisp .bot{border-top:1px solid #e3e3e3}
.lisp .price{margin-top:8px}
.lisp .stt{font-size:13px;color:#27ae60}
.sphome .linkall a{text-transform:uppercase;color: #727272;background: #fff;padding: 11px 94px;border-color: #BDBBBB;}
.sphome .linkall a:hover{background:var(--main);color:#fff}
@media only screen and (max-width :576px){
  .lisp{padding:5px}
  .lisp .nd{padding:0}
  .lisp .tl{margin:5px 0}
  .lisp .td{font-size:14px;/* height: 33.6px; */}
  .lisp .giasp{margin-bottom:5px;}
  .lisp .price{font-size:16px}
  .lisp .priceold{font-size:13px;margin: 0;line-height: 1;display: block;}
  .lisp .link{font-size:10px;height: 24px;display:none}
}

/*newshome*/
.newshome{}
.litt{text-align:center}
.litt .td{font-weight: 600;margin-top: 12px;font-size: 17px;}
.litt .td:hover{color:var(--main)}
.litt .link a{text-transform: uppercase;font-size: 14px;padding: 8px 40px;color: #999;border: 2px solid var(--main);margin-top: 12px;font-weight: 600;}
.litt .link a:hover{background:var(--main);color:#fff}
@media only screen 
and (max-width: 992px){
  .col-tt3 .item{margin-bottom: 16px;}
}
@media only screen 
and (max-width: 576px){
  .col-tt3 .item{display:block}
  .col-tt3 .imgl{width:100%}
  .litt .link{display:none}
}

/*khac*/
.owlnav.owl-carousel .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: var(--bs-gray) !important;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-carousel .owl-nav button:hover{color:var(--main) !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;margin: 5px;border: 5px solid var(--main);transition:.5s;}
.owldot .owl-dots button.active span{opacity:1;background:#f3bd00;}

.inner_page{padding:30px 0;background: #fff;}

/*sidebar*/
.col_side .td{font-size:24px;font-family:rob;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-family:rob;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){

}

/*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-family:rob;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}
}

/*sppage*/
.sppage{}
.rowcat a{background:#f0f8ff;display:flex;align-items: center;height: 30px;justify-content: center;border-radius: 50px;font-size:15px}
.rowcat img{max-height: 25px;max-width: 90%;}
.rowcat a:hover{background:#e6f3ff}
.box-filter+.box-filter{margin-top:30px}
.box-filter .td{font-weight: 500;text-transform: uppercase;font-size: 17px;color: #1a1a1a;}
.box-filter .tlcon{font-size: 14px;}
.box-filter .tlcon a{display:block;color: #828282;font-size: 14px;font-weight: 500;}
.box-filter .tlcon a:hover{color:#d3283d}
.box-filter .list_check{font-size: 14px;}
@media only screen 
and (max-width: 576px){
  .rowcat a{font-size:13px}
}

/*dppage*/
.dppage{padding-top:50px}
.dptop .rowdp{flex-direction: row-reverse;}
.dpsame .row{flex-direction: row}
.info_contain{}
.slider_contain {}
#slider{background: #fff;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: 80px;background:#f3f6fb;cursor:pointer;opacity:.5}
.flex-active-slide{opacity:1 !important}
#carousel .slides > li img{max-width:90%;max-height:90%}
.titproduct{text-transform:capitalize;font-size: calc(1.3rem + .6vw);font-weight: 600;}
.giadp{;margin:20px 0 10px;font-size:18px}
.giadp strong{color: #ee5d49;font-weight: 600;font-size: calc(1.275rem + .3vw);}
.giadp .giacu{color: #C9C9C9;font-size: 18px;text-decoration: line-through;margin-left: 10px;font-weight: normal;font-family: ff;}
.giamulti{margin-top:20px;text-align:center;}
.gia-title{padding:15px;font-size:16px;font-weight:normal;border-top-left-radius:8px;border-top-right-radius:8px;background:#dfdfdf;color:#3f3f3f;text-transform:uppercase;margin:0;cursor:pointer;}
.gia-item .giadp{border:1px solid #d1d1d1;border-top:0;margin:0;padding:15px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
.active .gia-title {background:#f1c249;} .active .giadp{border-color:#f1c249;}
.statusdp .g{color:#4CAF50}.statusdp .r{color:#F44336}
.infodp{color:#6f6f6f;margin-top:20px}
.thongsodp{border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;margin:24px 0;padding-top:24px}
.thongsodp .title{color:#3a6389;font-weight:600;margin-bottom:20px}
.thongsodp ul{display:flex;flex-wrap:wrap;list-style: none;padding: 0;}
.thongsodp li{flex:0 0 auto;width:50%;font-size: 12px;color: #828282;margin-bottom:15px}
.thongsodp li strong{color:#1a1a1a;font-size:16px;font-weight:600}
.cartdp{/* overflow:hidden; */margin: 20px 0 8px;/* 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';}
.cartdp2 a{display: block;background: #272425;border-radius: 7px;color: #fff !important;text-align: center;font-size: 16px;text-transform: uppercase;line-height: 3.4em;font-family: ffb;cursor: pointer;}
.cartdp2 a:hover{background:var(--main)}
.carderror{color:#1f1f1f;font-size:14px}
.cartdp a{width:100%;text-transform: uppercase;font-weight: 600;font-size: 18px;color: #fff;line-height: 46px;}
.tragia .mb-3{position:relative}
.erolh{position:absolute;top: -17px;color: red;font-size: 12px;}
.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';}
.col-ts .td{font-size:20px;text-transform: uppercase;font-family: ffb;border-bottom: 1px solid #d5d5d5;padding-bottom: 10px;margin-bottom: 15px;position: relative;}
.col-ts .td:before{content:"";border-bottom: 3px solid #f1c249;position: absolute;bottom: 0;width: 212px;}
.col-ts .nd{font-size:15px;height:400px;overflow:hidden;transition:.3s}
.col-ts .nd.active{height:auto}
.col-ts .nd ul{list-style: none;padding-left: 0;line-height: 1.7;}
.col-ts .nd td{border-width:1px;padding: 3px;/* white-space: nowrap; */}
.col-ts .nd tr td:first-child{/* white-space: nowrap; */width: 120px;}

.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}
.detailts table{width: 100% !important;}
.detailts th,.detailts td{padding:5px;border-width: thin;}
.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}
.ct-dp .title{text-align:center;font-size: calc(1rem + .9vw);font-weight: 500;text-transform:uppercase;position: relative;margin-bottom: 30px;;line-height: 1.4;color:#555}
.ct-dp .title:before{content:"";background: url("/Design/bg_title.png");position: absolute;width: 417px;height: 22px;top: 14px;margin-right: 0;left: 0;}
.ct-dp .title:after{content:"";background: url("/Design/bg_title.png");position: absolute;width: 417px;height: 22px;top: 14px;right: 0;}

.zoom-left .imgz{height:500px;/* width:100%; */}
#gallery_01{display:flex;gap:5px}
#gallery_01 .imgH{width: 80px;height: 80px;border: 2px solid #fff;}
#gallery_01 img {border: 2px solid white;object-fit: contain;}
#gallery_01 .active .imgH{border: 2px solid #ccc}
@media only screen 
and (max-width: 1200px){
  .ct-dp .title:before,.ct-dp .title:after{width:30%;top:9px}
}
@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}
  .ct-dp .title:before,.ct-dp .title:after{width:10%;height: 13px;top: 8px;background-size: auto 100%;}
}

/*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}
}

/*buildpc*/
.buildpc{border:1px solid #e1e1e1}
.buildpc .item{display:flex;background:#f9f9f9;padding:0 8px;border-bottom:1px solid #e1e1e1;}
.buildpc .item:nth-child(2n+2){background:#fff}
.buildpc .d-name{width:240px;font-family: ffb;margin:14px 0;flex-shrink: 0;}
.buildpc .drive{border-left:1px solid #e1e1e1;padding:10px;display:flex;justify-content: space-around;width: 100%;}
.buildpc .img-w{width:90px;}
.buildpc .drive .nd{width:50%;padding: 0 8px;margin-top: 14px;}
.buildpc .drive .tongcong{display:flex;align-items: baseline;margin-top: 5px;}
.buildpc .drive .price{font-family:ffb}
.buildpc .drive .tongcong span{margin:0 8px}
.buildpc .drive .number{margin-top: 4px;height: 30px;outline: none;padding: 0 5px;width: 50px;}
.buildpc .drive .tong{font-family:ffb;color:red}
.buildpc .drive .edit{color:#1d7be5;margin-top: 11px;}
.buildpc .drive .delete{color:#111;}

.buildpc .drive .add{margin-left:0;margin-right: auto;}
.tong-chi-phi{background: #ed1b24;color:#fff;padding: 0 5px;height: 40px;font-size: 14px;max-width: 100%;width: 400px;display: inline-flex;justify-content: space-between;align-items: center;}
.tong-chi-phi span{font-family:ffb;border-left:1px solid #fff;display: block;height: 40px;line-height: 40px;padding-left: 20px;}
.btn-build {display:flex;gap:20px}
.btn-build a{background:var(--main);color:#fff;min-width: 200px;height: 40px;text-align: center;line-height: 40px;text-transform: uppercase;padding: 0 5px;border-radius: 5px;font-family: ffb;font-size: 15px;}
@media only screen 
and (max-width: 576px){
  .buildpc .item{flex-direction: column;}
  .buildpc .drive{border: none;border-top:1px solid #e1e1e1;flex-direction: column;padding: 8px 0;}
  .buildpc .img-w{width:50px}
  .buildpc .drive .nd{width:100%;padding: 0;}
}