* {
    font-family: 'Arial', sans-serif;
}
img {
    width: 100%;
    cursor: pointer;
}
.range {
    padding: 30px 0px;
}
.flex {
    align-items: center;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


/*----------- menu ----------------*/
.navbar-nav {
    justify-content: center ;
    width: 100%;
    align-items: center;
}
.fixed-top {
    position: unset !important;
}
.container-fluid {
    background: transparent !important;
}
.main_header .nav-item {
    text-align: center;
    transition: all .2s;
}
.main_header .nav-link {
    padding: 15px 13px !important;
    transition: all .2s;
    color: #262f5a !important;
    text-transform: uppercase;
    font-weight: bold !important;
}
.main_header .nav-link:hover {
    color: #1f8538 !important;
}
#myDIV .active .nav-link { 
	color: #1f8538 !important; 
}
.navbar {
	padding: 0 !important;
}
.main_header { 
    position: relative;
    width: 100%;
    background: #fff;
}
.main_header.sticky {
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    position: fixed;
    animation: menudown 2s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 5px 5px;
}
@keyframes menudown {
    0% {transform: translateY(-50px);}
    100% {transform: translateY(0);}
}
.navbar-toggler {
    margin: 7px !important;
    padding: 5px 5px !important;
    font-size: 20px !important;
    line-height:normal !important;
    color: #000 !important;
    background-color: #fff !important;
    border: none !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler-icon {  
    background-image: none !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.navbar-toggler .fa-solid {
	padding-top: 5px; 
}
.offcanvas {
    width: 300px !important;
}
.offcanvas-title {
    color: #000 !important;
}
.btn-close {
    color: #000 !important;
    font-size: 30px;
    background: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}
.btn-close:focus {
    box-shadow: none !important;
}

.logo {
    transition: 0.4s;
    text-decoration: none;
    font-family: 'Arizonia', sans-serif;
    font-size: 30px;
    color: #1f8538;
    font-weight: bold;
}
.main_header .dropdown-menu {
    box-shadow: 1px 1px 15px rgba(0,0,0,.15) !important;
    border-radius: 0px !important;
    padding: 0 !important;
    border-top: 5px solid #1f8538 !important;
    animation: sideDown ease 0.6s;
	width: 300px;
}
@keyframes sideDown {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.main_header .dropdown-menu .nav-link {
    padding: 8px 15px !important;
    font-size: 15px;
    overflow: hidden;
    white-space: no-wrap !important;
    text-transform: capitalize;
    color: #4c4c4c !important;
    border-bottom: 1px solid #ececec !important;
}
.main_header .dropdown-menu .nav-link:hover {
    background: #1f8538 !important;
    color: #fff !important;
}
.main_header .dropdown-menu .nav-link:active {
    background: none !important;
}
.main_header .dropdown-menu .nav-item {
	text-align: left;
}
.main_header .dropdown .show:hover .dropdown-menu { 
	padding-left: 10px !important;
	transition: 0.4s;
	position: absolute;
	margin-left: 100%;
	top: 0;
}

/* ---------search------*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    max-width: 50%;
    overflow: hidden;
}
.close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20%;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.cursor {
    cursor: pointer;
}
.search .icon_search {
    font-size: 20px;
}
.search .nav_search {
    display: flex;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .2)
}
.input_search {
    width: 100%;
    border: none;
    padding: 10px;
    background: rgba(225, 225, 225, 0.25)
}
.nav_search .icon {
    background-color: hsla(0, 0%, 100%, .2);
    color: #000;
    font-size: 20px;
    border: none;
    padding: 10px;
    width: 80px;
}



/*---------------- main ----------- */
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    transition: 0.2s;
    border-radius: 50%;
    font-weight: bold !important;
    top: 50% !important;
    background: linear-gradient(90deg ,#61c73f,#1f8538) !important;
    width: 45px !important;
    height: 45px !important;
    border: 2px solid #fff;
    transition: 0.2s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 13px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #fff !important;
    border: none;
}
.swiper-pagination { 
    --swiper-theme-color: #fff !important;    
}
.swiper-pagination-bullet {
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
}


.html1 .name {
    font-weight: bold;
}
.html_title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #000066;
}


.html2 .html_title {
    text-align: left;
}
.html2 .image {
	height: 400px;
}
.html2 .image img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.introduce_content {
    padding-top: 10px;
}

.html3 {
    background: #f9f9f9;
}
.html3 .html_title {
    text-align: left;
}
.html3 .title {
    display: flex;
}
.html3 .title .icon {
    width: 50px;
    margin-right: 10px;
}
.html3 .ladi_title {
    margin-bottom: 20px;
}
.link_service {
    text-decoration: none;
}
.box_service {
    color: #262f5a;
    background: #fff;
    margin-bottom: 20px;
    transition: 0.3s;
}
.box_service:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box_service .image {
    height: 250px;
    overflow: hidden;
}
.box_service .image img {
    height: 100%;
    object-fit: cover;
}
.box_service .ladi_text {
    padding: 20px;
}
.box_service .name {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.box_service .name .icon {
    margin-right: 10px;
}
.box_service .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.html4 .html_title {
    text-align: left;
}
table {
    width: 100%;
    border: 1px solid;
    text-align: center;
}
tr,td,th {
    border: 1px solid #BBBBBB !important;
    padding: 10px;
}
td {
    color: #666
}


.html5 .image {
    height: 250px;
    margin: 10px 0px;
    border-radius: 10px;
}
.html5 .image img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.html6 .ladi_title {
    text-align: center;
}
.link_news {
    text-decoration: none;
}
.box_news {
    color: #262f5a;
    transition: 0.3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    overflow: hidden;
}
.box_news:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box_news .ladi_text {
    padding: 20px 10px;
}
.box_news .image {
    height: 250px;
    overflow: hidden;
}
.box_news .image img {
    object-fit: cover;
    height: 100%;
}
.box_news .name {
    font-weight: bold;
}
.box_news .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.box_news .button {
    margin-top: 30px;
}
.box_news .button span {
    color: #1f8538;
    font-weight: 600;
    border: 2px solid #1f8538;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    transition: 0.3s;
}
.box_news .button span:hover {
    color: #fff;
    background: #1f8538;
}
.lits_news .news {
    padding-bottom: 40px !important;
    padding: 0px 20px;
}
.lits_news .swiper-pagination-bullet-active {
    background: #1f8538 !important;
}
.btn_read-more {
    text-align: center;
    margin-top: 30px;
}
.btn_read-more a {
    text-decoration: none;
    background: #1f8538;
    font-weight: 600;
    border: 2px solid #1f8538;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    transition: 0.3s;
    border-radius: 50px;
    color: #fff;
}
.btn_read-more a:hover {
    color: #fff;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.22);
}

/* ----------footer---------- */
.footer {
    background: #000;
    color: #fff;
    margin-top: 50px;
}
.box_footer {
    margin-bottom: 30px;
    font-size: 15px;
}
.footer_title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.box_footer .text .icon {
    margin-right: 5px;
    opacity: 0.7;
}
.box_footer .text {
    margin-bottom: 10px;
}
.box_footer a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}
.box_footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.box_footer ul {
    list-style: none;
    padding: 0;
}
.box_footer ul li {
    line-height: 1.9;
}
.map iframe {
    width: 100%;
    height: 200px;
}


/*-----------post------------*/
.page_link {
	margin-bottom: 30px;
}
.page_link a {
	text-decoration: none;
	color: #1f8538;
}
.page_link a:hover {
	text-decoration: underline;
	color: #1f8538;
}
.page_link .icon_right {
	padding: 0px 10px;
}
.text_content img {
	padding: 10px 0px;
}
.entry_title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #262f5a;
}
.post_time {
	border-bottom: 2px solid #1f8538;
	padding-bottom: 5px;
	margin-bottom: 30px;
}


.sidebar {
	background: #EEEEEE;
	border-radius: 10px;
	padding: 10px;
}
.sidebar_title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.link_news_sidebar {
	text-decoration: none;
}
.box_news_sidebar {
	color: #262f5a;
	background: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 6px 6px rgb(0 0 0 / 10%);
	padding: 10px 0px;
	transition: 0.3s;
}
.box_news_sidebar:hover {
	color: #1f8538;
}
.box_news_sidebar .image {
	height: 60px;
	overflow: hidden;
}
.box_news_sidebar .image img {
	height: 100%;
	object-fit: cover;
}
.box_news_sidebar .name {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.box_news_sidebar .time {
	font-size: 13px;
}


.post_link {
	text-decoration: none;
}
.box_post {
	color: #262f5a;
	box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
    border-radius: 10px;
	overflow: hidden;
	transition: 0.3s;
	margin-bottom: 20px;
}
.box_post:hover {
	transform: translateY(-10px);
}
.box_post .image {
	height: 250px;
}
.box_post .image img {
	height: 100%;
	object-fit: cover;
}
.box_post .ladi_text {
	padding: 20px;
}
.box_post .desc {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.post_name {
	font-weight: bold;
	margin-bottom: 10px;
}


.tablenav {
	margin-top: 30px;
}
.pagination {
	justify-content: center;
	cursor: pointer;
}
.pagination .active span {
	background: #1f8538;
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	border: 1px solid #1f8538;
}
.pagination .active span:hover {
	background: #1f8538;
	filter: brightness(60%);
	color: #fff;
}
.pagination li a {
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination li a:hover {
	color: #fff;;
}
.pagination li span {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 2px;
	width: 40px;
	height: 40px;
	border: 1px solid #1f8538;
	border-radius: 50%;
	font-size: 17px;
}
.pagination li:hover {
	background: #1f8538;
}


.contact {
	background: #f2f2f2;
	padding: 30px;
}
.contact .map iframe {
	height: 400px;
}
.contact .map,
.contact .ladi_content,
.mail_form,
.name_cty {
	padding: 15px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 15px 35px rgb(0 0 0 / 10%);
	margin-bottom: 30px;
}
.contact .ladi_content .title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.form_input {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 0px;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
}
.mail_form ::placeholder {
    color: #000 !important;
    position:absolute;
	font-size: 15px;
}
.mail_form textarea {
	height: 40px;
}
.mail_form .btnsubmit {
	text-align: center;
	width: 100%;
	padding: 10px;
	background: #1f8538;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 50px;
	margin-bottom: 10px;
	transition: 0.3s;
	overflow: hidden;
}
.mail_form .btnsubmit:hover {
	box-shadow: inset 0 0 0 100px rgba(0,0,0, 0.2);
}
.contact_form .name_cty {
	transition: 0.4s;
    text-decoration: none;
    font-family: 'Arizonia', sans-serif;
    color: #1f8538;
    font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	font-size: 60px;
}


/*---------------- back top ----------- */
.back_top {
    position: fixed;
    right: 2%;
    bottom: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out; 
    z-index: 1000;
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: none;
    background: linear-gradient(90deg,#61c73f,#1f8538);
    border-radius: 10px; 
    border: 2px solid #fff;
}
.back_top:hover {
    opacity: 1; 
}
.back_top_active {
    visibility: visible;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------ suppoot --------------- */
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff
}

@media(max-width: 736px) {
    .phone-bar {
        display:none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,0.7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}
.phone-bar a,#phone-vr .phone-vr-circle-fill,#phone-vr .phone-vr-img-circle,#phone-vr .phone-bar a {
    background-color: #81d742;
    text-decoration: none;
}
#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;box-shadow: 0 0 0 0 #81d742;
}
#phone-vr2 .phone-vr-circle-fill {
    opacity: 0.7;box-shadow: 0 0 0 0 ;
}
#phone-vr3 .phone-vr-circle-fill {
    opacity: 0.7;box-shadow: 0 0 0 0 ;
}