@charset "utf-8";
/* CSS Document*/
/****
* bullet: 6bbd45 - ab5125
****/
:root{
	--color: RGB(59, 71, 87);
	--color-main: #461d0b;
	--color-main-bold: #8eb190;
	--color-focus: #88bb00;
	--color-hover: rgb(39, 39, 43);
	--color-red: rgb(251, 107, 71);
	--ftitle: 'Roboto Condensed', sans-serif;
}
body{
	position:relative;
	font: 400 14px/24px 'Roboto', sans-serif; color: #000;
	overflow-x:hidden; width:100%;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
b, strong{
	font-weight: bold;
}
[type=number]::-webkit-outer-spin-button,
[type=number]::-webkit-inner-spin-button {
		/* opacity:1; */
		-webkit-appearance: none;
    margin: 0;
}
.hide_arrow::-webkit-outer-spin-button,
.hide_arrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
[type=number],
.hide_arrow{
    -moz-appearance:textfield; /* Firefox */
}
/********/
.f-title{
	font-family: var( --ftitle); font-weight: bold;
}
.text-main{
	color: var( --color-main);
}
.text-focus{
	color: var( --color-focus);
}
.text-cap{
	text-transform: capitalize !important;
}
.text-upp{
	text-transform: uppercase !important;
}
.bold{
	font-weight: bold !important
}
.img-full{
	display: block;
	width: 100%;
}
.transition{
	transition:all 0.3s ease-in;	-moz-transition:all 0.3s ease-in;	-webkit-transition:all 0.3s ease-in;
}
.trans_dis{
	transition:none; -moz-transition:none; -webkit-transition:none;
}
.img-hover-zoom .img-zoom{
	transition:all 0.7s ease-in-out 0s; -webkit-transition:all 0.7s ease-in-out 0s; -moz-transition:all 0.7s ease-in-out 0s;
}
.img-hover-zoom:hover .img-zoom{
	transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);
}
.text_hide{
    text-overflow: ellipsis;    white-space: nowrap;	overflow:hidden;
}
/**********************/
#bg-main{
	margin-bottom: 2.75rem
}
#bg-main figcaption{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.bgmain__title{
	margin: 0 0 .75rem; padding: 0;
	font: bold 37px/1.5 var( --ftitle);
	color: #fff; letter-spacing: 1px;
	text-transform: uppercase;
}
.bgmain__breadcrumb{
	margin: 0; padding: .5rem 0;
	font-family: var( --ftitle);
	color: #333
}
.bgmain__breadcrumb a{
	color: #333;
	text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before{
	color: #333;
}
.bgmain__breadcrumb a:hover{
	color: #333;
}
/**********************/
#button-share{
	margin:35px 0 0px; padding:12px 15px;
	text-align:left;
	background-color: var( --bs-light);
	border: 1px solid #f2f2f2;
}
#button-share .header{
	font-weight:600;
	font-size:13px; font-weight:bold; position:relative;
	display:inline-block;	line-height:23px;
}
#button-share > a{
	display: inline-block; vertical-align: middle;
}
#button-share .share-item{
	color:#FFF; font-size:10px; font-weight:bold; position:relative; margin-left:10px;
	display:inline-block; padding-right:10px; background:#de4501;
	line-height:23px;
}
#button-share a:last-child .share-item{
	margin-right:0;
}
#button-share .share-item b{
	font-weight:bold;
}
#button-share .share-item i{
	background:#FFF; display:inline-block; padding:6px 10px 7px 7px;
	margin:0 10px 0 0; color:#373c43;
	text-align:center; color:#5d72a4; width:28px; font-size:12px;
}
#button-share .share-item i:after{
    border: medium solid transparent;    content: " ";     pointer-events: none;
		height: 0;       position: absolute;    left: 28px;    top: 50%;    width: 0;
    border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #fff;
    border-width: 5px;    margin-top: -5px;
}
#btn-scrolltop{
	position:fixed; right: 1rem; bottom: 80px; z-index:9999;
	width:36px; height:36px; overflow:hidden; cursor:pointer;
	padding:0; margin:0; border:none; background:none; display:none;
}
#button-share .share-item:hover i{
	background:#000; color:#FFF
}
#button-share .share-item:hover i:after{
    border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #000;
}
/********/
.bg-fb,
#button-share .share-fb{
	background:#5d72a4;
}
.color-fb,
#button-share .share-fb i{
	color:#5d72a4;
}
.bg-google,
#button-share .share-google{
	background:#db5c4b;
}
#button-share .share-google i{
	color:#db5c4b;
}
.bg-twitter,
#button-share .share-twitter{
	background:#00baff;
}
.color-twitter,
#button-share .share-twitter i{
	color:#00baff;
}
.bg-pinterest,
#button-share .share-pinterest{
	background:#f20000;
}
#button-share .share-pinterest i{
	color:#f20000;
}
.bg-link,
#button-share .share-link{
	background:#2f70b0;
}
#button-share .share-link i{
	color:#2f70b0;
}
.color-youtube{
	color: #F00;
}
.bg-youtube{
	background: #F00;
}
.bg-container{
}
.color-instagram{
	color: #000;
}
/**********************************/
.owl-theme .owl-nav{
	margin:0 !important;
}
.owl-theme .owl-dots{
	margin-bottom: 15px;
}
.owl-theme .owl-dots .owl-dot span{
	width: 14px; height: 14px;
	background: #FFF;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: var( --color_blue);
}
.owl-theme .owl-nav{
	margin:0 !important;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	position: absolute; top: 50%; z-index: 99;
	width: 40px; height: 70px; margin: -40px 0 0;
	line-height: 60px; border: none;
	border-radius: 0; background: none;
	background-position: center;	background-repeat: no-repeat;
	background-size: 22px auto;
	text-indent: 500px; overflow: hidden;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background-color: var( --color-blue);
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.owl-theme .owl-nav .owl-prev{
	right: -20px;
	background-image: url( img/arrow-right.png);
}
.owl-theme .owl-nav .owl-next{
	left: -20px;
	background-image: url( img/arrow-left.png) ;
}
/***********************************/
#owl_home::after{
	position: absolute; left: 0; bottom: -1px; z-index: 9;
	content: "";
	display: block;	width: 100%; height: 80px; overflow: hidden;
	background: url( 'img/bg-slide-cloud.png') repeat-x center;
	background-size: auto 80px;
}
#owl_home .img{
	display: block; margin: 0;
}
#owl_home .owl-item a{
	color:#FFF; text-decoration:none;
}
#owl_home .owl-item .item{
	position:relative; display:block; width:100%;
}
#owl_home .owl-dots{
	display: none !important;
	position:absolute; right:30px; bottom:15px; z-index:2;
	margin:0; width:auto; text-align: center;
}
#owl_home .owl-dots .owl-dot{
	display: inline-block;
	margin:0 8px;
}
#owl_home .owl-dots .owl-dot span{
	width:15px; height:15px; margin: 0;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	background:#FFF;
}
#owl_home .owl-dots .owl-dot.active  span{
	background:var( --color-blue);
}
#owl_home .owl-nav .owl-prev{
		right: 0; left: auto;
}
#owl_home .owl-nav .owl-next{
	left: 0;
}
/***************************/
.dcontent,
.dcontent pre{
	font-size:17px; line-height:28px; font-weight: 400;
	color: #000;	text-align: justify;
}
.dcontent pre{
	word-wrap: break-word;      /* IE 5.5-7 */
	white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
	white-space: pre-wrap;
	background:none; border:none;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	padding:0; margin-bottom:15px;
}
.dcontent a{
	color:inherit; text-decoration: none;
}
.dcontent a:hover{
	color:var( --color-main); text-decoration:none;
}
.dcontent img{
	display:inline-block;
	max-width:100%; height:auto !important;
}
.dcontent h1,
.dcontent h2,
.dcontent h3,
.dcontent h4,
.dcontent h5,
.dcontent h6{
	line-height:120%;
}

.dcontent img{
	display:inline-block;
	max-width:100%; height:auto !important;
}
.dcontent h1{
	font-size:115%;
	line-height:170%;
}
.dcontent h2{
	font-size:110%; font-weight:bold;
	line-height:160%;
}
.dcontent h3{
	font-size:105%; font-weight:bold;
	line-height:150%;
}
.dcontent h4{
	font-size:14px; font-weight:normal;
	line-height:24px;
}
.dcontent h5{
	font-size:95%; font-weight:normal;
	line-height:95%;
}
.dcontent h6{
	font-size:90%; font-weight:normal;
	line-height:90%;
}
.dcontent p{
	margin-bottom:15px;
}
.dcontent img,
.dcontent iframe{
	max-width:100%;
}
.dcontent p:last-child,
.dcontent ul li p:last-child{
	margin: 0 !important;
}
.dcontent table{
	border-collapse: collapse !important;
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 20px;
}
.dcontent table > thead > tr > th,
.dcontent table > tbody > tr > th,
.dcontent table > tfoot > tr > th,
.dcontent table > thead > tr > td,
.dcontent table > tbody > tr > td,
.dcontent table > tfoot > tr > td {
	padding: 8px;
	vertical-align: middle;
}
.dcontent table > thead > tr > th {
	vertical-align: bottom; background-color:#EEE;
}
/***************************
***************************/
blockquote{
	padding: 10px 15px; margin-bottom: 1.3rem;
	background: #f4f4f4;
	border: 1px solid #DDD;
	border-left: 5px solid var( --color-red);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	line-height: 26px;
}
.dcontent blockquote p{
	margin-bottom: 5px;
}
.dcontent blockquote p:last-child{
	margin-bottom: 0;
}
/***************************
***************************/
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url(../fonts/lg.eot?n1z373);src:url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../fonts/lg.woff?n1z373) format("woff"),url(../fonts/lg.ttf?n1z373) format("truetype"),url(../fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content: "\f09a";}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\f099"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\f0d5"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\f0d2"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}

/********************/
.lg-backdrop,
.lg-outer{
	z-index:9999;
}
.lg-outer .lg-thumb-outer{
	text-align:center;
}
.lg-outer .lg-thumb{
	margin:auto;
}
.lg-icon{
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;

}
.lg-outer .lg-toogle-thumb::after{
	content: "\f103";
}
.lg-actions .lg-next::before{
	content: "\f101";
}
.lg-actions .lg-prev::after{
	content: "\f100";
}
.lg-toolbar .lg-close::after{
	content: "\f00d";
}
.lg-autoplay-button::after{
	content: "\f144";
}
.lg-show-autoplay .lg-autoplay-button::after{
	content: "\f28b";
}
.lg-fullscreen::after{
	content: "\f0b2";
}
#lg-zoom-in::after{
	content: "\f00e";
}
#lg-zoom-out::after{
	content: "\f010";
}
#lg-actual-size{
	display:none;
}
.lg-outer #lg-share::after{
	content: "\f1e1";
}
/**********************/
.home_photo{
	padding-top: 3rem; padding-bottom: 4rem;
}
.post_photo{
		margin-left: -4px; margin-right: -4px;
}
.photoitem{
	padding: 4px;
}
.lightgallery-item{
	display: block;
	border-radius: 12px; overflow: hidden;
}
.photoitem img{
	display: block;
	width: 100%; height: 155px;
	object-fit: cover; object-position: center;
	opacity: .9;
	transition: all 0.7s ease; -moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease;
}
.lightgallery-item:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.photoitem:hover img{
	opacity: 1;
	transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);
}
.postphoto__title{
	font-size: 21px; font-weight: 500;
	color: var( --color_blue);
}
/********************/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
/****************
*********************/
body.page-process{
	position: relative !important;
}
body.page-process::before{
	position: absolute; left: 0; top: 0;
	z-index: 999999;
	content: '';
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0);
	cursor: progress;
}
/****************
*********************/
.home_slide::before{
		position: absolute; left: 0; top: 0; z-index: 10;
		width: 100%; height: 20%;
		content: ""; display: block;
		background: linear-gradient( rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 100%);
}
.is-sticky .header__container{
	/* background: rgba(0, 0, 0, .35);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); */
}
.is-sticky .header-navigation > li{
	padding-top: 1rem; padding-bottom: 1rem;
}
.header{
	position: fixed; left: 0; top: 0; z-index: 999;
	width: 100%;
	font-family: var( --ftitle); font-weight: bold;
	font-size: 15px; line-height: 1.25;
	text-transform: uppercase;
}
.header-navigation{
	margin: 0; list-style-type: none;
}
.header-navigation > li{
	display: inline-block;
	margin: 0; padding: 1rem 1.75rem;
	list-style-type: none;
}
.header-navigation .header-navlang a{
		display: inline-block;
		margin: 0 .25rem;		opacity: .8;
		transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; -webkit-transition: transform 0.3s ease;
}
.header-navigation .header-navlang a.active{
	opacity: 1;
}
.header-navigation .header-navlang img{
	display: inline-block;
	height: 18px;
}
.header-navigation a{
	position: relative; display: block;
	color: #fff; text-decoration: none;
}
.header-navigation a::before{
	position: absolute; left: 0; bottom: -3px;
	z-index: 1;
	content: ""; display: block;
	width: 0%; height: 1px;
	background: #fff;
	transition: width 0.3s ease; -moz-transition: width 0.3s ease; -webkit-transition: width 0.3s ease;
}
.header-navigation a:hover::before{
		width: 100%;
}
.header-navigation .header-navlang a:hover{
	transform: translateY( -3px);
	opacity: 1;
}
/****************
*********************/
.header-logo a::before{
	display: none;
}
.header-logo-img{
	display: inline-block;
	width: auto;
	height: 38px;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
/****************
*********************/
.footer{
	background: var( --color-main-bold);
	color: #fff;
	padding: 2.25rem 0 1rem;
}
.footer a{
	color: inherit; text-decoration: none;
}
.footer-author{
	border-top: 1px solid rgba(255,255,255,.75);
	padding-top: 1.25rem;
	font-size: 13px; line-height: 20px;
	text-align: center;
	margin: 0;
}
.footer-infotext-content{
	font-size: 14px; line-height: 24px;
	color: #fff;
	font-weight: 300;
}
.footer-infotext-content p{
	margin-bottom: .5rem;
}
.footer-navlist{
	margin: 0; padding: 0;
}
.footer-navlist li{
	clear: both;
	position: relative;
	display: block;
	margin: 0 0 .35rem; padding: 0 0 0 20px;
	font-weight: 400;
	font-size: 14px; line-height: 22px;
}
.footer-navlist a{
	position: relative;
	color: inherit;
}
.footer-navlist a:hover{
	color: #000
}
.footer-navlist > li::before{
	position: absolute; left: 0; top: 7px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f111";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 7px;
}
/****************
*********************/
.bg-wrapper{
	background: url( img/bg-warpper.jpg) top center no-repeat;
	background-size: contain;
}
.home__about{
	padding: 6rem 10vw 5rem;
}
.home__about__container{
	padding-left: 3rem; text-align: justify;
	font-size: 15px;
}
.home__about__title{
	font-size: 33px; text-transform: uppercase;
	line-height: 1.3;
}
.home__about .dcontent{
	font-size: 17px; line-height: 1.5;
	font-weight: 300;
}
/*********************/
.home__whynot{
	padding: 4.25rem 0 2rem;
	background: var( --bs-light)
}
.home__whynot__header{
	font-family: var( --ftitle);
	font-size: 15px; font-weight: 400;
	margin-bottom: 2.15rem;
}
.home__whynot__title{
	font-size: 33px; text-transform: uppercase;
	line-height: 1.3; font-weight: bold;
}
.home__whynot__title a{
	color: inherit; text-decoration: none;
}
.home__whynot__title a:hover{
	color: var( --color-focus)
}
.home__about__listgroup{
	padding: 0; list-style-type: none;
	font-weight: 300;
	font-size: 15px; line-height: 1.3;
}
.home__about__listitem{
	list-style-type: none;
	margin-bottom: 2.25rem;
}
.habout__img img{
	box-shadow: 0 .4rem 1rem rgba(0,0,0,.15)
}
.habout__des__title{
	font-size: 17px; text-transform: uppercase;
	line-height: 1.35;
	margin-bottom: .25rem;
}
/***********************/
.home__menu{
	background: url( img/bg-menu-after.jpg) bottom right no-repeat;
	background-size: auto 280px;
	padding-top: 3rem; padding-bottom: 4rem;
}
.homemenu_group{
	margin-bottom: 3rem;
}
.homemenu_group .homemenu_item:nth-child( 2n + 1) .homemenu_box{
	background: #fccb86;
}
.homemenu_group .homemenu_item:nth-child( 2n) .homemenu_box{
	background: #c1c64e;
}
.homemenu_box{
	min-height: 100%;
	transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; -webkit-transition: transform 0.3s ease;
	display: flex; flex-direction: column;
}
.homemenu_box > *{
	flex: 0 0 auto;
	width: 100%;
}
.homemenu_item__caption{
	padding: 1rem 1.5rem 1.5rem;
	font-weight: 400; font-size: 14px; line-height: 24px;
}
.homemenu_item__title{
	padding: 0; margin: 0 0 .5rem;
	font-size: 19px; line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
}
.menu__price{
	margin-bottom: .75rem;
	text-transform: uppercase;
	color: #f00; font-weight: bold;
	font-family: var( --ftitle);
}
.menu__price,
.menu__price small{
	font-size: 15px; line-height: 1.1;
}
.menu__price small{
	display: inline-block;
	margin-right: .25rem
}
.menu__price s{
	font-weight: bold;
	font-size: 15px;
	color: #000;
	display: inline-block;
	margin-left: .35rem;
}
.homemenu_box:hover{
	box-shadow: 0 -5px 1rem rgba(0,0,0,.15);
	transform: translateY( -3px);
}
/********************************/
.homemenu_item__addtocart{
	padding: 0 1.5rem 1.5rem;
}
.homemenu_item__btnaddcart{
	background-color: #fff;
	padding: .35rem 1.25rem;
	font-size: 13px; font-weight: 500;
	line-height: 20px;
	border-radius: 32px;
}
.homemenu_item__btnaddcart [class*=fa-]{
	margin-right: .25rem;
}
.homemenu_item__btnaddcart.active [class*=fa-]::before{
	content: "\f058";
}
/********************************/

.home_contact{
	background: url( img/bg-contact.jpg) bottom center no-repeat;
	background-size: cover;
	padding: 5rem 0;
}
.home_contact_img{
	max-width: 58%;
	position: relative; z-index: 2;
}
.home_contact_img img{
	transform: translateX( -3.5vw);
		display: block;
		height: 36vw; width: 36vw;
		object-fit: cover; object-position: center;
		border-radius: 50%;
		border: 15px solid rgba(25, 135, 84, 0.65);
}
.home_contact_text{
	position: relative;
	background: #f6f7f9;
	color: #000;
	padding: 2.5rem 3rem 2.5rem 0rem;
	border-radius: 0 25px 25px 0;
}
.home_contact_text::before{
	position: absolute; left: -16rem; top: 0; z-index: 1;
	content: ""; display: block;
	width: 16rem; height: 100%;
	background: #f6f7f9;
}
.home_contact_text .dcontent{
	font-size: 17px;	font-weight: 300;
	line-height: 28px;
}
.home_contact_text_title{
		font-size: 23px; line-height: 1.5;
		margin-bottom: .25rem;
}
.home_contact_text_phone{
	font-size: 27px; line-height: 1.5;
	color: #f00;
	margin-bottom: .5rem;
}
.home_contact_text_phone a{
	color: inherit; text-decoration: none;
}
.home_contact_text a.btn{
		font-size: 15px;
		padding: .5rem 1rem;
		min-width: 170px;
}
/*************************************/
#pagination{
	margin: 0 0 2rem 0; text-align: center;
}
#pagination > *{
	background: #fff;
	margin: 0 .25rem;
	min-width: 36px;
	font-weight: bold; font-family: var( --ftitle);
	border-color: #888;
}
#pagination > *:hover{
	color: var( --color-focus);
	border-color: var( --color-focus);
}
#pagination > b{
	background-color: var( --color-focus);
	border-color: var( --color-focus);
	color: #fff;
}
/*************************************/
.bloglist__container{
	--bs-gutter-x: 2rem; --bs-gutter-y: 2.25rem;
	margin-bottom: 3rem;
}
.blogitem_box{
	display: block;
	background: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	text-decoration: none;
	color: #111;
	min-height: 100%;
}
.blogitem_box:hover{
	color: #111;
}
.blogitem_box:hover .blogitem_title{
	color: var( --color-focus)
}
.blogitem_box img{
	display: block;
	width: 100%; height: 270px;
	object-fit: cover; object-position: center;
}
.blogitem__caption{
	padding: 1rem 1.5rem 2rem;
}
.blogitem_title{
		margin: 0 0 .35rem; padding: 0;
		font: bold 21px/1.35 var( --ftitle);
		text-transform: uppercase;
}
.blogitem_icon{
	margin-right: .5rem;
	font-size: 19px;
}
/*************************************/
body.blogdetail .header{
	background: var( --color-focus);
	position: relative;
}
body.blogdetail .header.is-sticky{
	position: fixed;
}
body.blogdetail .bgmain_min {
	background: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
body.blogdetail .breadcrumb{
	margin: 0;
}
body.blogdetail .bgmain__breadcrumb{
	margin: 0 auto;
	padding: .75rem var(--bs-gutter-x,.75rem);
}
body.blogdetail .bgmain_min a{
	color: #111;
}
body.blogdetail .breadcrumb-item + .breadcrumb-item::before{
	color: #111;
}
.blogdetail__warpper{
	background: #fff;
	padding: 2rem 3rem; margin-bottom: 3rem;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.blogdetail__title{
	margin: 0 0 .5rem; padding: 0;
	font: bold 33px/1.5 var( --ftitle)
}
.blogdetail__quote{
	margin: 0 0 1rem; padding: 0;
	font: bold 17px/1.5 var( --ftitle)
}
/**************************/
.other__container{
		padding-top: 1.5rem; padding-bottom: 3rem;
}
.pageheader__titlesub{
	margin: 0 0 1.25rem; padding: 0;
	font: bold 23px/1.5 var( --ftitle)
}
.home__blog .blogitem_box,
.other__container .blogitem_box{
		background: var( --bs-light);
		border: 1px solid rgb(222, 226, 230);
}
.home__blog .blogitem__caption,
.other__container .blogitem__caption{
	border-top: 1px solid rgb(222, 226, 230);
}
.home__blog .bloglist__container {
		margin-bottom: 2rem
}
/*********************/
.policy-other{
	position: relative;
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	margin-bottom: 1rem;
	font-size: 15px; line-height: 24px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;

}
.policy-other::before{
	position: absolute; left: 1.5rem; top: 1.25rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f111";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 8px;
}
.policy-other a{
	padding: .75rem 3rem;
	display: block;
	color: #000;
	text-decoration: none;
	transition: all 0.3s linear;
}
.policy-other:hover{
	color: #fff;
	background-color: var( --color-focus);
}
.policy-other:hover a{
	color: #fff
}
/***********************************/
body.is-addtocart .fixed-cartoveview{
	display: flex;
}
.fixed-cartoveview{
	position: fixed; left: 50%; bottom: 1.5rem; z-index: 9;
	transform: translateX( -50%);
	content: "";
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: .75rem .25rem;
	border-radius: .375rem;
	background-color: rgba(142, 177, 144, .95);
	color: #111;
	box-shadow: 0 .35rem .75rem rgba(0,0,0,.15);
	text-align: center;
	align-items: center;
	display: none;
}
.fixed-cartoveview-btn a{
	padding: .35rem .75rem;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
}
/*******************************************************/
/*********************/
.prodetail-faddcart-input{
	--border-color: #ccc;
	display: flex; flex-wrap: nowrap;
	border: 1px solid var( --border-color);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.prodetail-faddcart-input button{
	flex: 0 0 auto;
	width: 50px; padding: 0;
	border: none; background-color: #fff;
	text-align: center;
	font-size: bold 17px/1 var( --ftitle);
}
.prodetail-faddcart-input button:hover{
	color: var( --color-red);
}
.prodetail-faddcart-input input{
	flex: 0 0 auto;
	width: calc( 100% - 100px);
	padding: .75rem .75rem;
	text-align: center;
	border: none; background: none;
	border-left: 1px solid var( --border-color);
	border-right: 1px solid var( --border-color);
	font: bold 17px/1.2 var( --ftitle);
	border-radius: 0;
}
.prodetail-faddcart-input input:focus{
	outline: none;
}
.prodetail-faddcart-input:focus-within{
	--border-color: var( --color-main);
}
/****************************/
body.page-cart .fixed-cartoveview{
	display: none !important;
}
/********************************************
********************************************/
.cart-navbar{
	padding: .5rem 2rem; 
	margin-bottom: 2.5rem;
	align-items: center;
	text-align: center;
	counter-reset: cart-navbar-counter;
}
.cart-navbar .cart-navbar-item{
	counter-increment: cart-navbar-counter;
	opacity: .35;
}
.cart-navbar-item.active{
	opacity: 1;
}
.cart-navbar-header{
	position: relative;
	text-align: left;
	display: inline-block;
	margin: auto;
	padding-left: 65px;
	font-size: 14px; line-height: 22px;
}
.cart-navbar-header::before{
	position: absolute; left: 0; top: 50%; z-index: 1;
	transform: translateY( -50%);
	content: '0'counter( cart-navbar-counter);
	display: block;
	font-size: 55px; font-weight: bold;
	color: var( --color-focus);
	font-family: var( --ftitle);
}
.cart-navbar-title{
	margin: 0 0 .15rem; padding: 0;
	font-size: 16px; font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
}
/*************************************
*************************************/
.cart-wrapper{
	max-width: 1000px;
}
.cart-boxitem{
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	padding: 2rem;
	margin-bottom: 2.5rem;
}
.cartitem.footer,
.cartitem.header{
	font-weight: bold; text-transform: uppercase;
	font-size: 13px; line-height: 20px;
}
.cartitem.header{
	border-top: none;
	padding-top: .75rem; padding-bottom: .5rem;
	font-size: 13px;
	color: #fff;
	background-color: #999 !important;
}
.cartitem.footer{
	background-color:var( --color-main-bold );
	padding-top: .75rem; padding-bottom: .75rem;
	font-size: 15px;
}
.cartitem{
	padding: 1rem 0;
	margin: 0;
	border-top: 1px solid #CCC;
}
.cartitem-stt{
	flex: 0 0 auto; width: 50px;
	font: bold 17px/22px var( --ftitle);
	text-align: center;
	color: var( --color-main);
}
.cartitem-product-photo{
	flex: 0 0 auto;
	width: 90px;
	margin: 0;
}
.cartitem-product-photo img{
	display: block;
	width: 100%; height: auto;
	aspect-ratio: 1/1;
	object-fit: contain; object-position: center;
}
.cartitem-product-info{
	flex: 1 0 0%;
	padding-left: 1.25rem;
	font-size: 13px; line-height: 20px;
}
.cartitem-product-group{
	--bs-gutter-x: 1.5rem;
	flex: 0 0 auto;
	width: auto;
	display: flex; flex-wrap: nowrap;
	padding-right: 0;
}
.cartitem-qty{
	flex: 0 0 auto;
	width: 125px;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.cartitem-price{
	flex: 0 0 auto;
	width: 135px;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	text-align: right;
	font-weight: bold;
}
.cartitem-product-title{
	margin: 0 0 .5rem;
	font-size: 15px; font-weight: bold;
	line-height: 20px;
}
.cartitem-product-info strong{
	font-family: var( --ftitle);
	color: #444;
	font-weight: 500;
	display: inline-block;
	min-width: 80px;
}
/*******************/
.prodetail-faddcart-input--cart{
	overflow: hidden;
}
.prodetail-faddcart-input--cart input{
	width: 67px;
	border-left: none;
	padding: .25rem .25rem;
}
.prodetail-faddcart-input-btngroup{
	flex: 0 0 auto;
	width: 32px;
	display: flex; flex-direction: column;
}
.prodetail-faddcart-input-btngroup button{
	width: 100%; height: 30px;
}
.prodetail-faddcart-input-btngroup button:not( :last-child){
	border-bottom: 1px solid var( --border-color);
}
/*******************/
.cart-title{
	margin-bottom: 0;
	font-size: 19px; font-weight: bold;
	text-transform: capitalize;
	color: var( --color-focus);
}
.cartform-item-payment-group{
	padding-left: .75rem;
}
.cartform-item-payment{
	font-size: 16px; line-height: 20px;
	font-family: var( --ftitle);
	margin-bottom: .75rem;
}
.cartform-item-payment .form-check-input{
	transform: translateY( -2px);
}
.cartform-submit{
	background-color: var( --color-focus);
	color: #fff;
	padding: 1rem 1.5rem;
	border-radius: .25rem;
	font: bold 17px/22px var( --ftitle);
	text-transform: uppercase;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.cartform-submit:hover{
	background-color: var( --color-focus);
	color: #fff;
	transform: translateY( -3px);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	transform: scale( 1, 1.1);
}
/********************/
.cart-complete-info{
	margin-bottom: 1.5rem;
}
.cart-complete-info .cart-title{
	font-size: 17px;
	margin-bottom: 0.25rem;
}
.cartcomplete-payment_data{
	padding: 1rem 1.5rem;
	background-color: #f2f2f2;
	border-left: 5px solid var( --color-main);
	font-size: 14px; line-height: 22px;
}
.cartcomplete-payment_data p{
	margin-bottom: 10px;
}
.cartcomplete-payment_data p:last-child{
	margin-bottom: 0;
}
/*************************************/
@media screen and (max-width: 991px) {
	html{
		overflow-x: hidden; width: 100vw;
	}
	body{
		overflow-x: hidden;
		width: 100vw;
	}
	.container{
		max-width: 100%;
	}
	.header{
		position: relative;
	}
	.header.is-sticky{
		position: fixed;
	}
	.header,
	.is-sticky .header__container,
	.header.is-sticky{
		background-color: rgb(136, 187, 0);
	}
	.header-navigation > li{
		display: none;
	}
	.header-navigation{
		flex: 0 0 auto;	width: 100%;
		display: flex; flex-wrap: nowrap;
		align-items: center;
		font-size: 12px;
	}
	.header-logo-img{
		height: 35px;
	}
	.header-navigation > li{
		flex: 0 0 auto;
		width: auto;
	}
	.header-navigation .header-logo{
		display: inline-block;
		padding: .35rem 25px .35rem 0;
	}
	.header-navigation .header-hotline{
		display: inline-block;
		margin-left: auto;
		padding: .35rem 0rem .35rem;
		font-size: 15px; letter-spacing: 1px;
	}
	.header-navigation .header-navlang{
		display: inline-block;		padding: .5rem 0rem;
		width: 100px;
		text-align: right; float: right;
		padding-right: 0;
	}
	.header-navigation .header-navlang a:last-child{
			margin-right: 0;
	}
	.is-sticky .header-navigation > li{
		padding-top: .35rem; padding-bottom: .35rem;
	}
	.is-sticky .header-logo-img{
		height: 30px;
	}
	/********************/
	.home__about{
		padding: 2.25rem 5vw 1.75rem;
	}
	.home__about__container{
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
	.home__about__title{
		font-size: 23px; line-height: 1.4;
	}
	.home__about .dcontent{
		font-size: 16px; margin-bottom: 1rem;
	}
	.home__whynot__title{
		font-size: 25px;
	}
	.home__whynot__header{
		margin-bottom: 1.75rem;
	}
	.home__whynot__header{
		font-size: 16px;
	}
	.home__about__listitem{
		margin-bottom: 1.5rem;
	}
	.habout__img {
		width: 22%;
	}
	.habout__des {
		width: 78%;
	}
	.home__menu{
		padding-top:1.5rem; padding-bottom: 1.5rem;
	}
	.home__menu > .container{
		padding-left: 0; padding-right: 0;
	}
	.homemenu_group{
		--bs-gutter-y: .15rem;
		--bs-gutter-x: .15rem;
		margin-bottom: 2rem;
	}
	.home_photo{
		padding-top: 2.5rem; padding-bottom: 2.25rem;
	}
	.home_photo  .homemenu_group{
		font-size: 23px;
	}
	.photoitem img{
		height: 165px;
	}
	.home_contact{
		padding: 2rem 5vw;
	}
	.home_contact_img{
		max-width: 100%;
		text-align: center;
	}
	.home_contact_img img{
		transform: none; display: inline-block;
		height: 210px; width: 210px;
		border-width: 7px;
	}
	.home_contact_text{
		transform: translateY( -50px);
		border-radius: 16px;
		padding: 70px 1.5rem 1.5rem;
		text-align: center;
	}
	.home_contact_text::before{
		display: none;
	}
	.home_contact_text_title,
	.home_contact_text_phone{
		font-size: 19px;
	}
	.home_contact_text .dcontent{
		line-height: 26px;
	}
	.home_contact_text a.btn{
		margin: 0 0 .75rem !important;
		width: 100%; display: block;
	}
	.footer{
		padding-top: 1.5rem;
	}
	body.blogdetail .bgmain__breadcrumb{
		margin: 0 auto;
		padding: .35rem var(--bs-gutter-x,.75rem);
		font-size: 13px;
	}
	#bg-main{
		margin-bottom: 1.25rem;
	}
	body.blogdetail{
		background: #fff !important
	}
	.blogdetail__warpper{
			padding: 0; box-shadow: none;
	}
	.blogdetail__title{
		font-size: 25px; line-height: 1.3;
		margin-bottom: .5rem;
	}
	.home__blog {
		padding-top: 1.5rem;
		background: none;
	}
	.bloglist__container{
		--bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.5rem;
	}
	.blogitem_box img{
		height: 215px;
	}
	.homemenu_item__caption{
		padding: .55rem .75rem;
		line-height: 22px;
		text-align: left;
	}
	.homemenu_item__title{
		text-align: left;
		font-size: 21px;
	}
	.menu__price{
		font-size: 17px;
	}
	.menu__price s{
		display: block; clear: both;
		margin: 0;
		padding-top: .15rem;
	}
	.policydetail__warpper{
		padding-top: 1.25rem;
	}
	/********************************/
	.cart-title,
	.cart-complete-info .cart-title{
		font-size: 16px;
	}

}
/*************/
@media screen and ( max-width: 767px){
	.footer-infotext-wrapper{
		margin-bottom: 1.5rem;
	}
	.share-header{
		display: none;
	}
	/*****************************/
	.cart-navbar{
		padding: 1rem .5rem;
		margin-bottom: 1.5rem;
	  }
	  .cart-navbar .cart-navbar-item{
		display: none;
	  }
	  .cart-navbar .cart-navbar-item.active{
		display: block;
	  }
	  .cart-navbar--complete .cart-navbar-item.active:first-child{
		display: none;
	  }
	  .cart-navbar--complete .cart-navbar-header:last-child:before{
		content: "02";
	  }
	  .cart-boxitem{
		padding: .5rem 1rem 1rem;
		margin-bottom: 1.25rem;
	  }
	  .cartitem{
		border-top: none;
		border-bottom: 1px solid rgb(204 204 204);
	  }
	  .cartitem.header{
		display: none;
	  }
	  .cartitem.footer{
		font-size: 14px;
	  }
	  .cartitem-product-group{
		flex: 0 0 auto;
		width: 100%;
		align-items: center;
		background-color: #f6f6f6;
		padding: .5rem 0;
	  }
	  .cartitem-product-price,
	  .cartitem-stt{
		display: none;
	  }
	  .cartitem-product{
		margin-bottom: .5rem;
		padding-left: 0; padding-right: 0;
	  }
	  .cartitem-product-photo{
		width: 60px;
	  }
	  .cartitem-product-info{
		padding-left: .75rem;
	  }
	  .cartitem-product-title{
		font-size: 13px; line-height: 18px;
		margin-bottom: .15rem;
	  }
	  .cartitem-qty{
		flex: 0 0 auto;
		width: auto;
	  }
	  .cartitem-price{
		flex: 1 0 0%;
		width: auto;
	  }
	  .prodetail-faddcart-input--cart{
		background-color: #fff;
		position: relative;
		padding-left: 32px;
	  }
	  .prodetail-faddcart-input--cart .prodetail-faddcart-button[value=minus]{
		position: absolute; left: 0; top: 0;
		z-index: 1;
		width: 32px; height: 100%;
		border-right: 1px solid var( --border-color);
	  }
	  .prodetail-faddcart-input-btngroup button:not( :last-child){
		border-bottom: none;
	  }
	  .prodetail-faddcart-input--cart input{
		width: 70px;
	  }
	  /*****************************/
	  .cart-complete-info .cart-title{
		font-size: 16px;
	  }
	  /*****************************/
	  .header-navigation .header-hotline{
		margin-left: 0;
		text-align: center;
		flex: 1 0 0;

	  }
	  .header-navigation .header-hotline b{
		display: none;
	  }
	  /*****************************/
	  .fixed-cartoveview{
		text-align: left;
		max-width: 90%;
		padding: .5rem .25rem;
		bottom: .5rem;
	  }
	  /*****************************/
}
/*************/
@media screen and ( min-width: 767px) and (max-width: 992px) {
	.home_contact_text{
		width: 80%;
	}
	.home_contact__container{
		justify-content: center;
	}
	.home_contact_text a.btn{
		display: inline-block;
		width: auto;
	}
	.home_contact_text a.btn.ms-2{
		margin-left: .5rem !important
	}
	.photoitem img{
		height: 135px;
	}
	.bloglist__container{
		--bs-gutter-x: 1rem;
    --bs-gutter-y: 1.25rem;
	}
	.blogitem_box img{
		height: 135px;
	}
	/***************************/
	.cart-navbar{
		padding: 1rem 0;
	  }
	  .cart-navbar > .container{
		max-width: 100%;
	  }
	  .cart-navbar-header{
		font-size: 13px; line-height: 20px;
		padding-left: 55px;
	  }
	  .cart-navbar-title{
		font-size: 14px;
	  }
	  .cart-navbar-header::before{
		font-size: 47px;
	  }
	  .cart-boxitem{
		padding: 1.5rem;
	  }
	  .cart_content{
		font-size: 13px; line-height: 20px;
	  }
	  .cartitem-product-photo{
		width: 70px;
	  }
	  .cartitem-product-title{
		font-size: 14px;
	  }
	  .cartitem-price{
		width: 120px;
	  }
	  /***************************/
	  .cart-navbar .cart-navbar-item{
		display: block;
	  }
	  /***************************/

}
/*************/
@media screen and (min-width: 992px) and ( max-width: 1200px) {
		.header{
			font-size: 14px
		}
		.header-navigation > li{
			padding-left: .15rem; padding-right: 1.5rem;
		}
		.home__about{
			padding: 3.5rem 8vw 4rem
		}
		.home__about__container{
			padding-left: 2rem;
		}
		.home__about__title{
			font-size: 27px;
		}
		.home__whynot__title{
			font-size: 29px;
		}
		.habout__des__title{
			font-size: 15px;
		}
		.home__menu{
			padding-top: 1.5rem; padding-bottom: 2rem;
		}
		.photoitem img{
			height: 155px;
		}
		.home_contact_img img{
			border-width: 10px;
			width: 42vw; height: 42vw;
		}
		.home_contact_text{
			width: 46%;
		}
		.bloglist__container{
			--bs-gutter-x: 1.5rem;
	    --bs-gutter-y: 1.5rem;
		}
		.blogitem_box img{
			height: 205px;
		}
		.blogdetail__warpper{
			padding: 1.5rem 2rem
		}

}
