body{background: #fff;font-family: Roboto;}
:root {
    --main: #0b67bd;
    --main-light: #1d79ce;
    --main-focus: #0091ff;
    --main-dark: #18407f;
    --second: #5ebb47;
    --second-light: #83e26c;
    --second-focus: #5ebb4780;
    --third: #fffaec;
    --text: #555;
    --text-dark: #543c04;
    --light: #F7F7F7;
    --light-second: #DFE4FD;
    --light-light: #9aaffe
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{color:var(--main-dark)}
.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{/* border-radius:0; */}
.form-control:focus{border-color: var(--light-light);box-shadow: 0 0 0 .25rem var(--main-focus);}
.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{/* text-align:justify; */}
.detail table{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:rob;}
.detail h2{font-size:1.5rem}
.detail h3{font-size:1.2rem}


.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;}
.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}
}
.nav-mobile{display:none}
#slideshow {position:relative;width:100%;z-index:1;}
#slideshow img{width:100%;height:auto;float:left}
/*header*/
header{background: var(--third);}
.tophead .container{justify-content: space-between;font-size:14px;font-weight:500;align-items: center;}
.tophead{background: var(--bs-light);}
.phoneh i{color:var(--main)}
.mxhh {display:flex;align-items: center;}
.mxhh a{font-size:16px;color:var(--main);width: 38px;height: 38px;}
.mxhh a:hover{background:var(--main);color:#fff}
.midhead{box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;background: #fff;}
.midhead .container{display:flex;justify-content: space-between;align-items: center;}
.logo{height: 64px;position: relative;}
.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;}
.tencty{text-align:center;margin-left: 10px;}
.tencty h2{font-size: 25px;text-transform: uppercase;margin-bottom: 4px;color: var(--main);font-family: avob;}
.tencty h3{font-size: 15px;color: #fff;margin: 0;font-family: swib;background: var(--main);padding: 1px 10px 2px;border-radius: 4px;}
.midhr{position:relative;}
.ishowtk{position:relative;margin-right: 15px;}
#showtk{cursor:pointer;font-size:22px}
#showtk.close:before{content:"";position: fixed;width: 100%;height: 100%;z-index: 8;top: 0;border: 0;left: 0;}
.searchbox{position:absolute;right: 0;display: none;width: 220px;z-index: 99999;}
.searchbox .txt::placeholder{color:#445356}
.searchbox .btn{position:absolute;right:0;top: 0;width: 40px;height:100%;z-index: 99999;}

.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: var(--third);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{display:flex;margin-bottom: 0;align-items: center;position: relative;z-index: 2;gap: 30px;margin-right: 30px;margin-left: auto;}
.mnlic1{text-transform:uppercase;font-size: 14px;}
.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;}
@media only screen 
and (min-width: 992px){
  .tencty{display:none}
}
@media only screen 
and (min-width: 1200px){
  .tencty{display:block}
}
@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;}
  .tophead,.ishowtk{display:none}
  .midhr{border:none !important}
  .logo{margin-left:auto}
  .tencty{margin-right:auto;}
  .tophl{flex-direction: column;color: #fff;border-top: 1px solid #ffffff2e;text-align: center;font-size: 13px;padding: 15px;font-weight: bold;}
  .mxhh{border-top: 1px solid #ffffff2e;justify-content: center;color: #fff;}
  .carthead{width:32px;padding: 0;}
  .carthead i{margin:auto}
  .searchbox{width: 90%;position: relative;display: block;margin: 15px auto;}
  .nav-mobile{position: fixed;z-index:999;overflow:scroll;top: 0;background: var(--bs-light);height: 100%;left:0;width:250px;display:none;padding: 8px;}
  .mnsp{display:block;position:relative;margin-top:8px}
    
  .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;}
  .mnlic1:hover .menusub{transform: none;background: #fff;}
  .menusub li+li{border-top:1px solid #eee;}
  .menusub li a{padding:15px 0;padding-left:6%;}
}
@media only screen 
and (max-width: 576px){
  /*.tencty{display:none;}*/
  .tencty h2{font-size:20px}
  .logo{margin:auto}
}

/*footer*/
footer{background: var(--main-dark);color: var(--light-second);}
.rowft{justify-content: space-between;}
.tf1 .nd{font-size:18px}
.logof img{height: 100px;}
.tenctyf{font-size: 1.5rem;font-family: ffb;margin-bottom: 30px;text-align:center;display: inline-block;color: #fff;text-transform: uppercase;}
.tenctyf strong{font-size:25px;display:block;font-family:avob}
.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 >*:nth-child(2):before{content:"\f879"}
.iff >*:nth-child(3):before{content:"\f0e0"}
.iff >*:nth-child(4):before{content: "\f26b";font-weight: 500;}
.titf{font-size: 1.5rem;margin-bottom: 30px;color: #fff;font-family: ffb;text-transform: capitalize;}
.mnf a{transition:.3s}
.mnf a:before{content: "\f105";font-family: 'fontawesome';margin-right: 5px;font-weight: 900;}
.mnf a:hover{color:#fff;letter-spacing:1px}
.lhf .input-group .btn{line-height:42px}
.lhf h5{font-family:rob}
.mxhf{gap:5px}
.mxhf a{width:38px;height:38px;border-radius: 50%;}
.foot {
    background: #072758;
}
.foot a{font-weight: 700}
@media (min-width: 992px){
  footer .col-auto{width: auto;}
  footer .tf2{max-width: 337px;}
}
@media (min-width: 1200px){
  footer .col-f-2{max-width: 290px;}
}
@media only screen
and (max-width :992px){
.foot .container{a;flex-direction: column;align-items: center;}
}
@media only screen
and (max-width :576px){
  .tenctyf{display:block}
}

.tithome{text-align:center;font-family: 'ffb';max-width: 700px;text-transform: capitalize;font-size: 26px;margin: auto;padding-bottom: 30px;}
.tdc{padding:4px 16px;border: 1px solid #DFE4FD !important;display: inline-block;border-radius: 8px;color: var(--main);font-size:16px;font-family: ff;font-weight: normal;}
.tdtop{color:#fff;text-align:center;display: inline-block;text-transform: uppercase;font-family: ffb;font-size: 20px;position: relative;}
.tdtop:before{content:"";height: 1px;width: 50px;top: 10px;left: -60px;position: absolute;background: #fff;opacity: .6;}
.tdtop:after{content:"";height: 1px;width: 50px;top: 10px;right: -60px;position: absolute;background: #fff;opacity: .6;}
.inner_page .tithome{font-size: 28px;margin-bottom:30px}
.quote{text-align:center;color:#777;margin-bottom: 25px}
@media only screen
and (max-width :576px){
	.tithome{font-size: 1rem;}
    .inner_page .tithome{font-size: 1.5rem;}
	.inner_page .tithome{margin-bottom:0px}
}

/*mnsphome*/
.mnsphome{}
.col-mnsp .td{background: var(--main) url(/Design/icon-menu.png) no-repeat center left 10px;background-size: auto 17px;color:#fff;text-transform: uppercase;padding-left: 45px;font-size: 17px;height: 45px;line-height: 45px;}
.col-mnsp ul{border:1px solid #ebebeb;border-top:none}
.col-mnsp li+li{border-top:1px dashed #ebebeb}
.col-mnsp li a{padding-top: 3px;padding-bottom: 3px;padding-left: 10px;display: flex;align-items: center;}
.col-mnsp li a:hover{color:var(--main)}
.col-mnsp li img{width: 32px;}
.col-mnsp li h3{font-size: 16px;font-weight:normal;margin: 0;margin-left: 10px;}
@media (max-width: 992px){
  .col-mnsp .td{display:none}
  .col-mnsp{overflow-x: scroll;overflow-y: hidden;}
  .col-mnsp ul{display:flex;align-items: flex-start;border: none;}
  .col-mnsp li{flex-shrink: 0;}
  .col-mnsp li+li{border:none}
  .col-mnsp li a{padding:0;background: none;flex-direction: column;}
  .col-mnsp .imgz{display:none}
  .col-mnsp li h3{font-size:13px;margin:0;margin-top: 5px;max-width: 100px;text-align: center;}
}

/*tophome*/
.tophome{}
.tophome .td{text-align:center;background: var(--third) url(/Design/headerBg.png) no-repeat 0px 5px;color: var(--main-dark);padding: 80px 0 30px;}
.tophome .td h2{text-transform: uppercase;}
.rowtop .item{display:flex}
.rowtop img{width:70px;}
.rowtop .nd{padding-left:1rem}
.rowtop h3{font-size:18px;color:var(--main-dark)}
@media (min-width: 992px){
  .rowtop{position:relative}
  .rowtop:before{content:"";position: absolute;border-left: 1px dashed #eedab0;background: #deb067;width: 1px;top: 0;left: calc(50% - 1px);height: 100%;}
}
@media (max-width: 576px){
  .tophome .td{padding: 50px 0 20px;}
  .tophome .td h2{font-size: 20px;}
  .rowtop .item{flex-direction: column;justify-content: center;align-items: center;text-align: center;}
  .rowtop .nd{padding:0;margin-top: 10px;}
}

/*texthome*/
.texthome{}
.texthome .nd{max-width:1050px;margin:auto}

/*abouthome*/
.abouthome{}
.rowgt{align-items:center}
.rowgt .imggt img{border-radius:8px}
.rowgt .td{font-size: 48px;margin-bottom: 30px;text-transform: capitalize;font-family: ffb;}
.rowgt .tdc{padding:4px 16px;border: 1px solid #DFE4FD !important;display: inline-block;border-radius: 8px;color: var(--main);}
.rowgt .nd{ text-align: justify;}
.rowgt .btn{padding-bottom: 8px;}
    .rowgt .ndgt .td {
        font-size: 30px
    }
@media (max-width: 576px){
    .rowgt .imggt{display:none}
    .rowgt .nd {
        margin-bottom: 20px
    }
    .rowgt .ndgt .td{ font-size: 25px}

}

/*qmhome*/
.qmhome {
    background: linear-gradient(rgba(0, 0, 0,0.6), rgba(0, 0, 0,0.6)), url(/Design/bg-qm.jpg) left top;
    background-size: cover;
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}
.qmhome .mt{font-size:25px;max-width: 950px;margin: 20px auto 50px;}
.rowcount {font-weight:bold;font-family:avob;text-transform: capitalize;font-size: 18px;}
.rowcount strong{display:block;font-size: 70px;}

/*rowck*/
.bock{border:1px solid #DFE4FD;margin-top:24px;padding:24px;border-radius: 8px;}
.rowck .col-lg-4+.col-lg-4{border-left:1px solid #DFE4FD}
.rowck .item{display:flex;align-items: center;}
.rowck i{width:48px;height:48px;flex-shrink: 0;display: flex;align-items: center;background: var(--main);color: #fff;justify-content: center;border-radius: 50%;}
.rowck .col-lg-4:nth-child(2) i:before{content:"\e04d"}
.rowck .col-lg-4:nth-child(3) i:before{content:"\f879"}
.rowck .nd{padding-left:16px}
.rowck .td{font-family:ffb}
@media (max-width: 576px) {
    .rowck .nd .td{font-size:1rem}
}

/*lydohome*/
.lydohome{}
.rowld .item{text-align:center;padding: 28px 14px;border: 1px solid #DFDFDF;}
.rowld i{font-size: 55px;color:var(--main);height: 80px;}
.rowld i.i1:before{content:"\f7d9"}
.rowld i.i2:before{content:"\f4fe"}
.rowld i.i3:before{content:"\f2f7"}
.rowld small{text-align: justify;display: block;}
@media (max-width: 576px){
  .rowld .item{padding:0;border:none}
  .rowld i{font-size:20px;height: 25px;}
  .rowld .td{font-size: 15px;}
  .rowld small{font-size:12px}
}

/*dkhome*/
.dkhome{position:relative}
    .dkhome:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 50%;
        top: 0;
        left: 0;
        background: linear-gradient(rgba(0, 0, 0,0.6), rgba(0, 0, 0,0.6)), url(/Design/bg-dv.jpg);
        z-index: -1;
    }
.rowdk{justify-content: center;}
.formdkh {background:#fff;border-radius: 8px;border: 1px solid var(--light-second);}
.rowdk .form-control{border-color: var(--light-second);border-radius: 8px;background: #fff;}
.rowdk .btn{border-radius:8px}

/*factshome*/
.factshome{}
.rowfact h3{font-size:25px;color:#454545;font-weight: 800;}
.rowfact i{height: 52px;width: 62px;flex-shrink: 0;text-align: center;line-height: 52px;font-size: 30px;border: 1px solid;cursor: pointer;transition: .3s;margin-right: 15px;}
.rowfact i:hover{background:var(--main);color: #fff;}
.rowfact .i1:before{content:"\e05d"}
.rowfact .i2:before{content:"\f155"}
.rowfact .i3:before{content:"\f240"}
.rowfact .i4:before{content:"\f48b"}
.rowfact .i5:before{content:"\f028"}
@media only screen
and (max-width :768px){
  .factshome{margin: 24px 0;}
}

/*ckhome*/
.ckhome {}
.ckhome .item{display:flex;}
.ckhome i{color:red;font-size: 48px;}
.ckhome i.i1:before{content:"\f013";font-weight:500}
.ckhome i.i2:before{content:"\f15c";font-weight:500}
.ckhome .nd{margin-left: 43px;}
.ckhome h4{color: red;}
@media only screen
and (max-width :768px){
  .ckhome i{width:50px;flex-shrink: 0;text-align: center;}
}

/*dvhome*/
.dvhome{}
.rowdv .item {margin-bottom: 10px;border-radius: 10px;box-shadow: 0px 0px 6px #ccc;
    /*position: relative;*/
}
.rowdv .item:hover{box-shadow:0px 0px 20px .5px #ccc;}
.rowdv .imgz {border-top-left-radius: 10px;border-top-right-radius: 10px;/*margin-bottom: -0.2rem;*/z-index: 1;}
.rowdv .nd {height: 64px;/*position: absolute;top: 0;left: 0;right: 0;*/display: flex;align-items: center;text-align: center;justify-content: center;padding: 18px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;/*border: 1px solid var(--light-second);*//*background-color: #d3ebfd;*/}

.rowdv .td {font-size: 16px; margin: 0;text-transform: uppercase;color: #3f3f3f}
/*.rowdv .item:hover .nd {
    background: var(--main);
}*/
.rowdv .item:hover .td {color: var(--main)}
@media only screen
and (max-width :992px){
    .rowdv .nd {padding: 10px;}
}
@media only screen
and (max-width :576px){
    .rowdv .item {border-radius: 5px;}
    .rowdv .imgz {border-top-left-radius: 5px;border-top-right-radius: 5px;}

    .rowdv .td {font-size: 13px;margin-bottom: 0;text-transform: capitalize}
    .rowdv .nd {height: 38px;padding: 0px 2px;}

    .rowdv small {font-size: 14px;}
}

/*dghome*/
.dghome{}
.uldg .item{text-align:center;padding-top: 30px;}
.uldg .top{border: 1px solid var(--light-second);border-radius: 8px;position: relative;padding: 24px;padding-top: 3rem;margin-bottom: 3rem;}
.uldg .top:before{content:"";position: absolute;bottom: -60px;left: 50%;transform: translateX(-50%);background: #fff;border: 30px solid;border-color: var(--light-second) transparent transparent transparent;}
.uldg .top:after{content:"";position: absolute;bottom: -59px;left: 50%;transform: translateX(-50%);border: 30px solid;border-color: #FFFFFF transparent transparent transparent;}
.uldg .btn-square{margin:auto;position: absolute;width: 60px;height: 60px;top: -30px;left: 50%;transform: translateX(-50%);}
.uldg .imgz{margin:auto}
.uldg .nd{background: #fff;color: #333;border-radius: 5px;}
.uldg .ten{font-size: 20px;margin-top: 15px;color: var(--main-dark);font-weight: bold;}
.uldg .mt{font-weight: normal;color: #555;}
@media only screen
and (max-width :768px){
  .uldg .item{a;flex-direction: column;text-align: center;}
  .uldg .top{margin:0}
  .uldg .imgz{margin:auto}
}

/*counthome*/
.counthome {background: url(/Design/bg-count.jpg) center fixed;background-size: cover;color: #fff;}
.rowgt2 p{text-align: center;font-size: 24px;text-transform: capitalize;font-family:exo;font-weight:700}
.rowgt2 strong{font-size: calc(1.475rem + 2.7vw);font-family:exo;font-weight:800;color:var(--second)}
.rowgt2 strong:after{content:"+"}
.rowgt2 p:nth-child(3) strong:after{content:"%"}

/*whyhome */
.whyhome {background: url(/Design/bg-why-3.jpg) center;background-size:cover}
.dswhy .item+.item{margin-top:25px}
.dswhy .imgz{flex-shrink: 0;width: 60px;margin-right: 15px;}
.dswhy h3{font-size:18px}
@media only screen
and (max-width :576px){
.whyhome{background: var(--bs-light);}
}

/*sphome*/
.sphome{}
.tdsp{font-weight: normal;position: relative;display: flex;margin-bottom: 20px;justify-content: space-between;align-items: center;}
.tdsp:before{content:"";position:absolute;border-top: 3px solid var(--main);width: 100%;left: 0;top: 0;}
.tdsp span{background: var(--main) url(/Design/icon-menu.png) no-repeat center left 10px;background-size: auto 17px;color: #fff;text-transform: uppercase;padding-left: 45px;padding-right: 20px;font-size: 17px;height: 45px;line-height: 45px;display: inline-block;position: relative;}
.tdsp span:after{content:"";content: "";width: 0;height: 0;border-style: solid;border-width: 45px 45px 0 0;border-color: var(--main) transparent transparent;position: absolute;right: -45px;top: 0;}
.tdsp a{font-size:15px}
.tdsp a:hover{color:var(--main)}
.lisp {position:relative;border: 1px solid #ececec;}
.lisp:hover{box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
.lisp .sale{z-index: 1;background: var(--main);border-radius: 3px;color: #fff;font-size: 14px;left: 5px;line-height: 30px;padding: 0 10px;position: absolute;top: 5px;}
.lisp .nd{padding: 16px;padding-bottom: 26px;text-align: center;}
.lisp .td{font-size: 20px;font-weight: normal;height: 48px;color: var(--main);}
.lisp h3:hover{color:var(--main)}
.lisp .giasp{display:flex;justify-content: space-between;align-items: flex-end;margin-bottom: 20px;}
.lisp .giasp span{}
.lisp .price{font-size: 24px;font-weight: bold;color: red;}
.lisp .price i{color:#000;font-size:16px;font-weight:normal}
.lisp .priceold{color: #ADADAD;font-size: 14px;text-decoration: line-through;}
.lisp .link{border-radius: 5px;text-transform: capitalize;padding-top: 2px;}
.lisp .link:hover i{font-weight:900}
@media only screen
and (max-width :576px){
  .lisp .nd{padding:5px;text-align: left;}
  .lisp .td{font-size:14px;height: 33.6px;}
  .lisp .giasp{margin-bottom:10px}
  .lisp .price{font-size:16px}
}

/*newshome*/
.newshome{}
.bg-td {
    background: linear-gradient(rgba(0, 0, 0,0.6), rgba(0, 0, 0,0.6)),url(/Design/bg-tt.jpg);
    background-size: cover;
    padding: 50px 0 30px;
    height: 300px;
}
.bg-td .tithome{color:#fff}
.containtt{margin-top:-100px}
.litt .imgz{border-radius:8px}
.litt .nd{width: 92%;left: 4%;transform: translateY(-20px);position: relative;padding: 25px;background: #fff;border-radius: 8px;box-shadow: 0px 5px 40px rgba(0,0,0,.05);}
.litt:hover .nd{border-color:var(--main)}
.litt h3{font-weight: bold;font-size: 16px;height: 38.4px;position:relative}
.litt h3:hover{color:red}
.litt .text{height:63px}
.litt .link{font-size:13px}
.litt .link:hover{color: var(--second) !important;}
@media only screen 
and (max-width: 576px){
    .bg-td {
        height: 250px;
    }
    .litt .nd {
        padding: 5px
    }
  .litt h3{font-size:13px}
  .litt p{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: 30px;height: 30px;margin: 5px;background: var(--main);border: 7px solid #fff;outline: 1px solid var(--main);transition:.5s;border-radius: 50%;opacity: .5;}
.owldot .owl-dots button.active span{opacity:1;}

.inner_page{padding:30px 0}

/*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}
}

/*dppage*/
.dppage{padding-top:50px}
.dptop .row{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}
.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}
}