body{background: #fff;font-family: 'Roboto';}
:root {--main: #4e9c76;--main-light: #89d6b0;--main-focus:#4e9c7680;--main-dark: #005d30 ;
       --second:#4e9c76;--second-light: #89d6b0;--second-focus: #4e9c7680;
       --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{/* 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}
}
@media (max-width: 576px){
  .d-xs-none{display:none !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; */overflow: hidden;}
.detail table{width:100%}
.detail img{max-width:100% !important;cursor:zoom-in;height:auto !important;border: 5px solid #fff;}
.detail a{}
.detail h1,.detail h2,.detail h3,.detail h4,.detail h5{font-family:rob;}
.detail iframe{max-width:100%}

.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: 10px;}
.admin{margin-right:10px}
.admin:before{content: "\f007";font-family:fontawesome;display:inline-block;margin-right: 6px;font-weight: bold;}
.views:before{content: "\f06e";font-family:fontawesome;display:inline-block;margin-right: 6px;font-weight: bold;}
.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;}
  .detail iframe{/* height:auto; */}
    .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{border-bottom: 1px solid rgb(0 0 0 / 4%);}
.tophl{display:flex}
.mxhh {display:flex;align-items: center;}
.mxhh a{font-size:16px;}
.mxhh a:hover{color:var(--main)}
.midhead{background:#fff;box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 15%);}
.midhead .container{display:flex;justify-content: space-between;align-items: center;position: relative;}
.midhead.scroll-to-fixed-fixed .container{padding-top: 0.5rem !important;padding-bottom: 0.5rem !important;}
.logo{height: 60px;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;font-family: 'Roboto';color: var(--second);font-size: 18px;margin: 0;margin-left: 16px;text-transform: uppercase;}
.midhr{position:relative;align-items: center;}
.ishowtk{position:relative;margin-right: 15px;}
#showtk{cursor:pointer;font-size: 14px;}
#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;}
.lang{position:absolute;top: 5px;right: 12px;}
.lang a{height:14px;display: flex;}
.lang img{height:100%}

.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: 15px;margin-right: 70px;margin-left: auto;}
.mnlic1{text-transform:uppercase;font-size: 15px;}
.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;}
.mnliac1:before{content:"";background: linear-gradient(to right,#008cb7 33%,#8cdcf2 33%,#8cdcf2 66%,#dce9f2 66%);left: 0;bottom: 0;position: absolute;width: 0;height: 3px;transition: all 500ms ease 0s;}
.lihome a:before,.mnlic1:hover .mnliac1:before{a;width: 100%;}

.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;min-width: 100px;}
.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;}
.midhead.scroll-to-fixed-fixed .lang{display:none}
@media (min-width: 992px){
  .tencty{display: none;}
}
@media (min-width: 1200px){
  .tencty{display: block;font-size: 16px;}
  .menu_main{margin-right:20px}
}
@media (min-width: 1400px){
  .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}
  .logo{margin:auto}
}

/*footer*/
footer{background: var(--main);color:#fff}
.tf1{}
.tf1 .nd{font-size:18px}
.namef{font-size:24px;margin-top:8px;color: #ffe6a8;}
.namef strong{display:block}
.topf1{display:flex;align-items: center;}
.logof img{height: 100px;}
.tenctyf{margin-left:13px}
.tenctyf h2{font-family:ana;color: var(--main);white-space: nowrap;font-weight: normal;margin: 0;line-height: 1;}
.tenctyf h6{font-family:avo;color: #EFC047;font-size: 14px;font-weight: normal;margin: 0;line-height: 1;position: relative;overflow: hidden;}
.tenctyf h6:after{content:"";position: absolute;width: 100%;border-bottom: 1px solid #EFC047;bottom: 5px;margin-left: 9px;}
.tf1{padding-right:0}
.iff >*{/* border-bottom: 1px dotted; *//* padding-bottom: 14px; */margin-bottom: 2px;}
.iff strong{font-weight:600}
.iff >*:before{content: "\f007";font-family:fontawesome;font-weight:900;margin-right: 15px;width: 14px;text-align:center;display:inline-block;}
.iff >*:nth-child(2):before{content:"\f508"}
.iff >*:nth-child(3):before{content:"\f3c5"}
.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: 22px;font-weight: bold;margin-bottom: 25px;padding-bottom: 5px;position: relative;}
.titf:before{content:"";position: absolute;border-bottom: 3px solid;width: 50px;bottom: 0;left: 0;}
.col-f1 .nd{font-size:13px}
.mnf p{/* border-bottom: 1px dotted; */margin-bottom: 2px;}
.mnf a{/* padding-bottom: 14px; *//* display:block; */}
.mnf a:hover{color: #3aff00;}
.lhf .input-group .btn{line-height:42px}
.lhf h5{font-family:rob}
.mxhf{gap:5px}
.mxhf a{width:38px;height: 38px;align-items: center;display: flex;justify-content: center;}
.foot{text-align:center}
.foot .container{border-top: 1px solid #ffffff29;display: flex;justify-content: space-between;align-items: center;}

@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){
  .col-f4{display:none}
}

.tithome{text-align:center;font-weight: 500;text-transform:uppercase;color: var(--main);margin-bottom: 30px;position: relative;font-size: calc(1.3rem + .6vw);padding-bottom: 8px;}
.tithome:before{content:"";position:absolute;border-bottom: 3px solid;width: 100px;left: 0;right: 0;margin: auto;bottom: 0;}
.inner_page .tithome{margin-bottom:30px}
.quote{text-align:center;color:#777;margin-bottom: 25px}
@media (max-width: 992px){
  .bnhome{display:none}
}
@media only screen
and (max-width :576px){
    .tithome h6{font-size:11px}
}

/*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{height: 42px;line-height: 42px;padding-left: 45px;background: url(/Design/icon-yen-sao.png) no-repeat center left 10px;background-size: auto 17px;font-size: 17px;display: block;}
.col-mnsp li a:hover{color:var(--main)}
@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;gap: 15px;}
  .col-mnsp li{flex-shrink: 0;}
  .col-mnsp li+li{border:none}
  .col-mnsp li a{padding:0;padding-top: 50px;line-height: 1.4;height: auto;background: none;text-align: center;font-size: 13px;display: flex;align-items: center;position: relative;background: none;}
  .col-mnsp li a:before{content:"";position: absolute;background: url(/Design/icon-yen-sao.png) no-repeat center;background-size: 65%;height: 42px;width: 42px;top: 0;left: 0;right: 0;margin: auto;border-radius: 50%;border: 1px solid #c3c3c3;box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);}
  .col-mnsp .imgz{display:none}
}

/*tophome*/
.tophome{}
.col-toph .nd{background:#fff;padding:15px 10px}
.col-toph .td{font-size: 17px;}
.rowtop .mt{overflow:hidden}
@media (min-width: 992px){
  .rowtop .mt{height: 252px;}
}
@media (min-width: 1200px){
  .rowtop .mt{height: 326px;}
}
@media (min-width: 1400px){
  .rowtop .mt{height: 400px;}
}

@media (max-width: 576px){
  
}

/*texthome*/
.texthome{}
.rowtext{align-items: center;background:var(--second);flex-direction: row-reverse;}
.texthome .col-t-top{padding:40px;color:#fff;height: 100%;}
@media (max-width: 576px){
.texthome{background:var(--second);padding-bottom: 10px;}
  .texthome .col-t-top{padding: 30px 8px 10px;}
}

/*abouthome*/
.abouthome{background:url(/Design/bg-gt.jpg) center;background-size:cover;color:#fff}
.rowgt{align-items: center;}
.col-gt-top h2{font-size:36px}
.col-gt-top h3{font-size:18px;font-weight: 500;margin-bottom: 20px;}
.col-gt-bot .imgz{border-radius:10px;padding-top: 7px;padding-right: 7px;position: relative;z-index: 1;}
.col-gt-bot .imgz:after{content:"";position: absolute;height: calc(100% - 7px);width: calc(100% - 7px);border: 3px solid #fff;border-radius: 10px;right: 0;top: 0;z-index: -1;}

/*dkhome*/
.dkhome{background: #2C2C2C;position: relative;}
.rowdk{align-items:center}
.col-tddk{}
.col-nddk{background:#333333;padding-left: 50px;}
.col-nddk:before{/* content:""; */position: absolute;height: 100%;width: 200%;background: #fff;left: 0;top: 0;}
.rowdk .item.dk1 h2{font-size: 45px;font-weight: 900;line-height: 50px;color: var(--second);}
.rowdk .item.dk1 h4{font-size: 20px;color: #818080;font-weight: 700;}
.rowdk .item.dk1 h3{font-size: 20px;color: #ececec;position: relative;margin-left: 20px;font-family: inherit;}
.rowdk .item.dk1 h3:before{content:"";position: absolute;width: 10px;height: 10px;background-color: #E91E22;margin-left: -20px;top: 10px;border-radius: 50%;}
.rowdk .item.dk1 h3:after{content:"";position: absolute;width: 10px;height: 10px;background-color: #E91E22;top: 10px;border-radius: 50%;margin-left: 15px;}
.formdk .form-control{background: #2C2C2C;color: #fff;border:1px solid #434343}
@media (min-width: 992px){
  .dkhome .container{max-width: 100%;}
  
}
@media (max-width: 992px){
.col-nddk{padding-left: calc(var(--bs-gutter-x) * .5);}
}

/*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;}
}

/*dvhome*/
.dvhome{}
.rowdv .text{height:72px}
.rowdv .hover{position: absolute;width: 100%;height: 0;top: 0;left: 0;display: flex;align-items: center;justify-content: center;background: rgb(0 0 0 / 50%);overflow: hidden;opacity: 0;transition: .5s;}
.rowdv .item:hover .hover{height: 100%;opacity: 1;}

/*ckhome*/
.ckhome {background:var(--main-dark)}
.ckhome .item{display:flex;color: #FFF9AF;align-items: center;}
.ckhome .nd{margin-left:20px}
.ckhome small{max-width:225px;display: block;}

/*dghome*/
.dghome{}
.uldg .item{padding: 5px;padding-top:50px;text-align: center;}
.uldg .top{box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);padding: 40px 30px;position:relative}
.uldg .imgz{position:absolute;top:-35px;z-index:2;left: 0;right: 0;margin: auto;}
.uldg .nd{margin-top:20px;line-height: 1.8;}
.uldg .ten{font-weight: normal;}
.uldg .mt{font-weight: bold;font-size: 14px;}

/*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{display: flex;margin-bottom: 30px;padding-bottom: 8px;justify-content: space-between;align-items: center;border-bottom: 1px solid #BFC6CC;}
.tdsp h2{text-transform: uppercase;font-size: 22px;color: var(--main);margin: 0;}
.tdsp a{font-size:14px;color: var(--second);}
.tdsp a:hover{color:var(--main)}
.rowsp .item{padding-top:10px;padding-bottom:10px}.rowsp .item:hover{box-shadow:0 0 10px #00000033} .lisp{text-align:center}
.lisp h3{font-size: 17px;color: var(--main);margin-top: 10px;height: 40.8px;}
.lisp h3:hover{color:var(--main-light)}
.lisp .if{display: flex;color:#777;font-size:13px;margin: 8px 0;justify-content:center;gap:20px}
.lisp .mt{height:84px;margin-bottom:10px;text-align:justify;}
.lisp .gop,.lisp .price{font-weight: bold;}.lisp .gop{color:var(--second);}.lisp .price{color:var(--main-light);}
.lisp span{color:red;font-size:18px;}.lisp .link{border-radius:4px;text-transform:uppercase;font-size:14px;}
.lisp .price small,.lisp .gop small{font-size:16px;text-decoration:underline;}
.lisp .process-bar {background:#e6e6e6;height:10px;border-radius:10px;position:relative;overflow:hidden;width:80%;margin:10px auto 0}
.lisp .process-bar .process{background: -webkit-repeating-linear-gradient(45deg,#049E58,#049E58 10px,#049E5830 10px,#049E5830 20px);position:absolute;left:0;top:0;height:100%;}
@media only screen
and (max-width :576px){
  .tdsp h2{font-size:18px}
  .tdsp a{font-size:12px}
}

/*facthome*/
.facthome{background:url(/Design/bg-ck.jpg) center;background-size:cover;color:#fff}
.facthome .title{font-size:28px;font-weight:500;text-align:center;margin-bottom:50px}
.rowck .item{display:flex}
.rowck i{width:100px;height:100px;font-size: 40px;display: flex;border: 1px solid;border-radius: 100%;align-items: center;justify-content: center;flex-shrink: 0;margin-right: 30px;}
.rowck i.i1:before{content:"\f06b"}
.rowck i.i2:before{content:"\f4be"}
.rowck i.i3:before{content:"\f004"}
.rowck .nd{text-align: justify;}
.rowck h3{font-size:18px}
@media only screen
and (max-width :576px){
  .facthome .title{margin-bottom:30px;font-size: 20px;}
  .rowck .item a{flex-direction: column;justify-content: center;text-align: center;align-items: center;}
  .rowck i{height:60px;width:60px;font-size:25px}
  .rowck .nd{text-align:center;margin-top: 15px;}
}

/*newshome*/
.newshome{}
.litt{}
.litt .nd{}
.litt h3{margin:8px 0;}
.litt .if{display: flex;color:#777;font-size:13px;margin: 8px 0;}
.litt .date{margin-right:16px}
.ultt .litt{margin:0}
@media only screen 
and (max-width: 576px){
  .litt .nd{padding:5px}
  .litt h3{font-size:13px}
  .litt p{display:none}
    .litt .if {
        flex-wrap:wrap;
    }

}

/*counter*/
.counter-section{background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../Design/bg-counter.jpg) center ;background-size:cover;color:#fff}
.counter-section .title{font-size:30px;font-weight:500;text-align:center;margin-bottom:60px}
.row-counter .item{display:flex; flex-direction:column; text-align:center; align-items:center}
.row-counter .item img{height:100px; padding:20px; border: 1px solid #fff; border-radius:50px;filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(7496%) hue-rotate(278deg) brightness(115%) contrast(107%);}
.row-counter .nd{margin-top: 20px;}
.row-counter .counter-number{font-size:30px; margin-bottom: 8px; font-weight:bold}
@media only screen
and (max-width :576px){
.counter-section .title{margin-bottom:30px;font-size: 22px;}
.row-counter .item img{height:60px; padding:15px;}
.row-counter .nd{margin-top: 6px;}
.row-counter .counter-number{font-size:24px; margin-bottom: 4px;}
}


/*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: #c5c5c5 !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(--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;margin: 5px;border: 5px solid var(--main);transition:.5s;}
.owldot .owl-dots button.active span{opacity:1;background:#f3bd00;}

.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: 0;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}
}

.owldg .item{display:flex;gap:12px;justify-content: center;}
.owldg .top{width:14%;flex-shrink: 0;}
.owldg .imgz{border-radius:50%}
.owldg .nd{font-size:13px;padding: 3px 8px;background: #f9f9f9;border-radius: 3px;}
.owldg .ten{font-weight: bold;text-transform: capitalize;}
.owldg .mt{font-style: italic;}

.rowrv{align-items:center}
.testimonial-img{position:relative;min-height: 400px;}
.testimonial-img:after{position: absolute;content: "\f10d";font-family: 'fontawesome';font-weight: 900;font-size: 200px;color: #EEEEEE;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: -1;}
.testimonial-img img{position: absolute;width: 100px;height: 100px;border-radius: 100px;}
.testimonial-img img:nth-child(1) {top: 0;left: 0}
.testimonial-img img:nth-child(2) {top: 60%;left: 20%;}
.testimonial-img img:nth-child(3) {top: 20%;left: 60%;}
.testimonial-img img:nth-child(4) {bottom: 0;right: 0;}
.owlrv .top{width:100px}
.owlrv .imgz{border-radius:50%}
.owlrv .ten{color:#404A3D;font-size:22px;display: block;margin-top: 10px;}
.owlrv .dg{color:var(--main)}
.owlrv .mt{font-size:20px;color:#777;margin-top:10px}
.owlrv.navrv.owl-carousel .owl-nav{margin-top:30px}
.owlrv.navrv.owl-carousel .owl-nav span{display:none}
.owlrv.navrv.owl-carousel .owl-nav button{width:45px;height:45px;background:#fff;box-shadow: 0 0 45px rgba(0, 0, 0, .2);border-radius:50%;margin-right: 15px;color:var(--main)}
.owlrv.navrv.owl-carousel .owl-nav button:before{content:"\f053";font-family:fontawesome;;font-size:22px}
.owlrv.navrv.owl-carousel .owl-nav button.owl-next:before{content:"\f054"}
.owlrv.navrv.owl-carousel .owl-nav button:hover{background:var(--main);color:#fff}

.dg-btn{text-align:center}
.dg-btn .btn{margin-bottom:15px;width:100%;max-width:300px;border-radius:4px}

/*visitor-blog-page*/
.visitor-blog-page{}
.visitor-blog-page .row-author{}
    .visitor-blog-page .row-author .item {
        display: flex;
        gap: 16px;
        border: 3px solid var(--main);
        border-radius: 20px;
        padding: 12px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
.visitor-blog-page .row-author .item .img{padding:11%; height:100%; border-radius:100px; border:2px solid var(--main)}
.visitor-blog-page .row-author .item .name{font-size:20px; font-weight:bold;}
.visitor-blog-page .row-author .item .desc p{font-size:15px;font-weight:500;margin-bottom:4px;}
.visitor-blog-page .row-author .item .desc p:last-child{margin-bottom:0px;}
@media (max-width: 576px) {
    .visitor-blog-page .row-author .item {
        gap: 10px;
        border: 2px solid var(--main);
        border-radius: 12px;
        padding: 6px;
    }
.visitor-blog-page .row-author .item .img{padding:11%;}
.visitor-blog-page .row-author .item .name{font-size:17px}
.visitor-blog-page .row-author .item .desc p{font-size:14px;margin-bottom:0px;}
}
/*visitor-blog-page end*/


/* author-page */
.author-profile {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.author-avatar img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 2px solid #ddd;
}

.author-details {
    flex: 1;
}

.author-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.author-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}
.author-description p{
    margin-bottom:6px;
}

@media (max-width: 576px) {
    .author-profile {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left;
    }

    .author-avatar img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

    .author-details {
        width: 100%;
    }
}
/* author-page end*/
