body {
    font-size: 16px;
    color: gray;
    font-family: 'Marcellus', serif;
    background-color: #fbfbfb;
}
.leckerli{
    font-family: 'Leckerli One', cursive!important;
}
@font-face {
    font-family: mont;
    src: url("../fonts/Mont-ExtraLightDEMO.otf")
}
.mont{
    font-family: 'mont', sans-serif;
}

@media screen and (min-width: 769px) {
    .container {
        max-width: 650px;
    }
}

@media screen and (min-width: 991px) {
    .container {
        max-width: 850px;
    }
}

@media screen and (min-width: 1199px) {
    .container {
        max-width: 950px;
    }
}
@media screen and (min-width: 1240px) {
    .container {
        max-width: 1050px;
    }
}
@media screen and (min-width: 1366px) {
    .container {
        max-width: 1150px;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1699px) {
    .container {
        max-width: 1300px;
    }
}
@media screen and (max-width: 575px){
	.gg-mobile{
	
	}
	.gg{
		
	}
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.auto{
    width: auto;
    height: auto;
}
a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #ffda44;
}

p, span, h1, h2, h3, h4, h5, h6 {
}

h1, h2, h3, h4, h5, h6 {
    color: #efc12f;
    font-family: 'Marcellus', serif;
    font-weight: 700;
}

h1, h2 , h3{
}

h1 {
    font-size: 2.4em;
}

p, span {
    font-weight: 400;
    margin-bottom: 5px;
}

i {
    color: #fff;
}

.i {
    color: #ed1c24;
}

.op5 {
    opacity: 0.5;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.card {
    border: none;
}

.padding-5 {
    padding: 5px;
}

.padding-20 {
    padding: 20px;
}

.padding-10 {
    padding: 0 10px;
}

.padding-30 {
    padding: 30px;
}

.margin-0 {
    margin: 0 !important;
}

.text-hidden img {
    display: none;
}

.text-hidden h1, .text-hidden h2, .text-hidden h3, .text-hidden h4, .text-hidden h5, .text-hidden h6 {
    display: none;
}

.text-hidden strong {
    font-weight: 400;
}

.paginate ul li {
    padding: 10px;
    font-size: 1.3rem;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600!important;
}
.fw-500 {
    font-weight: 500!important;
}
.fw-900, .fw900 {
    font-weight: 900;
}

.padding-0 {
    padding: 0!important;
}

.click-des {
    display: none;
}

.menu-order .active {
    display: block;
}

.paginate ul li {
    padding: 10px;
    font-size: 1.3rem;
}

.slick-arrow {
    z-index: 9;
    position: absolute;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.line-height-1{
    line-height: 1.3em;
    height: 1.3em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line-height-2{
    line-height: 1.3em;
    max-height: 2.6em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line-height-3{
    line-height: 1.3em;
    max-height: 6.5em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line-height-4{
    line-height: 1.3em;
    height: 5.1em;
    text-overflow: ellipsis;
    overflow: hidden;
}

#style-0::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #0b9444;
}

#style-0::-webkit-scrollbar {
    width: 0;
    background-color: #0b9444;
}

#style-0::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #fff;
    border: 3px solid #0b9444;
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#style-4::-webkit-scrollbar {
    width: 13px;
    background-color: #fff;
}

#style-4::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #3c3d90;
    border: 3px solid #fff;
}

#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
    40% 0%,
    75% 84%,
    from(#4D9C41),
    to(#19911D),
    color-stop(.6, #54DE5D))
}
.news-paginate{
	flex-wrap: wrap!important;
}
.news-paginate li {
    margin-left: 5px;
}

.news-paginate span {
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
    color: black;
    background-color: #e6e6e6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginate-btn i {
    color: #fff;
}

.paginate-btn {
    background-color: inherit !important;
}

.paginate-btn-disable {
    background-color: inherit !important;
}

.paginate-btn-disable i {
    color: #888;
}
.news-paginate span:hover{
    color: #fff !important;
    background-color: #efc12f;
}
.news-paginate .active span {
    color: #fff !important;
    background-color: #efc12f;

}

.tooltip-inner, .arrow {
    background-color: #fff;
    color: black;

}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #fff !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #fff !important;
}

.product-btn-arrow {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    background-color: inherit;
}

.product-btn-arrow i {
    color: black;
}

.btn-next {
    position: relative;
}

.btn-arrow {
    padding: 0 15px;
    border-radius: 50%;
    background-color: rgba(102, 85, 75, 0.8);
    cursor: pointer;
}

.btn-next:hover i {
    color: #fc7c0f;
}

.btn-prev:hover i {
    color: #fc7c0f;
}

.btn-next:hover {
    background-color: rgba(102, 85, 75, 0.6);
}

.btn-prev:hover {
    background-color: rgba(102, 85, 75, 0.6);
}

.slick-dots {
    bottom: 10px;
    z-index: 10;
}

.slick-dots li button:before {
    color: #fff;
}

.slick-dots li .slick-active button:before {
    color: #fff;
}

.slick-slider ul li {
    margin: 0;
}
.slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(216, 30, 57, .3)
}
.dot100 {
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
    height: 30px;
    color: #fff;
    line-height: 20px;
    font-size: 40px;
}

.slick-active a .dot100 {
    color: #e6bb20;
}

.dot1 {
    margin-bottom: -10px;
    background-position: bottom;
}

.dot2 {
    margin-bottom: 10px;
    background-position: top;
}

.dot3 {
    margin-bottom: -10px;
    background-position: bottom;
}

.dot4 {
    margin-bottom: 10px;
    background-position: top;
}

.dot5 {
    margin-bottom: -10px;
    background-position: bottom;
}

.dot6 {
    margin-bottom: 10px;
    background-position: top;
}

.dot7 {
    margin-bottom: -10px;
    background-position: bottom;
}

.dot8 {
    margin-bottom: 10px;
    background-position: top;
}

.dot9 {
    margin-bottom: -10px;
    background-position: bottom;
}

.dot-active {
    display: block;
}

.white-cl {
    color: #fff !important;
}

.black-cl {
    color: black;
}

.white-bg {
    background-color: #fff;
}

.white-bd {
    border: solid 1px #fff;
}

.yellow-cl {
    color: #e6bb1f !important;
}

.yellow-bg {
    background-color: #e6bb1f !important;
}

.yellow-bd {
    border-color: #e6bb1f !important;
}

.orange-cl {
    color: #eb613d !important;
}

.orange-bg {
    background-color: #eb613d !important;
}

.orange-bd {
    border-color: #eb613d !important;
}

.red-cl, .red-cl a {
    color: #e21f27 !important;
    font-weight: 600!important;
}

.red-bg {
    background-color: #e21f27 !important;
}

.red-bd {
    border-color: #e21f27 !important;
}

.violet-cl {
    color: #a51d5f !important;
}

.violet-bg {
    background-color: #a51d5f !important;
}

.violet-bd {
    border-color: #a51d5f !important;
}

.blue-cl {
    color: #00aeef !important;
}

.blue-bg {
    background-color: #00aeef !important;
}

.blue-bd {
    border-color: #00aeef !important;
}

.green-cl {
    color: #0fa34f !important;
}

.green-bg {
    background-color: #0fa34f !important;
}

.green-bd {
    border-color: #0fa34f !important;
}

.facebook-bg {
    background-color: #3b5998;
}
.zalo-bg {
    background-color: #0068ff!important;
}
.twitter-bg {
    background-color: #46d4fe;
}
.google-bg{
    background-color: #EA4335!important;
}
.messenger-bg{
    background: linear-gradient(to right,#aa2ff2,#7874ff)!important;
}
ul {
    margin: 0;
    padding: 0;
}

.w-100{
   overflow: auto;
}
.w-50 {
    float: left;
    width: calc(50% - 5px)!important;
}

.w-45 {
    width: 45%;
    float: left;
}
.w-30{
    width: calc(33.33% - 17px)!important;
    float: left;
    margin-right: 15px;
}
.w-25{
    width: 24%!important;
}
.opacity-0{
    opacity: 0;
}
.opacity-1{
    opacity: 1;
}
/* HEADER CSS*/
.site-header{
    padding: 30px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.header-logo{
    padding: 5px 0;
}
.header-logo img{
	height: 36px;
	width: auto;
	padding-left: 60px;
}
.header-card:nth-child(1){
    padding-right: 30px;
    border-right: dashed #b3b3b3 1px ;
    margin-right: 30px;
}
.header-card a:hover{
    opacity: 0.85;
}

.header-card i{
    color: #e3b23a;
    font-size: 36px;
    margin-right: 15px;
}
.header-card p{
    font-weight: 600;
    margin-bottom: 0;
}
.header-card a{
    color: #0d7cc1;
    font-weight: 700;
}
@media screen and (min-width: 1699px){
	.header-logo img{
		padding-left: 75px;
	}
}
@media screen and (max-width: 991px){
    .site-header{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        right: 0;
    }
	.header-logo img{
		padding-left: 35px;
	}
	
}
@media screen and (max-width: 575px){
    .site-header{
        padding: 13px 0;
    }
	.header-card {
		display: flex;
		align-items: center;
	}
}
/* MENU CSS*/
.site-menu {
    z-index: 999;
    /*position: relative;*/
    width: 100%;
    transition: all .5s;
    background-color: #fff;
    margin-bottom: -31px;
    position: absolute;
    top: 0;
    left: 0;
}

.site-menu.scroll, .site-menu.active {
    transition: all .5s;
    background-color: #fff;
    box-shadow: 0 0 5px #333;
}

.site-menu.scroll .menu-tab a, .site-menu.active .menu-tab a {

}
.site-menu.scroll .menu-tab a:hover{
}
.site-menu.scroll .menu-logo, .site-menu.active .menu-logo {
    transition: all 1s;

}

.site-menu.scroll .menu-tab-drop a:nth-last-child(1), .site-menu.active .menu-tab-drop a:nth-last-child(1) {
    border: none;
}
.site-menu.scroll .menu-tab-drop a:hover{
    color: #bd8a53;
}
.site-menu.scroll i{
}
.site-menu.scroll {
    /*box-shadow: 0 0 5px #111;*/
    position: sticky;
    top: 0;
    /*animation: 1s ease-in-out alternate swingViewport;*/
    /*animation-delay: 0.5s;*/
    padding: 0 15px;

}
@keyframes swingViewport {
    from {
        top: -65px;
        display: none;
    }
    to {
        top: 0;
        display: block;
    }
}
.site-header.scroll{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.site-menu.scroll .menu-tab li {
}

.menu-tab-drop .menu-tab-2 {
    display: none;
    left: 100%;
    top: 0;
    position: absolute;
    min-width: 200px;
    padding: 10px 0;
    flex-direction: column;
    transition: all .5s;
    z-index: 0;
    background-color: #202020;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
}

.a {
    position: relative;
}

.menu-tab-drop .a:hover .menu-tab-2 {
    display: flex;
    left: 100%;
    top: -10px;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
    animation: fadeInLeft .4s;
}
.menu-tab-3 {
    display: none!important;
    left: 100%;
    top: -10px;
    position: absolute;
    min-width: 300px;
    padding: 10px 0;
    flex-direction: column;
    transition: all .5s;
    z-index: 0;
    background-color: #202020;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
}
.menu-tab-2 .a:hover .menu-tab-3{
    display: flex!important;
    animation: fadeInLeft .4s;
}
.menu-tab-drop2{
    position: absolute;
    left: 100%;
    background-color: #202020;
    top: 0;
    width: max-content;
    display: none;
}
.menu-tab-drop-a:hover .menu-tab-drop2{
    display: flex;
}
.menu-md12 {
    display: flex;
    align-items: center;
}

.menu-logo {
    height: 100px;
    transition: all .8s;
    position: relative;
    padding: 10px;
}
.menu-logo h1{
    font-size: 0;
}
.menu-logo img:nth-child(1){
    margin-left: -15px;
}
.menu-logo::before{
}
.menu-logo img {
    width: auto;
}
.menu-logo-ab{
    background-color: #e6e6e6;
    position: absolute;
    top: -350px;
    left: -300px;
    height: 600px;
    z-index: 9;
    width: 600px;
    transform: rotate(45deg);
    justify-content: flex-end;
    align-items: flex-end;
    border-right: double 15px #3845c9;
    transition: all .8s;
    display: none;
}
.menu-logo-ab::after{
    content: '';
    width: 6px;
    height: 100%;
    background-color:  #3845c9;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
}
.menu-logo-ab img{
    width: auto;
    height: 100px;
    object-fit: cover;
    transition: all .5s;
    position: absolute;
    right: 50px;
    top: 270px;
    transform: rotate(-45deg);
}
.menu-block {
    display: flex;
    align-items: center;
    height: 100%;
}
.menu-tab{
    height: 100%;
}
.menu-tab ul{
    height: 100%;
    display: flex;
    align-items: center;
}
.menu-tab li {
    list-style-type: none;
    padding: 37px 0;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .3s;
    height: auto;

}
.menu-tab li:hover{
    /*background-color:#cc007a ;*/
}

.menu-tab a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    margin: 0 20px;
    border-bottom: solid 3px #fff;
}
.menu-tab i{
    color: #fff;
}
.menu-tab a:hover{
    border-bottom: solid 3px #efc12f;
}
.menu-tab a:hover i{
    opacity: .6;
}
.menu-tab li.active a{
    border-bottom: solid 3px #efc12f;
}
.menu-tab li:hover.menu-lang{
    background-color: inherit;
}
.menu-btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-cart{
    position: relative;
}
.menu-cart i{
    color: #333;
    font-size: 28px;
}

.menu-logo-scroll {
    display: none;
}

.site-menu.scroll .menu-logo {
}

.site-menu.scroll .menu-logo-scroll {
    display: block;
}

.menu-tab-drop {
    display: none;
    position: absolute;
    width: max-content;
    width: -moz-max-content;
    /*width: -webkit-max-content;*/
    /*width: -o-max-content;*/
    width: -moz-available;
    min-width: 200px;
    left: 0;
    padding: 10px 0;
    flex-direction: column;
    transition: all .5s;
    top: 100%;
    z-index: 0;
    background-color: #202020;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
    animation: fadeIn .5s;
}

.menu-tab li:hover .menu-tab-drop {
    display: flex;
    animation: fadeDown .5s;
}

.menu-tab-drop a {
    position: relative;
    margin-bottom: 10px;
    transition: all .5s;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    border: none;
    text-transform: capitalize!important;
    margin-top: 15px!important;
}
.menu-tab-drop a:hover{
    color: #bd8a53;
    transition: all .5s;
    border: none;
}
.menu-tab-drop i{
    display: none;
}
.menu-tab-drop2 {
    position: absolute;
    right: 0;
    top: 0;
    left: 100%;
    width: max-content;
}

.menu-social {
    display: flex;
    margin-bottom: 30px;
}
.menu-social a{
    width: auto;
}
.menu-social i {
    color: #acb4bb;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 15px;
    background-color: #fff;
    font-size: 26px;
    border-radius: 50%;
}
.menu-social i:hover {
    color: #bd8a53;
}
.menu-tel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-tel span{
    font-size: 11px;
    margin-bottom: 0;
    color: #808080;
}
.menu-lang{
    padding-right: 0!important;
    margin-right: 15px;
}
.menu-lang img{
	height: 25px;
	width: auto;
}
.menu-lang img:hover{
    opacity: .6;
}
.menu-mobile {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 5px #333;
}
.menu-mobile.scroll{
    background-color: #fff;
    padding: 10px 0;
}
.menu-mobile.scroll .menu-logo{
    height: 50px;
}
.header-mobile{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%!important;
    overflow: auto;
	padding: 10px;
	display: flex;
}
.header-mobile a{
	display: block!important;
	color: #fff;
	margin-right: 5px;
	font-size: 14px!important;
}
.menu-mobile-tab {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #bd8a53;
    z-index: 999999;
    transition: all .5s;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.menu-mobile-tab-items {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.menu-mobile-tab-items p {
    width: 100% !important;

}
.menu-mobile-tab p {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin-bottom: 0!important;
    width: 100%;
    float: left;
    border-bottom: 0.1rem solid rgba(104, 28, 255, .36);
}

.menu-mobi-drop p {
    border: none;
    padding: 0;
}

.menu-mobi-click i {
    color: #fff;
    margin-left: 10px;
    font-size: 28px;
}
.menu-mobi-drop a{
	font-weight: 300;
}
.menu-mobile-md12 {
    height: 60px;
}

.menu-mobi-drop {
    text-align: left;
    padding-bottom: 15px;

    flex-direction: column;
    background-color: inherit !important;
}

.menu-mobi-drop a {
    text-transform: inherit;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.1em;
    font-size: 16px!important;
    position: relative;
}

.menu-mobi-drop a::before {
    content: '';
    bottom: -11px;
    left: -20px;
    height: 40px;
    width: calc(100% + 40px);
    background: linear-gradient(90deg, #b5348e, #5b34b5);
    position: absolute;
    z-index: -1;
    border-radius: 99px;
    opacity: 0;
    pointer-events: none;
}

.menu-mobi-drop a:hover {
    color: #fff;
}

.menu-mobi-drop a:hover::before {
    opacity: 0;
}
.ichange {
    transform: rotate(180deg);
}
.menu-logo.mb-30{
    margin-bottom: 30px!important;
}
.menu-mobile-tab.active {
    width: 100%;
    transition: all .5s;
    padding: 30px;
    height: 100%;
}
.menu-mobile-tab a {
    color: #fff;
    font-size: 16px;
    display: none;
    animation: fadeIn 1s;
    text-transform: capitalize;
    font-weight: 500;
}

.menu-mobile-tab a:hover {
    color: #bebebe;
}

.menu-mobile-tab ul {
    padding-left: 15px;
    display: none;
    padding-top: 5px;
}
.menu-mobile-tab-card{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	padding: 50px 20px;
}
.menu-mobile-drop-p {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.menu-mobile-drop-p ul a{
    color: #888;
}
.menu-mobile-drop-p:hover ul {
    display: block;
    /*animation: fadeInUp 2s;*/
}

.menu-mobile-drop-p a {
    font-size: 15px;
}
.menu-mobi-drop{
    text-align: left;
    padding-bottom: 15px;
    display: none;
    padding-left: 15px;
}
.menu-mobi-drop a{
    font-size: 18px!important;
    font-weight: 300;
    border-bottom: 0.1rem solid rgba(104, 28, 255, .36);
    padding: 20px 0;
}
.menu-mobi-click i{
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
}
.menu-mobile-tab li {
    list-style-type: none;
    margin-bottom: 10px;
    line-height: .9em;
}

.menu-mobile-tab p {
    text-transform: capitalize;
    margin-bottom: 10px;
}



.menu-mobile-md12 {
    height: 60px;
}
.menu-search{
    height: 100%;
    display: flex;
    align-items: center;
	background-color: #e3b23a;
    margin-right: -15px;
    padding-right: 30px;
    padding-left: 15px;
}
.menu-search i{
    font-weight: 700;
    font-size: 18px;
    padding: 0 15px;
}
.menu-search i:hover{
    cursor: pointer;
}
.menu-search .form-group {
    margin-bottom: 0;
}
.menu-search-form{
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}
.menu-search-form.active{
    display: block;
    animation: fadeInRight .5s;
}
.menu-search-form .search-form{
    display: flex;
}
.menu-search-form input{
    margin: 0!important;
    border-radius: 0;
}
.menu-search-form button{
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e3b23a;
    border-radius: 0;
    margin-left: -1px;
}
.menu-search-form button:hover{
    cursor: pointer;
}
.menu-search-form button i{
    font-size: 14px;
    font-weight: 500;
}
.menu-mobile-btn {
    width: 48px;
}
.menu-mobile-btn:hover{
    cursor: pointer;
    opacity: .9;
}
.menu-mobile-btn span, .menu-mobile-tel a {
    font-size: 32px;
    font-weight: 600;
    color: #bd8a53;
}
.menu-mobile-btn span:hover, .menu-mobile-tel a:hover{
    color: #00c3ed;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 48px;
}

.hotline {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right,#e21f27,#ee3148);
    color: #fff;
    z-index: 999999;
    transition: all .5s;
    animation: pulse 2s infinite;
    margin-left: 15px;
    padding: 10px 20px !important;
    height: 40px;
    margin-top: 12px;
    border-radius: 20px;

}

.hotline a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
}

.hotline span {
    margin-bottom: 0;
    padding-left: 10px;
    font-weight: 600;
}

.hotline i {
    font-size: 16px !important;
}

.search-form input {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.search-form p{
    font-size: 14px;
    margin-top: 5px!important;
}
@media screen and (min-width: 575px){
    .menu-mobile-tab a{
        font-size: 24px;
    }
}
@media screen and (min-width: 1699px){
    .menu-tab a{
        font-size: 18px;
        margin: 0 30px;
    }
    .menu-header-logo{
        height: 90px;
    }
    .menu-logo img:nth-child(1){
    }
}
@media screen and (max-width: 1240px){
    .menu-hide{
        display: none!important;
    }
}
@media screen and (max-width: 1199px) {
    .menu-tab ul {
        padding: 0;
    }
    .menu-lang{
        margin-left: 0;
    }
}
@media screen and (max-width: 991px) {
        .menu-logo, .menu-lang{
            width: 150px;
            background-color: inherit;
        }
        .menu-mobile {
          display: block!important;

        }
    .menu-mobile .menu-logo {
        height: 60px;
        transition: all .5s;
        width: auto;
        opacity: 1!important;
        padding: 8px;
        padding-left: 15px;
    }

    .site-menu {
        display: none!important;
    }
    .menu-mobile-tab a{
        font-size: 1.3rem;
        display: flex!important;
        align-items: center;
    }
    .menu-logo img:nth-child(1){
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 575px){

    .menu-mobile-tab a{
        font-size: 20px;
        margin-bottom: 0;
    }
    .menu-mobile-btn{
        display: flex;
        align-items: center;
        width: auto;
        margin-right: 20px;
    }
    .menu-mobile-btn .menu-cart{
        margin-right: 20px;
    }
	.menu-social{
		margin-bottom: 0;
	}

}

/*MENU CONTACT*/
.site-contact {
    position: fixed;
    right: 0;
    width: 40px;
    bottom: 100px;
    display: flex;
    align-items: center;
    z-index: 9;
}

.site-contact-icons {
}

.site-contact-icons hr {
    margin: 0;
}

.site-contact-items {
    background-color: #efc12f;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transition: all .5s;
    padding: 5px;
    margin-bottom: 3px;
}

.site-contact-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #efc12f;
    border-radius: 50%;
}

.site-contact-items i, .site-contact-items a {
    color: #fff;
    font-size: 14px;
}

.site-contact-items:hover {
    background-color: #efc12f;
    transition: all .5s;
    transform: translateX(-10px);
    width: 50px;
}

.site-contact-items:hover i {
}

/*Footer CSS*/
.noti{
	max-height: 50px;
    object-fit: cover;
    width: auto;
    max-width: 100%;
}
.site-footer {
    background: url("../uploads/footer-bg.webp"),#d2deec;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    padding-bottom: 150px;
    overflow: hidden;
	background-color: #333;
}
.footer-logo{
    display: flex;
}
.footer-card{
    width: 100%;
}
.footer-card h3{
    margin-bottom: 15px!important;
}
.footer-card i{
    color: #fff;
    background-color: inherit;
    border: solid 1px #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
}
.footer-hour p{
    border-bottom: dashed 1px #acb4bb;
    padding-bottom: 10px;
    margin-bottom: 10px!important;
}
.footer-nav a{
    width: 100%;
    float: left;
    color: #fff;
}
.footer-nav a:hover{
    color: #ffda44;
}
.footer-row{
    background-color: #ffda44;
    height: 160px;
    overflow: hidden;
}
.footer-row div:nth-child(2){
    background-color: #ffd427;
}
.footer-row div:nth-child(3){
    background-color: #ffd013;
}
.footer-contact{
    margin-bottom: -80px;
    position: relative;
}
.footer-contact-card h3{
    color: #000!important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}
.footer-contact-card i{
    color: #000;
    position: absolute;
    left: -25px;
    top: 0;
}
.footer-contact-card p{
    color: #111111;
}
.footer-contact-card{
    padding: 30px 50px;
}
.footer-logo{
    margin-bottom: 15px;
}
.footer-logo img{
    height: 100px;
    width: auto;
}
.footer-card p, .footer-card a{
    color: #9b9b9b!important;
}
.footer-card a:hover{
    color: #fff!important;
}
.footer-card h3{
    color: #fff!important;
}
.footer-hotline{
    display: flex;
}
.footer-hotline i{
    color: #dfaa5b;
    font-size: 20px;
    margin-right: 5px;
    transform: rotate(-20deg);
    border: none;
}
.footer-hotline span{
    color: #fff!important;
    font-size: 20px!important;
}
.footer-md8{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-md8 h3{
    color: #fff!important;
}
.footer-md8 div{
    margin-bottom: 30px;
    width: 32%;
    float: left;
    clear: right;
}
.footer-mt70{
    margin-top: 70px;
}
.footer-copy{
    background-color: #342f2c;
    background-position:  center bottom;
    background-size: 80px auto;
    padding: 15px 0;
    border-top: solid 1px #45413e;
}
.footer-copy-card  p{
	color: #113b85!important;
    font-weight: 500;
    text-align: center;
}
.footer-copy p{
    color: #fff!important;
    margin-bottom: 0!important;
    font-size: 15px!important;

}
.footer-social{
    display: flex;
}
.footer-social a{
    width:  30px;
    height: 30px;
    /*background-color: rgba(245,245,246,0.1);*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
    /*border: solid 1px #fff;*/
}
.footer-social i{
    color: #e6c248;
    font-size: 16px;
}
.footer-social a:hover{
    background-color: #ffc200;
    border-color: #ffc200;
}
.footer-social a:hover i{
    color: #fff;
}
.footer-links h5{
    border-bottom: solid 1px #f1f1f1;
    float: left;
    margin-bottom: 30px!important;
}
.footer-links h6{
    display: flex;
    align-items: center;
    margin-bottom: 15px!important;
    width: 100%;
}
.footer-links i{
    font-size: 11px;
    border: solid 1px #fff;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    margin-top: 4px;
    color: #f2f2f0;
}
.footer-form input{
    color: #a1a1af;
    background-color: #06175c;
    font-size: 0.889em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    padding: 1.186em 1.4em;
    border: 2px solid #06175c;
}
.footer-form input:hover{
    border: 2px solid #ddd;
}
.footer-form button{
    background-color: #efc12f;
    margin-left: 15px;
    border-radius: 0;
    border: 2px solid #efc12f;
    color: #181469;
    font-weight: 600;
}
.footer-form button:hover{
    background-color: #00c3ed;
    border: 2px solid #00c3ed;
    cursor: pointer;
}
.footer-left{
    padding-right: 200px;
}
.footer-map iframe{
    width: 100% !important;
    height: 200px;
}
@media screen and (min-width: 1699px){
    .footer-card a, .footer-card p, .footer-card span{
        font-size: 18px!important;
    }
    .footer-card a::before{
        margin-right: 10px;
    }
}
@media screen and (max-width: 1366px){
    .site-footer{
        padding: 50px 0 50px 0 ;
    }
    .footer-left{
        padding-right: 100px;
    }
}
@media screen and (max-width: 1199px){
    .footer-left{
        padding-right: 50px;
    }
}
@media screen and (max-width: 991px){
    .footer-contact{
        margin-bottom: -200px;
    }
    .footer-md8{
        padding-top: 100px;
    }
    .footer-row{
        overflow: auto;
        height: auto;
    }
    .footer-info{
        margin-bottom: 30px;
    }
    .footer-social{
        margin-bottom: 10px!important;
    }
    .site-footer{
        padding-bottom: 0;
    }
    .footer-logo img{
        height: 150px;
    }
    .footer-left{
        padding: 0;
    }
}
@media screen and (max-width: 768px){
    .footer-md8 div{
        width: 49%;
    }
    .footer-info{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px){
    .footer-social a{
        margin-right: 5px;
    }
    .footer-mb30{
		margin-bottom: 30px;
	}	
    .footer-row{
        margin: 0;
    }
    .footer-md8 div{
        width: 100%;
    }
    .footer-contact-card{
        padding: 20px 30px;
    }
    .footer-sm6{
        margin-bottom: 30px;
    }
    .footer-copy{
        width: 100%;
    }
	.footer-copy-card{
		text-align: left;
	}
    .footer-social{
        margin-top: 10px;
    }
    .footer-card{
        width: 100%;
    }
    .footer-info {
        margin-bottom: 10px;
    }
    .footer-lg6{
        flex-direction: column;
    }
    .footer-copy p{
        font-size: 12px!important;
    }
    .site-footer{
    }
    .footer-right{
        display: flex;
        flex-direction: column;
    }
    .footer-right div:nth-child(1){
        margin-top: 15px;
    }
    .footer-logo{
        display: none;
    }
}
/*HEADER CSS*/
.header-top {
    margin-bottom: 50px;
    position: relative;
}

.header-image {
    filter: brightness(50%);

}

.header-image {
    height: 300px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*background-position: 50% 50%;*/
    top: 0;
    left: 0;
    transform: scale(1);
    background-size: 100% auto;
}

.header-title {
    margin-bottom: 18px;
    color: inherit;
    font-weight: 900;
    font-size: 44px;
    line-height: 1.2;
}

.header-content {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.header-description {
    position: absolute !important;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
}
.search-mobile{
	display: none;
}
.shake_img {
    animation: shakes 0.5s;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
}
.header-card form{
	float: left;
	opacity: 0;
	width: 250px;
}
.header-card .form-group{
	margin-bottom: 0;
}
.header-card input{
	padding: 5px 10px;
	font-size: 9px;
}
@media screen and (max-width: 991px){
    .site-header{
        display: none;
    }
}
@media screen and (max-width: 575px){
	.search-mobile{
		display: block;
	}
	.search-pc{
		display: none;
	}
	.header-card form{
		display: none!important;
	}
}
/* progress bar */
.slider-progress {
    width: 100%;
    height: 3px;
    background: #eee;
}

.slider-progress .progress {
    width: 0;
    height: 3px;
    background: #000;
}

.cd-background-wrapper {
    perspective: 8000px;
    transition: all .5s;
}

.cd-floating-background {
    transform-style: preserve-3d;
    width: auto!important;
    margin: 0!important;
    transition: all .5s;
}

.cd-floating-background img:first-child {
    transform: translateZ(300px);
    transition: all .5s;
}

.cd-floating-background img:nth-child(2) {
    transform: translateZ(300px);
    transition: all .5s;
}

.cd-floating-background img:nth-child(3) {
    transform: translateZ(300px);
    transition: all .5s;
}

@keyframes shakes {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, 0px);
    }
}

@media screen and (max-width: 768px) {
    .header-image {
        height: 210px;
        background-size: 110% auto;
    }
}

@media screen and (max-width: 575px) {
    .header-image {
        height: 180px;
        background-size: 200% auto;
    }

}

/*HOME CSS*/
.card-title {
    margin-bottom: 0;
}

.show {
    display: flex !important;
}

.hide {
    display: none !important;
}

.mb-100 {
    margin-bottom: 100px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
     margin-bottom: 30px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-50{
    margin-top: 50px;
}
.mt-30{
    margin-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.section{
    margin-bottom: 100px;
}
.upper {
    text-transform: uppercase;
}

.cap {
    text-transform: capitalize;
}

.lower {
    text-transform: lowercase;
}

.ts {
    text-shadow: 0 0 1px #111;
}

.elementor-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(180deg);
    z-index: 2;
}

.elementor-shape path {
    fill: #fff;
}
.elementor-shape svg{
    transform: scale(1,3);
}
hr{
    margin: 50px 0;
    border-color: #47413c;
}
.column{
    display: flex;
    justify-content: center;
}
.column-reverse{
    display: flex;
    justify-content: center;
}
.h-100{
    height: 100vh!important;
}
@media screen and (max-width: 768px) {
    .column{
        flex-direction: column;
    }
    .column-reverse{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 767px){
    .section-768{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 575px){
    .section{
        margin-bottom: 50px!important;
    }
    hr{
        margin-top: 0;
    }
}
.site-card {
    position: relative;
}

.site-card h1 {
    color: #333 ;
}

.site-card h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #030303;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
}
.hline{
	margin-bottom: 50px!important;
}
.site-card .hline::after{
    content: '';
    width: 200px;
    height: 3px;
    background-color: #e21f27 ;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 100px);
}
.site-card h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #030303;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: capitalize;
}

.site-card h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
    text-transform: capitalize;
}
.site-card h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #e6c248;
    text-transform: uppercase;
}
.site-card h6 {
    color: #efc12f;
    font-size: 1.333em;
    line-height: 1em;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
    font-family: "Leckerli One",cursive;
}
.site-card p, .site-card a, .site-card span{
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33em;
    color: #9198a0;
    margin-bottom: 15px;
}
.site-card strong{
    font-weight: 600;
}
.site-box{
    box-shadow: 0.188em 0.25em 2.188em rgba(0,0,0,0.16);
}
.site-card .line {
    width: 150px;
    height: 6px;
    background-color: #c26c4b;
    margin-bottom: 50px;
    position: relative;
}

.site-card .line .elementor-shape {
    bottom: -13px;
    width: 90%;
}
.site-card .line .elementor-shape svg{
    transform: scale(2.5,5.5);
}
.site-block{
    position: relative;
}
.site-block img, .site-block iframe {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    margin: 15px 0;
}
.site-block img{
	width: auto !important;
	margin-left: auto;
    margin-right: auto;
    display: flex;
}
.site-block iframe{
	width: 50%!important;
	height: 400px!important;
}
.site-block table{
    width: 100%!important;
    margin-bottom: 15px;
}
.site-block tr td img{
	width: 100px !important;
}
.site-block h1{
	font-size: 24px;
	color: #333;
}
.site-block h2{
    font-size: 21px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.3em;
    font-weight: 700;
    text-transform: capitalize;
}
.site-block h3{
    font-size: 22px;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.3em;
    font-weight: 600;
}
.site-block h4, .site-block h5{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    text-transform: inherit;
}
.site-block h6{
    color: #efc12f;
    font-size: 1.333em;
    line-height: 1em;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    font-family: "Leckerli One",cursive;
}
.site-block p, .site-block span, .site-block li{
    font-size: 16px!important;
    line-height: 1.5em;
    margin-bottom: 15px;
    color: #666;
    font-weight: 400;
}
.site-block a{
    font-size: 16px!important;
    font-weight: 500;
    color: #007bff;
}
.site-block a:hover{
    color: #0056b3;
}
.site-block strong{
    font-weight: 600;
    color: #000;
}
.site-block ul{
    margin-bottom: 15px;
    padding-left: 50px;
}
.site-block li{
    margin-bottom: 5px;
}
.site-block li p, .site-block li span, .site-block p span{
    margin-bottom: 0;
    font-family: inherit!important;
    color: inherit!important;
}
.site-block h1 span, .site-block h2 span, .site-block h3 span, .site-block h4 span, .site-block h5 span, .site-block h6 span,
.site-block h1 a, .site-block h2 a, .site-block h3 a, .site-block h4 a, .site-block h5 a, .site-block h6 a,
.site-block h1 strong, .site-block h2 strong, .site-block h3 strong, .site-block h4 strong, .site-block h5 strong, .site-block h6 strong{
    font-size: inherit!important;
    color: inherit!important;
    font-weight: inherit;
    font-family: inherit!important;
}
.site-block .box{
    background-color: #f1f1f1;
    padding: 30px;
    margin-bottom: 15px;
}
.site-block .box p:nth-last-child(1), .site-block .box pre:nth-last-child(1){
    margin-bottom: 0;
}
.site-block td{
    padding: 5px!important;
}
.site-btn {
    position: relative;
    margin-top: 20px;
    display: flex;
}
.site-btn a{
    font-size: 15px;
    transition: all .5s;
    border-bottom: solid 2px #fff;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
    background: linear-gradient(to right, #efc12f, #f48020);
    padding: 10px 15px;
    border-radius: 5px;
}
.site-btn i{
    color: #111;
    margin-left: 10px;
}
.site-btn:hover{
    /*opacity: .65;*/
}
.site-btn a:hover , .site-btn a:hover i{
    color: #e21f27 ;
    transition: all .5s;
}
.site-btn-reverse a{
    color: #fff;
}
.site-btn-reverse:hover a{
    background-color: rgb(239, 193, 47);
    transition: all .5s;
    border: solid 1px rgb(239, 193, 47);
}
.btn-more{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 35px;
    text-align: center;
	font-weight: 700 !important;
	color: #007bff!important;
}
.btn-more:hover{
	cursor: pointer;
}
.btn-more i{
	color: #007bff;
}
#btn-more{
	height: 170px;
    overflow: hidden;
}
.site-cl {
    color: #e19500;
}
.product-cl{
    color: #5dbcd2;
}
.site-bg {
    background-color: #fcd32a;
}

.site-line {
    width: 100px;
    height: 3px;
    background-color: #e6c248;
    margin-bottom: 50px;
    margin-top: -30px;
}
.bg-contain{
    background-color: rgba(17,17,17,.35);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}
.dark-bg {
    background-color: #161616;
}

.dark-bg h2, .dark-bg h3 {
    color: #fff;
}

.dark-bg p, .dark-bg span {
    color: #aaa;
}
.site-overlay{
    background-color: rgba(17,17,17,.45);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
q::before{
    margin-right: 10px;
}
q::after{
    margin-left: 10px;
}
@media screen and (min-width: 1699px) {
    body{
        font-size: 18px;
    }
    .site-card h1 {
        font-size: 60px;
    }

    .site-card p, .site-card a {
        font-size: 16px;
    }

    .site-card h2 {
        font-size: 32px;
    }

    .site-card h3 {
        font-size: 23px;
    }

    .site-btn a {
        font-size: 18px;
    }
    .site-block p, .site-block span, .site-block li{
        font-size: 18px!important;
    }
    .site-block h3{
        font-size: 20px;
    }
	.site-block iframe{
		width: 50%!important;
		height: 500px!important;
	}

}
@media screen and (max-width: 1240px){
    .site-card h3{
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 991px){
    .site-card h2{
        font-size: 26px;
    }
    .site-btn{
        margin-top: 15px;
    }

}
@media screen and (max-width: 575px){
    .site-card h2{
        font-size: 20px;
    }
    .site-card h3{
        font-size: 16px;
        text-transform: inherit;
    }
    .site-card p{
        font-size: 14px;
    }
    .site-card h1{
        font-size: 24px;
    }
    .site-btn{
        margin-top: 30px;
    }
    .site-btn a{
        font-size: 16px;
    }
    .site-block h2, .site-block h1{
        font-size: 22px;
    }
    .site-block h3{
        font-size: 16px;
    }
    .site-block h4, .site-block h5, .site-block h6{
        font-size: 16px;
    }
	.site-block iframe{
		width: 100%!important;
		height: 300px!important;
	}
}
@media screen and (max-width: 320px){
    .site-card h3{
        font-size: 12px;
    }
}
.container-fluid{
}
.home-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-video{
    background-color: black;
    height: 550px;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
.home-slider{
    padding-top: 100px;
    overflow: hidden;
}
.home-slider-thumb{
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.home-slider-block{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.home-slider-block h2{
    color: #fff;
    font-size: 46px;
    text-shadow: 0 0 0 BLACK;
    text-transform: uppercase;
}
.home-slider-btn{
    padding: 10px 30px;
    border: solid 2px #fff;
    margin-top: 15px;
}
.home-slider-btn a{
    color: #fff;
}
.home-slider-btn i{
    transform: translateY(1px);
}
.home-contact-card{
    margin-bottom: 50px;
}
.home-contact-card h2{
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}
.home-contact-card .form-group{
    margin-bottom: 0;
}
.home-contact-card input{
    background-color: inherit;
    border: none;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
}
.home-contact-card input:focus{
    background-color: inherit;
    border-color: #efc12f;
}
.home-contact-card button{
    background-color: inherit;
    border: none;
    margin-left: -50px;
}
.home-contact-card button:hover{
    background-color: inherit;
    cursor: pointer;
    color: #efc12f;
}
.home-lamp{
    overflow: hidden;
}
.home-lamp-card h2{
    text-transform: capitalize;
    color: #332f2c;
    margin-bottom: 30px;
}
.home-lamp-card h6{
    color: #eab977;
    margin-bottom: 5px;
}
.home-product-lamp{
    background-image: url("../uploads/lamp-bg.webp");
    background-repeat: no-repeat;
    background-position: bottom left;
}
.home-product-lamp-card{
    margin-bottom: 30px;
}
.home-product-lamp-card:hover h3, .home-product-brick-card:hover h3{
    color: #bd8a53;
    transition: all .5s;
}
.home-product-lamp-card-2:hover h3{
    color: #fff;
    opacity: 0.65;
}
.home-product-lamp-card:hover img, .home-product-brick-card:hover img{
    transform: scale(1.1 , 1.1);
}
.home-product-lamp-block{
    padding: 15px 0!important;
}
.home-product-lamp-block h3{
    text-transform: capitalize;
    line-height: 1.3em;
    height: 1.3em;
    overflow: hidden;
    font-weight: 500;
    font-size: 15px;
}
.home-product-lamp-block a{
    margin-bottom: 0;
}
.home-product-lamp-block p{
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    margin-bottom: 0;
}
.home-product-lamp-block-2 h3, .home-product-lamp-block-2 p{
    color: #fff;
}
.home-product-lamp-block-2{
    position: absolute;
    bottom: 0;
    padding: 15px;
    background-color: rgba(17,17,17,.35);
}
.home-product-lamp-card-3{
    display: flex;
    flex-direction: column-reverse;
}
.home-product-lamp-thumb{
    height: 250px;
    overflow: hidden;
}
.home-product-lamp-thumb-2{
    background-color: #333;
    height: 350px;
}
.home-video{
    position: relative;
}
.home-video-btn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-video-btn i{
    font-size: 36px;
}
.home-video-btn:hover{
    cursor: pointer;
}
.home-video-btn:hover i{
    color: #dfaa5b;
    transition: all .5s;
}
.home-video-iframe{
    display: none;
}
.home-video-iframe iframe{
    width: 100%!important;
    height: 500px!important;
}
.home-video.active .home-video-iframe{
    display: block;
    animation: fadeIn 1s;
    transition: all .5s;
}
.home-video.active .home-video-thumb{
    display: none;
}
.home-product-brick{
    background-image: url("../uploads/lamp-bg.webp");
    background-repeat: no-repeat;
    background-position: bottom left;
}
.home-product-brick-card-2{
    margin-top: 150px;
}
.home-product-brick-thumb{
    overflow: hidden;
    height: 500px;
}
.home-product-brick-thumb-1{

}
.home-product-brick-thumb-2{

}
.home-product-brick-block{
    padding: 15px;
    text-align: center;
}
.home-number{
    background-color: #cfd1d0;
    height: 250px;
    display: flex;
    align-items: center;
}
.home-number-card{
    display: flex;
    justify-content: space-between;
}
.home-number-card div{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.home-number-card .count{
    font-size: 72px;
    font-weight: 600;
    color: #000;
}
.number-c{
    overflow: hidden;
}
.home-news-card:hover img{
    transform: scale(1.1 , 1.1);
}
.home-news-card:hover h3{
    color: #bd8a53;
    transition: all .5s;
}
.home-news-thumb{
    margin-bottom: 15px;
    height: 250px;
    overflow: hidden;
}
.home-news-block h3{
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
}
.home-news-block p{
    line-height: 1.3em;
    height: 3.9em;
    overflow: hidden;
}
.home-contact-card input[placeholder] {
    color: #fff!important;
}
.home-contact-card input::-webkit-input-placeholder{
    color: #fff;
}
@media screen and (min-width: 1699px){
}
@media screen and (max-width: 1366px){
}
@media screen and (max-width: 1199px){
    .home-news-thumb{
        height: 200px;
    }
}
@media screen and (max-width: 991px){
    .home-product-lamp-thumb-2{
        height: 320px;
    }
}
@media screen and (max-width: 768px){
    .home-product-lamp-thumb{
        height: 200px;
    }
    .home-product-lamp-thumb-2{
        height: 280px;
    }
}
@media screen and (max-width: 767px){
    .home-intro-row{
        display: flex;
        flex-direction: column-reverse;
    }
    .home-intro-thumb{
        margin-bottom: 30px;
    }
    .home-product-lamp-card{
        margin-bottom: 30px;
    }
    .home-product-lamp-card-3{
        margin-bottom: 0;
    }
    .home-brick-thumb{
        margin-bottom: 30px;
    }
    .home-product-brick-card-2{
        margin-top: 30px;
    }
    .home-news-card{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px){
    .home-number{
        height: 400px;
    }
    .home-number-card{
        flex-wrap: wrap;
    }
    .home-number-card div{
        width: 50%;
        align-items: center;
    }
    .number-c{
        width: 100%!important;
    }
    .home-video-thumb, .home-video-iframe iframe{
        height: 300px!important;
    }
	.home-video{
		height: 400px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 320px){
}
/*INTRODUCE CSS*/
.breadcrumb{
    padding: 0;
    border-radius: 0;
    background-size: cover;
    background-position: center center;
    background-color: #0b1e70 ;
    height: 400px;
    display: flex;
    align-items: flex-end;
}
.breadcrumb a, .breadcrumb i{
    color: #fff!important;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}
.breadcrumb i{
    font-size: 12px;
}
.breadcrumb a:hover{
    opacity: 0.95;
    text-decoration: underline;
}
.breadcrumb span{
    color: #e3b23a;
    font-weight: 600;
    text-shadow: 0 0 1px #fff;
    text-transform: uppercase;
}
.breadcrumb h2{
    font-size: 54px;
    color: #08172e;
    margin-bottom: 15px;
}
.nav{
    background-image: url("../images/menu-bg.webp");
    height: 250px;
    width: 100%;
    background-position: bottom center;
    background-repeat-y: no-repeat;
    background-color: #0b1e70;
}
.intro-mission{
    background-color: #0b1e70;
    background-image: url("../images/intro-mission-bg.webp");
    background-position: bottom center;
    background-size: 200% auto;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}
.intro-mission-md6{
    padding-right: 50px;
}
.intro-mission-card h1, .intro-mission-card h2, .intro-mission-card h3, .intro-mission-card h4, .intro-mission-card h5, .intro-mission-card h6{
    color: #fff;
}
.intro-mission-card p, .intro-mission-card span, .intro-mission-card strong{
    color: #fff;
}
.intro-process-item{
    margin-bottom: 15px;
}
.intro-process-item span{
    color: #fff;
}
.intro-process-div{
    background: #f7f7f7;
    width: 100%;
    height: 6px;
    position: relative;
}
.intro-process-div-active{
    background-color: rgb(0, 195, 237);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.intro-mission-it{
    position: absolute;
    right: 0;
    top: 100px;
    bottom: 100px;
    width: 50%;
}
.intro-service{
    padding: 50px 0;
}
.intro-service-text{
    text-align: center;
}
.intro-service-text img{
    width: auto;
    height: auto;
    margin-bottom: 30px;
}
.intro-service-card{
    margin-bottom: 30px;
}
.intro-service-thumb{
    height: 250px;
}
.intro-service-block{
    padding: 30px;
    text-align: center;
}
.introduce{
    margin-bottom: 200px;
}
.introduce-certifice-block p{
	column-count: 3;
}
.introduce-thumbnail-1{
    padding-left: 30px;
}
.introduce-thumbnail-2{
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -100px;
    left: -100px;
    border-radius: 50%;
    overflow: hidden;
    border: solid 3px #fff;
    box-shadow: 1px 1px 5px;
}
.introduce-footer{
    background-image: url("../uploads/introduce-footer.jpg");
    padding: 100px 0;
    background-size: cover;
}
.introduce-ft-thumb{
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: -175px;
    right: 0;
    overflow: hidden;
}
.introduce-ft-card h2{
    text-transform: capitalize;
    font-size: 48px;
    line-height: 1em;
    color: #fff;
}
.introduce-ft-card p{
    color: #fff;
}
.introduce-card{
    padding-left: 50px;
    padding-top: 20px;
}
.introduce-card h2{
    text-transform: capitalize;
    font-size: 48px;
    line-height: 1em;

}
.introduce-md6::before{
    content: '';
    padding: 0 200px 100px 0;
    border-style: solid;
    border-width: 3px 0 0 3px;
    border-color: #0331a0;;
}
.introduce-number-card{
    display: flex;
    justify-content: space-between;
}
.introduce-number-card div{
    width: 19%;
    border: solid 3px #0331a0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.introduce-number-card span{
    font-size: 48px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 0;
}
.introduce-process-md6::before{
    content: '';
    padding: 0 200px 100px 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #0331a0;
    float: right;
}
.introduce-process-card{
    padding: 30px;
}
.introduce-process-card h2, .introduce-process-card h3, .introduce-process-card h1, .introduce-process-card h4{
    font-size: 48px;
}
.fr{
    float: right;
}
.introduce-process{
    margin-bottom: 0;
}
.progress{
    margin-bottom: 30px;
}
.progress-bar{
    height: 3px;
    background-color: #0331a0;
}

.introduce-shrimp-card{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.introduce-shrimp-card div{
    background-color: #0331a0;
    padding: 30px;
    width: 24%;
    margin: 3px;
    box-shadow: 1px 1px 5px;
    border: solid 3px #fff;
    text-align: center;
}
.introduce-shrimp-card h2, .introduce-shrimp-card h3, .introduce-shrimp-card h4, .introduce-shrimp-card p{
    color: #fff;
}
.introduce-shrimp-card h2, .introduce-shrimp-card h3, .introduce-shrimp-card h4{
    font-size: 18px;
}
.introduce-shrimp-card p{
    margin-bottom: 0;
}
.introduce-shrimp-service-card{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.introduce-shrimp-service-card div{
    background-color: #fff;
    padding: 30px;
    width: 32%;
    margin: 3px;
    text-align: left;
    box-shadow: 0 0 5px #f1f1f1;
}
@media screen and (min-width: 1699px){
}
@media screen and (max-width: 1366px){
    .introduce-thumbnail-2{
        width: 200px;
        height: 200px;
        position: absolute;
        bottom: -30px;
        left: -30px;
    }
}
@media screen and (max-width: 1199px){
    .introduce-thumbnail-2{
        bottom: 50px;
    }
    .introduce-number-card span{
        font-size: 32px;
    }
}
@media screen and (max-width: 991px){
    .introduce-card h2, .introduce-process-card h2, .introduce-process-card h3, .introduce-process-card h1, .introduce-process-card h4, .introduce-ft-card h2{
        font-size: 28px;
    }
    .introduce-thumbnail-2{
        display: none;
    }
    .introduce-number-card span{
        font-size: 26px;
    }
    .introduce-shrimp-card{
        flex-wrap: wrap;
    }
    .introduce-shrimp-card div{
        width: 48%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px){
    .introduce{
        margin-bottom: 100px;
    }
    .intro-mission-it{
        position: relative;
        width: 100%;
    }
    .introduce-number-card span{
        font-size: 20px;
    }
    .introduce-shrimp-service-card{
        flex-wrap: wrap;
        justify-content: center;
    }
    .introduce-shrimp-service-card div{
        width: 48%;
        margin-bottom: 30px;
    }

}
@media screen and (max-width: 575px){
    .breadcrumb{
        height: 250px;
    }
    .nav{
        height: 200px;
    }
    .breadcrumb{
        padding: 50px 0;
    }
    .breadcrumb h2{
        font-size: 36px;
    }
    .introduce-number-card div{
        padding: 15px;
    }
    .introduce-number-card span{
        font-size: 16px;
    }
    .introduce-card h2, .introduce-process-card h2, .introduce-process-card h3, .introduce-process-card h1, .introduce-process-card h4, .introduce-ft-card h2{
        font-size: 22px;
    }
    .introduce-shrimp-card div, .introduce-shrimp-service-card div{
        padding: 15px;
    }
}
/*SERVICE CSS*/
.service-card{
    background-color: #e9f2ff;
    position: relative;
}
.service-thumb{
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.service-thumb img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.service-block{
    padding: 100px 30px;
    margin-bottom: 150px;
    text-align: center;
}
@media screen and (max-width: 575px){
    .service{
        margin-top: 100px;
    }
}
/*SINGLE SERVICE CSS*/
.single-service-quote blockquote{
    background-color: #efc12f;
    padding: 50px;
}
.single-service-quote p, .single-service-quote span, .single-service-quote strong{
    color: #06175c;
    font-weight: 600;
}
.single-service-quote h1, .single-service-quote h2, .single-service-quote h3, .single-service-quote h4, .single-service-quote h5, .single-service-quote h6{
    color: #fff;
    margin-bottom: 0;
}
.single-service-quote i{
    position: absolute;
    left: 20px;
    font-size: 20px;
}
.pro-thumb{
    text-align: center;
    padding-top: 30px;
}
.pro-thumb img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.pro-card a:hover img{
    transform: scale(1.1,1.1);
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 575px){
}
/*PRODUCT CSS*/
.product-breadcrumb{
    margin-bottom: 150px;
}
.product{
}
.product-card{
    margin-bottom: 30px;
    box-shadow: 0 0 10px #bebebe;
}
.product-card:hover img{
    transform: scale(1.1 , 1.1);
}
.product-thumb{
    height: 200px;
    overflow: hidden;
    background-color: #333;
}

.product-block{
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.product-card p, .product-card h3, .product-card a{
    color: #2f353d;
}
.product-card p:hover, .product-card h3:hover {
    color: #f48020;
}
.product-card:hover .product-btn a{
    opacity: 1;
    transition: all 1s;
}
.product-card h3{
	line-height: 1.3em;
	max-height: 2.6em;
	overflow: hidden;
}
.product-block h6{
    font-size:  16px;
    color: #f48020;
}
.product-block a{
    position: relative;
}
.product-block i{
    color: #f48020;
    position: absolute;
    right: 10px;
    top: -30px;
    font-size: 20px;
}
.product-btn{
    margin-top: 0;
}
.product-btn a{
    background-color: #333;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    border: solid 1px #333;
    opacity: 0;
}
.product-btn a:hover{
    color: #bd8a53;
    background-color: #fff;

}
.product-form{
    width: 100%;
    background-color: #bd8a53;
    padding: 30px 20px;
    margin-bottom: -60px;
}
.product-form-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.product-form h3, .product-form input, .product-form button, .product-form select{
    width: 24%!important;
}
.product-form h3{
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
}
.product-form input, .product-form select{
    padding: 15px 10px;
}
.product-form select{
    height: auto!important;
}
.product-form button{
    background-color: #d2deec;
}
.product-form button:hover{
    background-color: #fff;
    cursor: pointer;
}
.product-cat-card{
	margin-bottom: 30px;
}
.product-cat-card h3{
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-size: 28px;
}
.product-cat-thumb{
    height: 400px;
    overflow: hidden;
}
.product-cat-card:hover img{
    transform: scale(1.1, 1.1);
}
.product-group-card{
    position: sticky;
    top: 100px;
}
.product-group-description{

}
@media screen and (min-width: 1699px){
}
@media screen and (max-width: 1240px){
    .product-thumb{
        height: 250px;
    }
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 991px){
    .product-thumb{
        height: 200px;
    }
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 767px){
	.product-cat-card{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px){
    .product-thumb, .product-cat-thumb{
        height: auto;
    }
	.product-form-group{
		flex-wrap: wrap;
	}
	.product-form h3{
		width: 100%!important;
	}
	.product-form input, .product-form select{
		width: 49%!important;
	}
	.product-form button{
		width: 100%!important;
	}
}
@media screen and (max-width: 414px){
}
@media screen and (max-width: 375px){
}
@media screen and (max-width: 320px){
}
/*PRODUCT PARTNER*/

.product-partner-cat li{
    list-style-type: none;
    border-bottom: solid 1px #808184;
    padding: 10px 0;
}
.product-partner-cat a{
    color: #f48020;
    text-transform: uppercase;
}
.product-partner-card{
    text-align: center;
    margin-bottom: 30px;
}
.product-partner-thumb{
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
    margin-bottom: 15px;
    height: 300px;
    overflow: hidden;
}
.product-partner-card:hover img{
    transform: scale(1.1,1.1);
}
.product-partner-thumb img{

}
@media screen and (max-width: 575px){
    .product-partner-row{
        display: flex;
        flex-direction: column-reverse;
    }
    .product-partner-block{
        margin-bottom: 50px;
    }
}
/*SINGLE PRODUCT*/
.single-breadcrumb{
    height: 100px;
    background-color: #fff;
    padding-top: 200px;
}
.single-breadcrumb a, .single-breadcrumb i{
    color: #000!important;
    text-transform: inherit;
}
.product{
    margin-bottom: 50px;
}
.single-product-gallery{
    margin-bottom: 15px;
}
.single-product-gallery-sub{
    display: flex;
    overflow: hidden;
}
.single-product-gallery-sub-thumb{
    width: 19%;
    margin-right: 1%;
    float: left;
	margin-bottom: 5px;
}
.single-product-gallery-sub-thumb img{
    height: 100px;
}
.single-product-card ul{
	background-color: #f1f1f1;
    padding: 20px 30px;
	margin-bottom: 15px;
}
.single-product-card li{
	list-style-type: none;
}
.single-product-block{
    padding-left: 0;
    padding-bottom: 30px;
    border-bottom: solid 1px #d6d6d6;
}
.single-product-block p{
    margin-bottom: 0;
}
.single-product-block strong{
    color: #efc12f;
    font-size: 26px;
}
.single-product-tab{
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: auto;
    border-bottom: solid 1px #d6d6d6;
}
.single-product-tab a{
    padding: 10px 40px;
    background-color: #bd8a53;
    color: #111;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
}
.single-product-btn{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 575px){
    .single-product-tab a{
        font-size: 13px;
        font-weight: 500;
        padding: 7px 25px;
    }
}
/*CART CSS*/
.cart{
    padding-top: 150px;
}
.cart-err p{
    text-align: center;
}
.cart-err img{
    height: 200px;
    width: auto;
    max-width: 100%;
}
.cart-err-btn a{
    background-color: #efc12f;
    padding: 10px 20px;
    color: #fff;
    border: none;
}
.cart-err-btn a:hover{
    border: none;
}
/*CART CSS*/
.order-form button{
    background-color: #efc12f;
}
.order-form button:hover{
    background-color: #EA4335;
    cursor: pointer;
}
.order-status-md2{
    padding: 0;
}
.order-status-card{
    background-color: #EA4335;
    width: 100%;
    height: 3px;
    display: flex;
    justify-content: center;
}
.order-status-icon{
    width: 30px;
    height: 30px;
    background-color: #EA4335;
    border-radius: 50px;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-status-card span{
    position: absolute;
    top: -40px;
    color: #EA4335;
    font-weight: 600;
}
.order-status-card-check,.order-status-card-check .order-status-icon{
    background-color: #0068ff;
}
.order-status-card-check span{
    color: #0068ff;
}
@media screen and (max-width: 575px){
    .order-status-md2{
        margin-bottom: 65px;
    }
}
/*NEWS CSS*/
.news-banner {
    padding: 150px 0;
    background-size: cover;
    background-position: center center;
	position: relative;
}
.news-banner h2{
    font-weight: 700;
    color: #fff;
    text-transform: inherit;
    font-size: 36px;
}
.news-banner span{
    font-family: none;
    color: #fff;
    font-size: 28px;
    font-style: italic;
}
.news-detail{
    padding: 50px 0;
}
.news-detail::before{
    top: -215px;
}
.news-card-row{
    display: flex;
}
.news-card-row-thumb{
    width: 300px;
}
.news-card-row-block{
    width: calc(100% - 300px);
}
.news-card-row-block h3{
    text-transform: inherit;
    font-weight: 700;
    height: auto;
    margin-bottom: 10px;
    line-height: 1.3em;
    overflow: hidden;
    height: 1.3em;
}
.news-card-row-block p{
    line-height: 1.3em;
    max-height: 3.9em;
    overflow: hidden;
    margin-bottom: 5px;
}
.news-card-row-block a{
    color: #14073f;
    font-weight: 600;
}
.news-card-row-block i{
    color: #14073f;
}
.news-line{
    width: 80%;
    margin: 30px auto;
    background-color: #083791;
    height: 2px;

}
.news-form{
    padding-top: 50px;
    padding-bottom: 130px;
}
.news-form-card h2{
    color: #282b32;
    font-size: 18px;
    margin-bottom: 5px;
}
.news-form-submit form{
    display: flex;
}
.form-group-input {
    width: calc(100% - 180px);
}
.form-group-button{
    width: 180px;
}
.news-form-submit button{
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #0170c1;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px){
    .home-detail-md12 .home-post-thumb{
        height: 150px!important;
    }
    .home-detail-md12 .home-post-block{
        width: calc(100% + 40px);
    }
	.news-banner{
		margin-top: 100px;
    }
}
@media screen and (max-width: 767px){
    .news-swiper-md12 .home-post-card, .home-detail-md12 .home-post-card{
        width: 100%;
        padding: 0;
    }
	.news-search-md4 .home-post-card{
		width: 100%;
	}
}
@media screen and (max-width: 575px){
    .news-banner{
        padding: 50px 0;
    }
    .news-banner h2{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .news-banner span{
        font-size: 18px;
    }
    .home-detail-md12 .home-post-block{
        padding: 15px 10px;
    }
    .home-detail-md12 .home-post-thumb{
        height: auto!important;
    }
    .news-card-row-block a{
        font-size: 13px;
    }
    .news-detail{
        padding-bottom: 20px;
    }
    .news-form form{
        flex-direction: column;
    }
    .form-group-button, .form-group-input{
        width: 100%;
        margin-bottom: 5px;
    }
    .news-form{
        padding: 50px 0;
    }
    .news-form-card h2{
        font-size: 16px;
    }
	.news-banner-lg4{
		text-align: center;
		padding-bottom: 30px;
	}
	.news-card-row-block h3{
		height: auto;
	}
	.news-card-row{
		flex-direction: column;
	}
	.home-detail-md12 .home-post-block{
		width: 100%;
	}
	.news-card-row-thumb{
		width: auto;
	}
}
@media screen and (max-width: 320px){
    .news-banner h2{
        font-size: 18px;
    }
}
/* SINGLE news*/
.single-news-card span{
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
.single-news-card h2{
    text-transform: inherit;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0;
}
.single-news-card p{
    color: #0468b4;
    font-size: 13px;
}
.single-news-related-card{
    margin-bottom: 30px;
    border-bottom: solid 1px #cecece;
}
.single-news-md4 .single-news-related-card:nth-last-child(1){
    border-bottom: none;
}
.single-news-related-block{
    padding: 30px;
}
.single-news-related-block p{
    line-height: 1.3em;
    max-height: 2.6em;
    overflow: hidden;
}
.single-news-related-card h3{
    text-transform: inherit;
}
.single-news-related-card a{
    color: #03316f;
    font-weight: 500;
}
.single-news-related-block i{
    color: #0468b4;
}
.single-news-icons {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%;
}

.single-news-icons i {
    color: #fff;
}

.single-news-icons:hover {
    background-color: #0468b4;
    transition: background-color 0.5s;
}

.single-news-icons:hover i {
    color: #fff ;
}
.single-news-social{
	align-items: center;
}
.single-news-social span{
	margin: 0;
	margin-right: 5px;
}
/* PAP CSS*/
.booking .form-group {
    margin-bottom: 0;
}

.booking-form-group {
    overflow: auto;
    padding: 0 15px;
}

.booking-date {
    width: 50%;
    float: left;
    padding: 15px;
}

.booking-date-card {
    padding: 15px;
    background-color: #151516;
    position: relative;
}

.booking-date label {
    display: block;
}

.booking-date .form-control {
    margin-top: -3em;
    opacity: 0;
}

.booking-info h6 {
    margin-bottom: 30px;
    color: #000;
    text-transform: inherit;
    font-variant: small-caps;
}

.tab-pane {
}
.booking-room-card{
    background-color: #f1f1f1;
}
.booking-room-block select {
    outline: solid 1px;
}
.booking-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.booking-form .form-group {
    margin-bottom: 1rem;
    width: 100%;
}

.booking-form label, .booking-form input, .booking-form textarea {
    width: 100%;
    color: #878787;

}

.booking-form input, .booking-form textarea {
    background-color: #f9f9f9;
    border-width: 1px;
    border-color: #bebebe;
    border-style: solid;
    padding: 10px 20px;
    -webkit-appearance: none;
    color: #878787;
}
.pay-form-check input{
	-webkit-appearance: auto!important;
    width: 15px;
    height: 15px;
}
.pay-form-check label{
	padding-left: 5px;
}
.booking-form button {
    outline: none;
    border: none;
    border-radius: 0;
    background-color: #efc12f;
}
.booking-form button:hover{
    cursor: pointer;
    background-color: #ee4d2d;
}
.booking-form button:disabled{
    background-color: #bababa;
    opacity: 0.5;
    color: #000;
    cursor: none;
}
.booking-form strong {
    color: #111;
    font-weight: 500;
}
.booking-form span{
    color: red;
}
/* CART CSS*/
.cart-card th{
    font-weight: 500;
}
.cart-pay-info{
    background-color: #f1f1f1;
    padding: 30px;
}
.cart-thumb {
    height: 150px;
}

.cart-thumb img {
    width: 100px;
    height: auto;
}

.cart-price p {
    color: #ee4d2d;
}

.cart-num {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #e21f27;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -15px;
}
.cart-qty{
    display: flex;
    align-items: center;
}
.cart-qty span{
    margin: 0 5px;
    color: #000;
}
.cart-qty button{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-red{
    color: #ee4d2d;
}
.cart-pay-button{
    background-color: #efc12f;
    border: none;
}
.cart-pay-button:hover{
    cursor: pointer;
    background-color: #ee4d2d;
    opacity: 0.85;
    border: none;
}
.cart-sp a:hover{
    color: #ee4d2d;
}
/*CONTACT CSS*/
.contact{
    /*background-color: #020e28;*/
}
.contact-touch{
}
.contact-intro{
    padding: 50px 0;
}
.contact-intro h3{
    margin: 15px 0;
}
.contact-map{
    position: relative;
}
.contact-map iframe{
    width: 100%!important;
    height: 500px!important;
    padding-bottom: 200px;
}
.contact-row{
    position: relative;
    padding-bottom: 60px;
}
.contact-information{
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 150px;
    height: 120px;
    display: flex;
}
.contact-info-items{
    width: 33.33%;
    float: left;
    display: flex;
    padding: 15px 30px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.contact-info-items:nth-child(2){

}
.contact-info-items p{
    color: #06175c;
    margin-bottom: 0;
    line-height: 1.5em;
}
.contact-info-items div{
    height: 100px;
    min-height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #00c3ed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.contact-info-items i {
    color: #fff;
    font-size: 35px;
}
@media screen and (max-width: 991px) {
    .contact-info-items{
        flex-direction: column;
    }
    .contact-info-items i{
        font-size: 32px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 575px) {
    .contact-information{
        top: 0;
        left: 0;
        right: 0;
        position: relative;
        height: 100%
    }
    .contact-info-items{
        width: 100%;
    }
    .contact-row{
        padding-bottom: 0;
    }
    .contact-map iframe{
        padding-bottom: 0;
    }
}

/*CONTACT-FORM CSS*/
.contact-form{
}
.contact-form form{
}
.contact-form label{
    font-weight: 700;
}
.contact-form input {
    border: 1px solid #edf3fb;
    line-height: 36px;
    height: auto;
    padding: 10px 20px;
    font-size: 13px;
    background-color: #edf3fb;
    border-radius: 0;
}

.contact-form input:focus {
    background-color: inherit;
    color: #000;
    border-color: #000;
}
.contact-form select{
    font-size: 13px;
    padding: 7px 20px;
}
.radio {
    font-size: 13px;
    color: #999;
}
.radio label{
    margin-right: 15px;
    margin-bottom: 0;

}
.radio input:checked::before {
    background-color: #daa74e;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.contact-form textarea {
    box-shadow: none;
    background-color: #edf3fb;
    border-radius: 5px;
    border: 2px solid #edf3fb;
    height: auto;
    padding: 0 20px;
    font-size: 13px;
    line-height: 3em;
}

.contact-form textarea:focus {
    background-color: inherit;
    color: #000;
}

.contact-form button {
    font-size: 16px;
    font-weight: 500;
    background: #00c3ed;
    color: #fff;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    transition: .5s ease all;
    padding: 15px 40px;
    border-radius: 0;
    border: solid 1px #00c3ed;
}

.contact-form button:nth-child(1) {
    margin-right: 30px;
}

.contact-form button:hover {
    cursor: pointer;
    background-color: #efc12f;
    color: #111;
}
.contact-form h3{
    margin-bottom: 15px;
}
.pay-form-radio{
    width: 100%;
    background-color: #f1f1f1;
    border: solid 1px #d9d9d9;
}
.pay-form-radio label{
    margin-right: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    padding: 10px 20px;
    font-size: 16px;
}
.pay-form-radio label input{
    -webkit-appearance: radio!important;
    padding: 0;
    width: auto;
    margin-right: 15px;
    background-color: #fff;

}
.radio-content{
    padding: 15px;
    display: flex;
}
.radio-content input{
    background-color: #fff;
    border-color: #d9d9d9!important;
}
.radio-content select{
    border-radius: 0;
    height: 40px;
}
.radio-content-ship{
    transition: all .5s;
    animation: fadeInUp .5s;
}
.radio-content-bank{
    transition: all .5s;
    display: none;
    animation: fadeIn .3s;
}
.pay-fee{
    display: none;
    animation: fadeInUp .5s;
}
@media screen and (max-width: 768px){
    .contact-md6{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 575px){
    .form-group.w-30, .form-group.w-50{
        width: 100%!important;
        margin: 0!important;
        margin-bottom: 15px!important;
    }
    .contact-form{
        padding: 15px;
    }
    .contact-form .d-flex{
        flex-direction: column;
    }
}
