body {
    font-size: 16px;
    color: gray;
     font-family: 'Montserrat', sans-serif;
    background-color: #fbfbfb;
}

@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: 1400px;
    }
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

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: #D81E39;
     font-family: 'Montserrat', sans-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;
}
.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 h3 {
    line-height: 1.3em;
    height: 1.3em;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line-height-2 p{
    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 p {
    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 li {
    margin-left: 5px;
}

.news-paginate span {
    padding: 5px 15px;
    font-size: 10px;
    font-weight: 600;
    color: black;
    background-color: #e6e6e6;
}

.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: #03316f;
}
.news-paginate .active span {
    color: #fff !important;
    background-color: #03316f;
}

.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 {
    color: #e21f27 !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;
}

.twitter-bg {
    background-color: #46d4fe;
}
.google-bg{
    background-color: #EA4335;
}

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{
    background-color: #fff;
    padding: 30px 0;
}
.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;
}

.site-menu.scroll, .site-menu.active {
    transition: all .5s;
}

.site-menu.scroll .menu-tab a, .site-menu.scroll .menu-social i, .site-menu.active .menu-tab a, .site-menu.active .menu-social i {
    /*color: #333;*/
}

.site-menu.scroll .menu-tab a, .site-menu.active .menu-tab a {
    color: #fff;
}
.site-menu.scroll .menu-tab a:hover{
    color: #fff;
}
.site-menu.scroll .menu-logo, .site-menu.active .menu-logo {
    transition: all 1s;

}

.site-menu.scroll .menu-tab-drop, .site-menu.scroll .menu-tab-drop2, .site-menu.active .menu-tab-drop, .site-menu.active .menu-tab-drop2 {
    /*background-color: #fff;*/
}

.site-menu.scroll .menu-tab-drop a, .site-menu.active .menu-tab-drop a {

}

.site-menu.scroll .menu-tab-drop a:nth-last-child(1), .site-menu.active .menu-tab-drop a:nth-last-child(1) {
    border: none;
    margin: 0;
}
.site-menu.scroll i{
}
.site-menu.scroll {
    /*box-shadow: 0 0 5px #111;*/
    position: fixed;
    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-2 {
    display: none !important;
    left: 100%;
    top: 0;
    position: absolute;
}

.menu-tab-2 a:nth-child(1) {
    display: none;
}

.a {
    margin: 0 -30px;
    padding: 0 30px;
    position: relative;
}

.menu-tab-drop .a:hover .menu-tab-drop {
    display: flex !important;
    left: 100%;
    top: 0;
    position: absolute;
    padding: 0 30px;
}
.menu-tab-drop a:nth-child(1){
    display: none;
}
.site-menu.scroll .menu-tab-drop{
    background-color: #e6e6e6;
}
.menu-md12 {
    display: flex;
    align-items: center;
    background-color: #0d7cc1;
}

.menu-logo {
    height: 62px;
    /*background-color: #e6e6e6;*/
    transition: all .8s;
    position: relative;
}
.menu-logo h1{
    font-size: 0;
}
.menu-logo img:nth-child(1){
    margin-left: -15px;
}
.menu-logo::before{
    /*content: '';*/
    /*position: absolute;*/
    /*right: 100%;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*background-color: #e6e6e6;*/
    /*width: calc(100% + 30px);*/
}
.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);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    border-right: double 15px #3845c9;
    /*animation: fadeIn 1s;*/
    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: 31px 20px;*/
    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: #fff;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
    padding: 15px 0;
    margin: 0 20px;
    border-bottom: solid #0d7cc1 5px;
    border-top: solid 5px #0d7cc1;
}
.menu-tab i{
    color: #fff;
}
.menu-tab a:hover{
    color: #fff;
    border-bottom-color: #e3b23a;
}
.menu-tab a:hover i{
    opacity: .6;
}
.menu-tab li.active a{
    border-bottom-color: #e3b23a;
}
.menu-tab li:hover.menu-lang{
    background-color: inherit;
}
.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: 5px 30px;
    flex-direction: column;
    transition: all .5s;
    top: 100%;
    z-index: 0;
    background-color: #e6e6e6;
}

.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: #000;
    font-size: 15px;
}
.menu-tab-drop i{
    display: none;
}
.menu-tab-drop2 {
    position: absolute;
    right: 0;
    top: 0;
    left: 100%;
    width: max-content;
}

.menu-social {
    display: flex;
}

.menu-social i {
    color: #acb4bb;
    width: 25px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 15px;
    background-color: #051022;
    font-size: 20px;
}
.menu-social i:hover {
    color: #e3b23a;
}
.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;
}
.menu-lang img{
	height: 25px;
	width: auto;
}
.menu-lang img:hover{
    opacity: .6;
}
.menu-mobile {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    background-color: #fff;
}
.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;
    bottom: 0;
    width: 0;
    background: linear-gradient(to right,#0d7cc1,#e3b23a);
    z-index: 999999;
    transition: all .5s;
    overflow: auto;

}

.menu-mobile-tab a {
    color: #fff;
    font-size: 16px;
    display: none;
    animation: fadeIn 1s;
    text-transform: uppercase;
    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: 10px;
}
.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-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-tab.active {
    width: 80%;
    transition: all .5s;
    padding: 30px;
    min-width: 300px;
}

.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 {
    font-size: 32px;
    font-weight: 800;
    background-color: inherit;
    color: #000;
    padding: 0 7px;
}

.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){
        padding: 15px;
    }
}
@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;
    }
    .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: 5px;
    }
}

/*MENU CONTACT*/
.site-contact {
    position: fixed;
    right: 0;
    width: 70px;
    top: 45%;
    display: flex;
    align-items: center;
    z-index: 9;
}

.site-contact-icons {
    /*box-shadow: 0 0 5px #888;*/
}

.site-contact-icons hr {
    margin: 0;
}

.site-contact-items {
    background-color: rgba(17, 17, 17, .2);
    width: 60px;
    height: 60px;
    transition: all .5s;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 10px;
}

.site-contact-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #0fa34f;
    border-radius: 50%;
}

.site-contact-items i {
    color: #fff;
    font-size: 18px;
}

.site-contact-items:hover {
    background-color: #0fa34f;
    transition: all .5s;
}

.site-contact-items:hover i {
    color: #fff;
}

/*Footer CSS*/
.site-footer {
    background: linear-gradient(to right,#08172e,#042f59);
    z-index: -1;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.footer-logo{
    display: flex;
}
.footer-card{
    width: 100%;
}
.footer-card h3{
    color: #fff!important;
    margin-bottom: 30px!important;
}
.footer-card p{
    color: #acb4bb!important;
    font-size: 14px!important;
}

.footer-card a{
	width: 50%;
    float: left;
    color: #acb4bb!important;
    font-size: 14px!important;
}
.footer-card a::before{
    content: '\f101';
    font-family: FontAwesome;
    color: #e3b23a;
    font-weight: 500;
    margin-right: 4px;
    font-size: 16px;
}
.footer-card p, .footer-card span{
    margin-bottom: 5px!important;
    color: #acb4bb;
}
.footer-card span{
    float: right;
    color: #acb4bb!important;
    font-size: 14px!important;
}
.footer-card strong{
	color: #444;
}
.footer-card a:hover{
    color: #ffda44!important;
}
.footer-card i{

}
.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{
    width: 150px;
    height: auto;
    float: left;
	display: flex;
    align-items: center;
}
.footer-logo img{
    padding: 30px;
    padding-left: 0;
}

.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-card  p{
    color: #113b85!important;
	color: #113b85!important;
    font-weight: 500;
    text-align: center;
}
.footer-copy{
	padding: 30px 0;
	background-color: #051022;
}
.footer-copy p{
    color: #acb4bb!important;
    margin-bottom: 0!important;
    font-size: 16px!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;
}

@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: 991px){
    .footer-contact{
        margin-bottom: -200px;
    }
    .footer-md8{
        padding-top: 100px;
    }
    .footer-row{
        overflow: auto;
        height: auto;
    }
    .footer-info{
        margin-bottom: 30px;
    }
    .footer-md4{
        margin-bottom: 30px;
    }
    .footer-social{
        margin-bottom: 10px!important;
    }
    .site-footer{
        padding-bottom: 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-logo{
		display: flex;
		justify-content: flex-start;
		width: 100%;
    }
    .footer-card{
        width: 100%;
    }
    .footer-info {
        margin-bottom: 10px;
    }
    .footer-lg6{
        flex-direction: column;
    }
	.footer-logo img{
		width: 45%;
		padding: 15px 0;
		margin-right: 5%;
	}
	.footer-logo img:nth-last-child(1){
		padding-left: 10px;
	}
    .footer-copy p{
        font-size: 12px!important;
    }
}
/*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: 15px 0;
}
.column{
    display: flex;
    justify-content: center;
}
.column-reverse{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .column{
        flex-direction: column;
    }
    .column-reverse{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 575px){
    .section{
        margin-bottom: 50px!important;
    }
}
.site-card {
    position: relative;
}

.site-card h1 {
    font-size: 0;
}

.site-card h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.3em;
    font-weight: 700;
}

.site-card h3 {
    font-size: 21px;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.3em;
    font-weight: 600;
}

.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: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}
.site-card p, .site-card a, .site-card span{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7em;
    color: #666;
    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;
}
.site-block iframe{
	width: 50%!important;
	height: 400px!important;
}
.site-block table{
    width: 100%!important;
    margin-bottom: 15px;
}
.site-block h2{
    font-size: 36px;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.3em;
    font-weight: 700;
}
.site-block h3{
    font-size: 22px;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.3em;
    font-weight: 600;
}
.site-block h4, .site-block h5, .site-block h6{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    text-transform: inherit;
}
.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-btn {
    position: relative;
    margin-top: 50px;
}
.site-btn a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 3px;
    background-color: #0d7cc1;
    transition: all .5s;
    border: solid 1px #0d7cc1;
}
.site-btn i{
    color: #fff;
    margin-left: 10px;
}
.site-btn:hover{
    /*opacity: .65;*/
}
.site-btn a:hover , .site-btn a:hover i{
    transition: all .5s;
    background-color: #fff;
    color: #0d7cc1;
}
.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: 18px;
    }

    .site-card h2 {
        font-size: 32px;
    }

    .site-card h3 {
        font-size: 24px;
    }

    .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: 14px;
    }
}
@media screen and (max-width: 1199px){
    .site-btn a{
        padding: 10px 20px;
    }
}
@media screen and (max-width: 991px){
    .site-card h2{
        font-size: 22px;
    }

}
@media screen and (max-width: 575px){
    .site-card h2{
        font-size: 20px;
    }
    .site-card h3{
        font-size: 14px;
        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;
        padding: 8px 15px;
    }
    .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-banner{
    background-size: cover;
}
.home-banner-card{
}
.home-banner-card h6{
    color: #0d7cc1;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.home-banner-card h1, .home-banner-card h2, .home-banner-card h3, .home-banner-card h4, .home-banner-card h5{
    font-size: 60px;
    color: rgb(8, 23, 46);;
    margin-bottom: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 60px;
    text-shadow: 0 0 2px #fff;
}
.home-banner-card strong{
    font-weight: 700;
}
.home-slider{
	position: relative;
}
.home-slider .swiper-container{
	z-index: 0;
}
.home-cargo{
    border-bottom: solid 7px #0d7cc1;
    padding: 50px 0;
}
.home-cargo-card{
    border-right: dashed 1px #bababa;
}
.home-cargo-row{
    padding: 0 15px;
}
.home-cargo-row  .home-cargo-md3:nth-last-child(1) .home-cargo-card{
    border: none;
}
.home-cargo-icons i{
    color: #e3b23a;
    font-size: 48px;
    margin-right: 30px;
}
.home-cargo-block{
	padding-right: 15px;
}
.home-cargo-block p{
    margin-bottom: 0;
}
.home-intro-40{
    width: 40%;
    float: left;
}
.home-intro-60{
    width: 60%;
    float: left;
}
.home-intro-text{
    margin-bottom: 20px;
}
.home-intro-exp{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 5px #0d7cc1;
    padding: 30px 15px;
}
.home-intro-exp p{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2em;
    color: #000;
}
.home-intro-feature{
    padding: 0 15px;
}
.home-intro-feature p{
    color: #000;
    font-weight: 600;
}
.home-intro-feature p::before{
    content: '\f061';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #e3b23a;
}
.home-intro-doctor p{
    
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
}
.home-intro-doctor span{
    color: #00329d;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 16px;
}
.home-intro-btn{
    margin-top: 15px;
    padding-left: 15px;
}
.home-service{
    background-image: url("../images/home-service-bg.jpg");
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}
.home-service-card{
    padding: 50px 20px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 1px #bababa;
}
.home-service-thumb img{
    height: 60px;
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
}
.home-service-block p{
    margin-bottom: 0;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
}
.home-service-text h2, .home-service-text h1, .home-service-text h3, .home-service-text h4, .home-service-text h5, .home-service-text h6, .home-service-text p, .home-service-text span{
    color: #fff;
}
.home-service-contact p{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.home-service-contact span{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
}
.home-service-btn{
    display: flex;
    justify-content: center;
}
.home-service-btn a{
    background-color: #fff;
    color: #000;
}
.home-service-btn:hover a{
    background-color: #000;
    color: #fff;
    transition: .5s;
}
.home-exp-row{
    position: relative;
}
.home-exp-card{
    background-color: #fff;
    margin-top: -30px;
    padding: 100px;
}
.home-exp-process{
    background-color: #0d7cc1;
    width: 90%;
    margin-bottom: 30px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
}
.home-exp-process span{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.home-exp-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-exp-btn i{
    color: #e3b23a;
    font-size: 72px;
    position: relative;
    z-index: 1;
}
.home-exp-btn i::after{
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}
.home-exp-btn i:hover{
    color: #0d7cc1;
    transition: .5s;
    cursor: pointer;
}
.home-exp-lg{
    z-index: 999999;
    background-color: #fff;
    padding-right: 0!important;
}
.home-exp-modal{
    width: 80%;
    max-width: 80%;
    height: 92%;
    max-height: 92%;
}
.home-exp-modal-content{
    border: none;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-exp-x{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #0d7cc1;
    border: none;
    font-weight: 700;
    font-size: 26px;
}
.home-exp-x:hover{
    cursor: pointer;
    background-color: #e3b23a;
}
.home-feedback{
    background-color: #f5f6f8;
    padding: 100px 0;
}
.home-feedback-card i{
    font-size: 35px;
    color: #00329d;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.home-feedback-card h3{
    font-size: 18px;
    color: #00329d;
    margin: 0;
    font-weight: 600;
}
@media screen and (min-width: 1699px){
    .home-intro-doctor p{
        font-size: 24px;
    }
    .home-intro-doctor span{
        font-size: 20px;
    }
    .home-service-card{
        padding: 50px 30px;
    }
    .home-service-thumb img{
        height: 70px;
    }
    .home-exp-x{
        font-size: 32px;
    }
	.home-intro-exp p{
		font-size: 20px;
	}
}
@media screen and (max-width: 1199px) {
    .home-service-card{
        padding: 30px 20px;
    }
    .home-exp-card{
        padding: 50px;
    }
}
@media screen and (max-width: 991px){
    .home-banner-card h1, .home-banner-card h2, .home-banner-card h3, .home-banner-card h4, .home-banner-card h5{
        font-size: 48px;
        line-height: 48px;
    }
    .home-cargo-card{
        margin-bottom: 30px;
    }
    .home-cargo-row .home-cargo-md3:nth-last-child(3) .home-cargo-card{
        border: none;
    }
}
@media screen and (max-width: 768px){
    .home-intro-exp, .home-intro-feature{
        width: 100%;
        margin-bottom: 15px;
    }
    .home-intro-doctor{
        width: 60%
    }
    .home-intro-btn{
        width: 40%;
    }
    .home-exp-modal{
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .home-intro-thumb{
        margin-bottom: 15px;
    }
    .home-exp-md6{
        padding: 0 15px;
    }
    .home-exp-btn i{
        margin-bottom: -25px;
    }
}
@media screen and (max-width: 575px){
    .home-banner-card h6{
        margin-bottom: 15px;
    }
    .home-banner-card h1, .home-banner-card h2, .home-banner-card h3, .home-banner-card h4, .home-banner-card h5{
        font-size: 36px;
        line-height: 36px;
    }
    .home-service-card{
        padding: 15px;
    }
    .home-service-contact p{
        font-size: 16px;
    }
    .home-service-contact span{
        font-size: 26px;
    }
    .home-exp-btn{
        top: inherit;
        bottom: 115px;
    }
    .home-exp-btn i{
        margin: 0;
        font-size: 48px;
    }
    .home-exp-btn i::after{
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }
    .home-feedback{
        padding: 50px 0;
    }
    .home-feedback-row{
        flex-direction: column-reverse;
    }
    .home-cargo-card{
        flex-direction: column;
    }
    .home-cargo-icons{
        margin-bottom: 15px;
    }
	.home-intro-exp{
		padding: 15px 10px;
	}
}

@media screen and (max-width: 400px){

}
@media screen and (max-width: 374px){
}
@media screen and (max-width: 352px){
}
/*INTRODUCE CSS*/
.breadcrumb{
    padding: 100px 0;
    border-radius: 0;
    background-size: cover;
    background-position: center center;
}
.breadcrumb a, .breadcrumb i{
    color: #111!important;
    font-weight: 600;
    margin-right: 5px;
}
.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;
}
.breadcrumb h2{
    font-size: 54px;
    color: #08172e;
    margin-bottom: 15px;
}
.introduce{
    /*background-color: rgb(230, 230, 230);*/
    /*padding: 100px 0;*/
}
.introduce-text img{
    width: auto;
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1699px){
}
@media screen and (max-width: 991px){
    .breadcrumb{
        margin-top: 60px!important;
    }
}
@media screen and (max-width: 575px){
    .breadcrumb{
        padding: 50px 0;
    }
    .breadcrumb h2{
        font-size: 36px;
    }
}
/*SERVICE CSS*/
.service-community{
    background-image: url("../images/services.jpg");
    background-size: cover;
    background-position: right center;
    background-color: #f5f6f8;
    padding: 100px 0;
}
.service-community-card p{
    float: left;
    width: 50%;
    padding: 0 15px;
}
.service-community-card p:nth-last-child(2){
    padding-left: 0;
}
.service-community-card p:nth-last-child(1){
    padding-right: 0;
}
.service-card{
    margin-bottom: 50px;
}
.service-thumb{
    float: left;
    width: 70px;
    margin-right: 15px;
}
.service-block p{
    max-height: 4.5em;
}
.service-client{
    background-color: #edf1f9;
    padding: 100px 0;
}
.service-client-text i{
    font-size: 100px;
    padding: 0;
    margin: 0;
    color: #00b3aa;
    line-height: 80px;
    font-family: Cooper Std;
    margin-bottom: 30px;
}
.service-client-text{
    background-color: #fff;
    padding: 50px 30px;
    margin-bottom: 30px;
	height: 250px;
}
.service-client-block{
    display: flex;
    align-items: center;
}
.service-client-thumb{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}
.service-client-name{
    float: left;
    text-align: left;
}
.service-client-name h3{
    margin-bottom: 5px;
}
@media screen and (min-width: 1699px){
    .service-thumb{
        margin-right: 30px;
    }
}
@media screen and (max-width: 1240px){
    .service-client-text{
        height: 300px;
    }
}
@media screen and (max-width: 575px){
    .service-community{
        padding: 50px 0;
        background-position: left center;
    }
    .service-community p{
        padding: 0;
        width: 100%;
    }
    .service-thumb{
        width: 100%;
    }
	.service-client-text{
        height: auto;
    }
}
/*SINGLE SERVICE CSS*/
.single-service-feature ul{
    column-count: 2;
    padding: 0;
}
.single-service-feature li{
    margin-left: 15px;
    padding-left: 5px;
}
.single-service-feature li::marker{
    content: '\f061';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #e3b23a;
}
.single-service-hour{
    background-color: #042f59;
    padding: 30px;
}
@media screen and (max-width: 991px){
    .single-service-hour{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px){
    .single-service-feature ul{
        column-count: 1;
    }
}
/*PRODUCT CSS*/

.product-card{
    border: solid 1px #d6d6d6;
    text-align: center;
    margin-bottom: 30px;
}
.product-card:hover img{
    transform: scale(1.1 , 1.1);
    transition: all .5s;
}
.product-card:hover h3{
    color: #e3b23a;
    transition: .3s;
}
.product-thumb{
    margin-bottom: 15px;
    height: 250px;
    overflow: hidden;
}
.product-card p{
    margin-bottom: 0;
}
.product-block{
    padding: 0 15px;
}
.product-block span{
    color: #0d7cc1;
    text-decoration: line-through;
    font-weight: 600;
}
.product-block strong{
    color: #e3b23a;
    font-weight: 900;
    text-decoration: underline;
}
.product-btn{
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-category-card{
    overflow: auto;
}
.product-category-card a:hover{
    color: #e3b23a;
}
.product-category-card h2, .product-rare h2{
    font-size: 24px;
    margin-bottom: 30px;
}
.product-category-card ul{
    padding-left: 0;
}
.product-category-card li{
    list-style-type: none;
}
.product-category-card ul li:nth-last-child(1) a{
    border: none;
}
.product-category-card a::before{
    content: '\f061';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #e3b23a;
}
.product-category-card a{
    border-bottom: solid 1px #d6d6d6;
    width: 100%;
    padding: 10px 0;
    float: left;
    color: #000;
    font-weight: 500;
}
.product-rare{
    margin-bottom: 50px;
    overflow: auto;

}
.product-rare-card{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #d6d6d6;
}
.product-rare-card:hover img{
    transform: scale(1.1 , 1.1);
    transition: .5s;
}
.product-rare-card:hover h3{
    color: #e3b23a;
    transition: .3s;
}
.product-rare-card:nth-last-child(1){
    border: none;
}
.product-rare-thumb{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    border: solid 1px #d6d6d6;
}
.product-rare-card h3{
    margin-bottom: 5px;
}
.product-select{
    width: auto;
    float: right;
}
.product-select select{
    font-size: 14px;
}
@media screen and (min-width: 1699px){
    .product-thumb{
        height: 300px;
    }
}
@media screen and (max-width: 1240px){
    .product-category-card h2, .product-rare h2{
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px){
    .product-thumb{
        height: 200px;
    }
    .product-category-card h2, .product-rare h2{
        font-size: 19px;
    }
}
@media screen and (max-width: 991px){
    .product-thumb{
        height: 250px;
    }
    .product-category-card h2, .product-rare h2{
        font-size: 28px;
    }
    .product-category-card li{
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    .product-rare-card{
        width: 48%;
        float: left;
        margin-right: 2%;
    }
}
@media screen and (max-width: 768px){
    .product-thumb{
        height: 200px;
    }
    .product-category-card h2, .product-rare h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px){
    .product-thumb{
        height: 250px;
    }
}
@media screen and (max-width: 575px){
    .product-thumb{
        height: 200px;
    }
    .product-btn{
        margin: 15px 0;
    }
    .product-block h3{
        margin-bottom: 5px;
    }
    .product-rare-card {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .product-row{
        flex-direction: column-reverse;
    }
    .product-thumb{
        height: 230px;
    }
}
@media screen and (max-width: 414px){
    .product-thumb{
        height: 170px;
    }
    .product-category-card li{
        width: 100%;
    }
}
@media screen and (max-width: 375px){
    .product-thumb{
        height: 150px;
    }
}
@media screen and (max-width: 320px){
    .product-thumb{
        height: 130px;
    }
}
/*SINGLE PRODUCT*/
.product{
    margin-bottom: 50px;
}
.single-product-block{
    padding-left: 0;
    padding-bottom: 30px;
    border-bottom: solid 1px #d6d6d6;
}
.single-product-block p{
    margin-bottom: 0;
}
.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: #0d7cc1;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    float: left;
}
.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;
    }
}
/*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-block select {
    outline: solid 1px;
}

.booking-form .form-group {
    margin-bottom: 1rem;
}

.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: #f1f1f1;
    border-style: solid;
    padding: 10px 20px;
    -webkit-appearance: none;
    color: #878787;
}

.booking-form button {
    outline: none;
    border: none;
    border-radius: 0;
}

.booking-form strong {
    color: #111;
    font-weight: 500;
}

/* CART CSS*/
.cart-thumb {
    height: 150px;
}

.cart-thumb img {
    width: auto;
}

.cart-price p {
    color: black;
}

.cart-num {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #e21f27;
    font-size: 9px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: -5px;
}

/*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;
}
.contact-row{
    position: relative;
    padding-bottom: 60px;
}
.contact-information{
    position: absolute;
    left: 50px;
    right: 50px;
    top: -60px;
    height: 120px;
    display: flex;
}
.contact-info-items{
    width: 33.33%;
    float: left;
    background-color: #0d7cc1;
    display: flex;
    padding: 15px 30px;
    align-items: center;
}
.contact-info-items:nth-child(2){

    background-color: #e3b23a;
}
.contact-info-items p{
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5em;
}
.contact-info-items i {
    color: #fff;
    font-size: 50px;
    margin-right: 30px;
}
@media screen and (max-width: 991px) {
    .contact-info-items{
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-info-items i{
        font-size: 32px;
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 575px) {
    .contact-information{
        flex-direction: column;
        top: 0;
        left: 0;
        right: 0;
        position: relative;
    }
    .contact-info-items{
        width: 100%;
    }
    .contact-row{
        padding-bottom: 0;
    }
}

/*CONTACT-FORM CSS*/
.contact-form{
}
.contact-form form{
}
.contact-form label{
    font-weight: 700;
}
.contact-form input {
    border: 1px solid #bdbdbd;
    line-height: 36px;
    height: auto;
    padding: 10px 20px;
    font-size: 13px;
    background-color: inherit;
    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: inherit;
    border-radius: 5px;
    border: 2px solid #bdbdbd;
    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: #0d7cc1;
    -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: 10px 30px;
    border-radius: 0;
    border: solid 1px #0d7cc1;
}

.contact-form button:nth-child(1) {
    margin-right: 30px;
}

.contact-form button:hover {
    cursor: pointer;
    background-color: inherit;
    color: #0d7cc1;
}
.contact-form h3{
    margin-bottom: 15px;
}

@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;
    }
}
