@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
	font-family:'Microsoft JhengHei';
	src:url('Microsoft JhengHei.ttf');	
}

@font-face {
	font-family:'Microsoft JhengHei Bold' ;
	src:url('Microsoft JhengHei Bold.ttf');	
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size:62.5%;
}
.header {
    position: relative;
    padding-bottom: 10px;
    padding-top:10px;
}
body {
	font-family:  'Microsoft JhengHei Bold', 'Microsoft JhengHei', 'Lato' , 'Arial', sans-serif;
	color:#000;
	font-size:18px;
	line-height:26px;
	overflow-x: hidden;
	font-weight:500;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;}

a {color:inherit;text-decoration:none; }

a:focus {outline:0;text-decoration:none;}
a:hover{color:inherit; text-decoration: none;}
input:focus, textarea:focus, button:focus {	outline:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}

p { font-size: 15px; font-weight: 500; line-height: 23px; margin: 0;}

/*------------------------------------*\
	        HEADER
\*------------------------------------*/
.nav_area > ul > li {    display: inline-block; }

ul.sub-menu ul.sub-menu{ margin-top: 12px;}

.nav_area ul li:last-child{padding-right:0; border-right:0;  }
.nav_area > ul > li > a{padding:10px 0}
.nav_area ul li a { color: #000;    border-bottom: 3px solid transparent; font-size: 18px; font-weight: 700 !important;  display: inline-block;  vertical-align: middle;   font-weight: 500;}
.nav_area > ul > li > a:hover, .nav_area > ul > li > a.top-lv1.active{
    color:#56a82b;
    border-bottom: 3px solid #009fe3;
}

ul.sub-menu {position: absolute;  background: #5f9c2d;  z-index: 555; text-align:left;	padding:10px 0;  top:100%; }
ul.sub-menu {
    margin-top: 27px;
}
ul.sub-menu li a{color:#ffff; line-height:20px;  padding:3px 10px 7px 10px; font-size:17px; display:inline-block; text-transform:capitalize;      font-weight: 400; } 

ul.sub-menu li{	display:block;}

ul.sub-menu li a{width:90%;}

ul.sub-menu li.menu-item-has-children {    position: relative;  }

ul.sub-menu li.menu-item-has-children .arrow {
    color: #fff;
    padding-left: 0;
    padding: 0 !important;
}

span.arrow  {  font-size:16px;  color: #000; padding:5px}
ul.sub-menu  span.arrow i {
    
    padding: 0;
}
.nav-icon a i{
    font-size: 20px;
    line-height: 22px;
}
.top-icon a {
    display: inline-block;
    color: #000;
    padding-right: 20px;
    font-weight: 300;
}
.social-icon a{
    padding:0;
}
.social-icon i.facebook {
    background: #2f67b1;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icon i.envelop {
    background: #98be24;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
form.sform {
    padding-right: 20px;
    background: #fff;
    border-radius: 25px;
    margin: 0;  
}
form.sform input {
    width: 0;
    border-bottom: 1px solid #ddd;
    transition: all .4s;
    font-size: 14px;
    padding: 0;
}
form.sform:hover input {
    width: 150px;
}
form.sform > * {
    background: transparent;
    border: 0;
}
.top-lang {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 50px;
}
select.lang {
    border: none;
    font-size: 16px;
    line-height: normal;
}
/*----------------FOOTER-------------*/
.f-form {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 50px;
}
form h3.l-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.f-form  input[type="text"] {
    border: none;
    width: 100%;
    font-size: 15px;
}
.f-form button {
    border: none;
    background: #98be24;
    font-size: 16px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}
/*---------index--------*/
.home-slider.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    color: burlywood;
    font-size: 48px;
}
.title h2 {
    color: #56a82b;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}
.activity h2 {
    position: absolute;
    bottom: 20px;
    text-align: center;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Lato';
}
.more a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 30px;
    border:1px solid #000
}
.more a:hover {
    background: #fff;
    color: #000;
}
.s-bg {
    background: #fef6ea;
    font-size: 24px;
    color: #56a82b;
}
.section
{
    background-repeat: no-repeat;
    background-size: cover;
}
.belief{
    margin-top: 80px;
    margin-bottom: 150px;
}
.belief {
    background: #fff;
    opacity: .8;
    padding: 10px 30px;
    border-radius: 10px;
}
.belief h5{
    font-size: 23px;
    line-height: 34px;
}
.social-icon a {
    display: inline-block;
}
.copyright p {
    font-size: 12px;
}
.copyright a:hover{
    color: grey;
}
.f-item ul li {
    font-size: 18px;
    font-weight: 700;
}
.social-icon h2{
    font-size: 18px;
    font-weight: 700;
}
/*------end-home-page-----*/

/*-----news-details------*/
.page-banner {
    position: relative;
}
.page-banner h2 {
    background: #59992bc4;
    bottom: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px;
    font-size: 42px;
}
.date h4 {
    background: #56a82b;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-size: 17px;
    font-weight: 500;
}
.news-title h2 {
    font-size: 32px;
    font-weight: 700;
}
.news-title h2::after{
    content: '';
    display: block;
    background:#56a82b;
    width: 80px;
    height: 2px;
    margin-top: 20px;
}
.news-text p {
    font-size: 18px;
    padding-bottom: 25px;
}
.download {
    border-bottom: 1px solid #56a82b;
    margin-bottom: 10px;
}
/*-----end-news-details---*/

/*-------NEWS-IMDEX---------*/

.news-item {   padding:20px;    border: 1px solid #b6e9f1;   margin-bottom: 25px; }
.news-item h3{font-size:28px; font-weight:bold; }
.news-item h3::after{content: ''; display: block; background: #56a82b; width: 50px; height: 2px; margin-top:10px;}
.news-date{font-size:16px; font-weight:bold; color:#56a82b;   display:block; }
.news-left img{max-width:180px;}
.news-right {    width: 70%;    padding-right: 23px; }
.news-right p{font-size:16px; line-height:normal;     padding: 5px 0;}
.news-item .btn {
    background: #009fe3;
    color: #fff;
    border-color: #009fe3;
    padding: 5px 20px;
    font-size: 24px;
    align-items: center;
    height: auto;
  
}

.news-item .btn:hover {
    background: #fff;
    color: #009fe3;
    border-color: #009fe3;
}
.news-item i {
    font-size: 18px;
    padding-left: 7px;
}
.back-btn:hover{	background:#ff79a5;}  

.back-link {	color:#a5c2e3;  }
.pagination {    display: block;    margin: 0px;  }
.pagination .link {      padding-top: 7px;}
.pagination a {    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
    color: #000;
 }
.pagination a.active,.pagination a:hover {  background: #72c214;    color: #fff; }
.pagination a i {    height: 40px;    line-height: 40px; }

/*----------ALBUM---------------*/

.album h2 {
    font-size: 36px;
    color: #56a82b;
    font-weight: 700;
}
.album h2::after {
    content: '';
    display: block;
    background: #76c8f3;
    width: 50px;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}
a.event {
    color: #22b2ef;
    font-size: 20px;
    border-bottom: 1px solid;
    margin-top: 15px;
    display: inline-block;
    font-weight: 700;
}

/*----------DOWNLOAD----------*/
.d-left a i {
    color: #56a82b;
    font-size: 34px;
    padding-left: 40px;
}
.d-left h3{
    font-size: 20px;
    padding-left: 40px;
}

/*-------CONTACT--------*/
iframe {
    width: 100%;
}
.address h5 {
    font-size: 18px;
    line-height: 40px;
}
.address h5.link a{
  color: #009fe3;
}

/*----ALBUM-SINGLE-----*/
.page-form {
    background: #97dfeb;
    padding-top: 30px;
    padding-bottom: 30px;
}
.select-form select, .select-form input[type=number] {
    width: 250px;
    padding: 7px;
    text-align: center;
    border:none;
    background: #ffff;
}
.f-search a i, .f-search .submit-btn {
    background: #56a82b;
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.online-event h2 {
    font-size: 24px;
    background: #7d481e;
    color: #fff;
    padding: 5px 30px;
    text-align: center;
}

.read-more{
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.album-single {
    background: #eff5e0;
    border: 1px solid #b0e7f0;
    margin-bottom: 20px;
}
.album-right h2 {
    font-size: 28px;
    color: #56a82b;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.album-right h2::before {
   content: '';
   display: inline-block;
   width: 7px;
   height: 30px;
   background: #009fe3;
   position: absolute;
   top: 4px;
   left: -20px;
}
.album-right h5 {
    font-size: 18px;
    line-height: 22px;
}
.read-more a {
    font-size: 24px;
    background: #009fe3;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0;
    border:1px solid #009fe3;
}
.read-more a:hover
{
    background: #fff;
    color: #009fe3;
}

/*-----SINGLE-POST-----*/
.widget {
    background: #daf4f8;
    height: 400px;
    position: relative;
    max-width: 340px;
    margin: 0 auto;
}
.widget h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.w-item.text-center {
    padding-top: 70px;
}
.widget:before {
    content: '';
    display: block;
    background: url(../image/sept-1.png);
    width: 171px;
    height: 135px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -44px;
    left: -54px;
}
.widget.green:before {
    background: url(../image/sept-2.png);
}
.widget.red:before {
    background: url(../image/sept-3.png);
}
.w-title.text-center.title.pb-5 h2 {
    border-bottom: 1px solid #97dfeb;
    padding: 15px;
}
.line {
    background-image: linear-gradient(to bottom, #e7e7e7 , #f5f6f6);
    width: 100%;
    height: 8px;
    margin-top: 40px;
    /* margin-bottom: 30px; */
}
/*-------FORM-------*/

.event-title h2 {
    font-size: 33px;
    color: #56a82b;
    font-weight: 700;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
}
.event-title h2::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 25px;
    background: #009fe3;
    position: absolute;
    top: 8px;
    left: -15px;
}
.event-form input[type=tel],
.event-form input[type=text],
.event-form input[type=email],
.event-form input[type=number],
.event-form select {
    width: 100%;
    margin-top: 8px;
    padding:5px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.event-form label {
    font-size: 18px;
    font-weight: 700;
}
.description h5 {
    font-size: 14px;
    margin-bottom: 0;
}
.description p {
    font-size: 14px;
}
.payment a {
    display: inline-block;
    background: #56a82b;
    color: #ffff;
    padding: 7px 60px;
    font-weight: 700;
    border:1px solid #56a82b
}
.payment a:hover {
    background: #ffff;
    color: #56a82b;
}
.return a {
    display: inline-block;
    color: #000;
    border: 1px solid #56a82b;
    padding: 5px 25px;
    font-weight: bold;
}
.return a:hover{
    background: #56a82b;
    color:#ffff;
}

/*----------------------TRAINING-PAGE---------------*/
.request-title h2 {
    color: #56a82b;
    font-size: 35px;
    font-weight: 600;padding-bottom: 20px;
}
.request-title h4 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
}
.training-contact h2 {
    font-size: 28px;
    color: #56a82b;
    font-weight: 600;padding-bottom: 30px;
}
.training-contact h2:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 25px;
    background: #009fe3;
    margin-right: 10px;
    vertical-align: middle;
}

.training-contact input[type=text], input[type=email], input[type=number], input[type="date"], textarea {
    width: 100%;border: 1px solid #cccccc;padding: 3px;border-radius: 4px;
}
.training-contact h4 {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 30px;
    font-weight: 600;
}
.training-contact select.select-drop { width: 100%;border: 1px solid #cccccc;padding: 3px;border-radius: 4px;}
.activity-information h4{font-size: 18px; line-height: 30px; color: #56a82b;}
.activity-information h2{padding-bottom: 20px;}
input.check {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.checkbox label {
    padding-left: 15px;
    font-size: 18px;
    font-weight: 400;
}
.activity-information h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
button.submit-form {
    display: inline-block;
    border: 0;
    background: #56a82b;
    font-size: 18px;
    padding: 5px 40px;
    color: #fff;
    border:1px solid #56a82b;
}
button.submit-form:hover {
    background: #fff;
    color:#56a82b;
}
/*--------------------------TRAINING-DETAIL-PAGE----------------------*/

.challenge h2{font-size: 30px; color: #56a82b; font-weight: 600;    border-bottom: 1px solid #97dfeb;padding-bottom: 15px;}
.challenge h2:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 25px;
    background: #009fe3;
    margin-right: 10px;
    vertical-align: middle;
}
.challenge h4 {
    font-size: 18px;
    padding: 13px;
    line-height: 30px;
}
.product-summary h4, .product-summary h4 p{font-size: 18px; font-weight: 600; line-height: 30px;}
.cost h4 { font-size: 22px; color: #56a82b;line-height: 30px; font-weight: 600;}
.cost h5 { font-size: 22px; color: #009fe3;line-height: 30px; font-weight: 600;padding-bottom: 20px;}
a.ragistration {
    display: inline-block;
    background: #56a82b;
    color: #fff;
    padding: 7px 17px;font-weight: 600;font-size: 22px;
}
h4.zoom {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
}
.all-photo-slider.owl-theme .owl-nav {  position: absolute; top: 50%;  transform: translateY(-50%);  max-width: 1220px;  margin: 0 auto;  display: flex; justify-content: space-between;  left: -30px; right: -30px; color: #bfbfbf; font-size: 30px;}
.cost p { font-size: 18px;  line-height: 30px; font-weight: 600; padding: 30px 0;}
.cost h3{font-size: 18px; line-height: 30px; font-weight: 600;}
.slider-description { padding: 60px 0;}
.slider-description h4 { font-size: 18px; line-height: 30px; padding-bottom: 10px; font-weight: 600;}
.slider-description p { font-size: 15px; line-height: normal;}
a.return {
    display: inline-block;
    color: #000;
    font-size: 20px;
    border: 1px solid #7ebd5e;
    padding: 3px 10px;
}
a.return:hover {
    background: #7ebd5e;
    color: #fff;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button {
    display: inline-block;
    background-color: #999999;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	cursor:pointer;
}
#button::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    left: 16px;
    top: 4px;
}

#button:hover{
	background:#ff79a5;
}
/*------------------------------------*\
	        MIN WIDTH
\*------------------------------------*/

@media(min-width:992px){

    .nav_area ul li:hover ul.sub-menu {	display:block;}
    
    .nav_area > ul > li ul.sub-menu {font-size: 16px;    transform-origin: 50% 0;  transform: scaleY(0) translateZ(0);  transition: transform 0.3s, opacity 0.3s; display: block;  }
    
    ul.sub-menu {min-width: 150px;}
    
    ul.sub-menu li ul.sub-menu {    left: 100%;    top: -22px;    width: 100%;  }
    
    .nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {   transform: scaleY(1) translateZ(0);   }
    
    .nav_area ul li:hover ul.sub-menu {    display: block; }
        
    ul.menu {
        display: flex !important;
        justify-content: space-between;
        padding-top: 10px;
    }
    
    span.arrow{display: inline-block;  font-size: 12px;}
    
    
    label.toggle {    display: none;  }
    
    .nav_area ul li a img {    vertical-align: middle;	max-width: 20px;    margin-right: 5px;   }
    
    ul.sub-menu li.menu-item-has-children .arrow {    transform: rotate(-90deg);  }
    
    ul.sub-menu > li:hover { background-color: #ffff;}
    
    ul.sub-menu > li:hover > a { color: #000; text-decoration: none; }
    
    ul.sub-menu > li:hover .arrow{  color:#000;  }
    
    
    }

@media(min-width:768px){	
.news-left {
    padding-right: 30px;
}
}


/*------------------------------------*\
	        MAX WIDTH
\*------------------------------------*/  

@media (max-width:1024px){
 
    .select-form select {
        width: 200px;
    }
}    


@media (max-width:991px){
    .select-form select {
        width: 124px;
    }
    .top-bar {
        display: none !important;
    }
    .header .row {
        align-items: center;
    }
	
	.container { max-width: 100%;  }

	nav.nav_area ul li a{ color: #fff; text-decoration: none;}
	
	ul.menu  { position: fixed;  width: 80%; left: 0; text-align: left; background: #68ac2f; z-index: 2;  padding: 15px 10px; z-index: 10; top: 0; height: 100%;left: -100%; transition: all .4s;}
	
	ul.menu.open {left:0;}
	
	.toggle { font-size: 25px;
        margin-right: 25px;
        right: 0;
        text-align: right;
        display: block;
        z-index: 999;
        position: absolute;
        top: -10px;
    }
    

    .nav_area > ul > li{padding: 10px 0;}

	.nav_area ul li a {     font-size: 18px;  padding:0;}
	
	nav.nav_area ul li{display:block;     position: relative;    border: 0;}
	
    span.arrow {  position: absolute;  right: 10px;  color: #fff;  width: 40px;  text-align: center;  height: 30px;   top:10px;}

    .sub-menu span.arrow i:before{ content: '\f105'; }

    span.arrow.close-icon i:before {  content: '\f106';  }
   
    ul.sub-menu {   display: none; position: relative; background: transparent;  padding: 0; margin: 0;}
	
	ul li .sub-menu li a {font-size: 16px;    line-height: 16px;  }
	
	ul.sub-menu span.arrow {
        right: 5px;
        text-align: center;
    }
	
	span.arrow.close-icon i:before {    content: '\f106';  }

	ul.sub-menu li.menu-item-has-children  span.arrow.close-icon i:before {    content: "\f106";  }
	
    .nav_area > ul > li > ul.sub-menu{   padding: 5px 5px 0px 0px; font-family: 'Oxygen';}

    .sub-menu span.arrow{ top: 0;  }

	.nav_area ul li > ul li {  display: block; position: relative;  border: 0;  padding: 0 5px 5px 5px; }
}

@media (max-width: 767px){
    .page-banner img {
        height: 200px;
        object-fit: cover;
    }
    .news-right {
        width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .news-left img {
        padding-bottom: 10px;
    }
    .pagination {
        text-align: center;
    }
    .news-item h3 {
        font-size: 20px;
    }
    .news-right p {
        font-size: 14px;
    }
    .news-title h2 {
        font-size: 24px;
    }
    .news-text p {
        font-size: 14px;
    }
    .activity {
        padding-bottom: 20px;
    }
    .f-item {
        text-align: left !important;
    }
    .title h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .belief h5 {
        font-size: 17px;
        line-height: 30px;
    }
    .belief {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .album h2 {
        font-size: 24px;
        padding-top: 10px;
    }
    a.event {
        font-size: 18px;
    }
    .date h4 {
        margin-bottom: 10px;
        display: table;
    }
    .d-left a i {
        padding-bottom: 10px;
        padding-left: 0;
        font-size: 30px;
    }
    .d-left h3 {
        padding-bottom: 10px;
        padding-left: 0;
        font-size: 17px;
    }
    .d-right img {
        width: 30px;
    }
    .social-icon {
        justify-content: center !important;
    }
    .toggle {
        top: -40px;
    }
    .album-left img {
        padding-bottom: 20px;
    }
    .date {
        padding-bottom: 20px;
    }
    .album-right {
        padding: 0 10px;
    }
    .album-right h2::before {
        left: -11px;
    }
    .album-left img {
        width: 100%;
    }
    .select-form select, .select-form input[type=number] {
        width: 100%;
        margin-bottom: 10px;
    }
    .f-search a i, .f-search .submit-btn {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .event-title h2 {
        font-size: 24px;
    }
    .event-title h2::before {
        left: -10px;
    }
    .copyright p {
        font-size: 14px;
        text-align: center !important;
    }
    .page-banner h2 {
        font-size: 26px;
    }
    .page-form {
        margin-top: 30px;
    }

    .widget:before {
        width: 171px;
        height: 135px;
        top: -32px;
        left: -54px;
    }

    form.sform {
        background:transparent;
        border-radius: 25px;
        margin: 0;
    }
    form.sform {
        margin-top: 25px;
    }
    form.sform {
        display: flex;
        background: #fff;
        border-radius: 25px;
        width: 250px;
        margin: 0;
        justify-content: flex-end;
        margin-top: 20px;
    }
    .activity h2 {
        bottom: 30px;
    }
    .top-icon a {
        display: inline-block !important;
        padding-right: 20px !important;
        font-weight: 300 !important;
        font-size: 20px !important;
    }
    form.sform {
        padding-right: 0;
    }
    .page-banner h2 img {
        height: 35px;
        object-fit: cover;
    }
    .page-section img {
        height: 200px;
        object-fit: cover;
    }
    /* .event-form select {
        margin-bottom: 20px;
    } */
    .return{
        text-align: center !important;
    }
    .album-single {
        margin-left: 0;
        margin-right: 0;
    }
    .news-left {
        text-align: center;
    }
    .news-item .btn{
        display: table;
        margin: 0 auto;
    }
    .line {
        margin-top: 10px;
        margin-bottom: 10px;
    }
  
    .all-photo-slider.owl-theme .owl-nav {  left: 0px; right: 0px;}
    .a-img {
        text-align: center;
    }
}
@media only screen and (min-width:768px) {

}
