@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:wght@400;500;700&display=swap');
html{scroll-behavior:smooth}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	overflow-x: hidden;
	
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.container-full {
	width: 100%;
	padding: 0 40px;
}

[class*=" col-"],
[class^=col-] {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.logo img,
.site-banner img {
	width: 100%;
	height: auto;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.header {
	padding: 50px 0;
}

.main-menu-box {
	margin-bottom: 30px;
}

.main-menu {
	padding: 0;
	margin: 0;
	text-align: center;

}

.main-menu>li {
	display: inline-block;

	position: relative;
}

.main-menu>li>a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
}

.main-menu>li:hover,
.main-menu>li.current {
	color: #fff;
	background: #02a3ce;
}

.main-menu>li:hover>a,
.main-menu>li.current a {
	color: #fff;
}

.main-menu a {
	color: #000;
}

.main-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	background: #f1f1f1;
	padding: 0;
	margin: 0;
	min-width: 220px;
	display: none;
	z-index: 999;
}

.main-menu .sub-menu-2 {
	position: absolute;
	top: 0;
	left: 100%;
	text-align: left;
	background: #f1f1f1;
	padding: 0;
	margin: 0;
	min-width: 220px;
	display: none;
	z-index: 999;
}

.main-menu>li:hover .sub-menu {
	display: block;
}

.main-menu .sub-menu li {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.main-menu .sub-menu li:last-child {
	border-bottom: none;
}

.main-menu .sub-menu li a {
	padding: 10px 20px;
	display: block;
	width: 350px;
	color: #000;
}

.main-menu .sub-menu li a:hover {
	background: #ddd;
}

.main-menu .sub-menu>li:hover .sub-menu-2 {
	display: block;
}

.main-menu .sub-menu .fa {
	position: absolute;
	right: 15px;
	top: 12px;
}

.main-menu .note {
	font-size: 13px;
	font-style: italic;
	margin-top: 5px;
}

.block-heading {
	color: #2F4D5A;
	font-family: "Roboto", Sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.block-heading:before {
	content: '';
	background: url(../images/section-title-bg.png);
	width: 122px;
	height: 68px;
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: 0;
    right: 0;
    margin: 0 auto;
}

h2 {
	font-size: 28px;
}

.slider-box {
	margin-bottom: 30px;
}

.fr-about h3 {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;

	margin-bottom: 20px;
}

h3 {

	font-size: 18px;
	font-weight: 600;
}

.fr-about .des {
	text-align: justify;
}

.iframe-youtube {
	position: relative;
	padding-top: 56.25%;
}

.iframe-youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.pdd-lr-0 {
	padding-left: 0;
	padding-right: 0;
}

.mrg-lr-0 {
	margin-left: 0;
	margin-right: 0;
}

.block-box {
	margin-bottom: 40px;
}

.dv-grid {
	margin-bottom: 0;
}

.dv-grid .img {
	position: relative;
	padding-top: 100%;
}

.dv-grid .img img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	object-fit: cover;
}

.dv-grid .info-box {

	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.dv-grid .info {
	padding: 15px;
	background-color: #FFFFFFD1;

}

.dv-grid .link {
	color: #F5F5F5;
	border-radius: 50px 0px 0px 0px;
	background-color: #5bc0de;
	font-size: 16px;
	padding: 10px 20px 10px 30px;
	display: inline-block;
	margin-top: 20px;
	float: right;
}

.dv-grid .link .fa {
	margin-right: 10px;
}

.dv-grid h3 {
	color: #337ab7;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 18px;
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dv-grid .des {
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fr-lydo {
	padding: 0;
	margin: 0;
}

.fr-lydo li {
	display: flex;
	margin-bottom: 15px;
}

.fr-lydo li:last-child {
	margin-bottom: 0;
}

.fr-lydo li .img {
	flex-basis: 70px;
	margin-right: 30px;
}

.fr-lydo li .img img {
	width: 70px;
	height: auto;
}

.fr-lydo .info {
	flex: 1;
}

.fr-lydo h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.fr-lydo .des {
	text-align: justify;
}

.bg-fixed,
.bg-fixed-2 {
	background-color: #E6D4D4;
	background-image: url(../images/prameter-bgr.jpg);
	background-position: center center;
	background-size: cover;
	padding: 30px 0;
	margin-bottom: 50px;
	color: #fff;
}

.bg-fixed-2 {
	background-image: url(../images/bg-top-ft.jpg);
}

.fr-static {
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.fr-static .number {
	font-weight: 700;
	font-size: 40px;
}

.fr-static .number:after {
	content: '+';
}

.fr-static-box .icc:nth-child(1) .fr-static:before {
	content: '\f0c0';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 105px;
	height: 105px;
	line-height: 105px;
	text-align: center;
	font-size: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 10px;
}

.fr-static-box .icc:nth-child(2) .fr-static:before {
	content: '\f0e8';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 105px;
	height: 105px;
	line-height: 105px;
	text-align: center;
	font-size: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 10px;
}

.fr-static-box .icc:nth-child(3) .fr-static:before {
	content: '\f2c3';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 105px;
	height: 105px;
	line-height: 105px;
	text-align: center;
	font-size: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 10px;
}

.img-16-9 {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 56.25%;
}

.img-16-9 img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	object-fit: cover;
}

.news-grid-large h3 {
	font-size: 18px;
	margin: 10px 0;
}

.news-grid-large h3,
.news-grid-large .des {
	word-wrap: break-word;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-grid-large .date,
.news-grid-mn .date {
	color: #969696;
	margin-bottom: 10px;
	font-size: 13px;
}

.news-grid-mn {
	display: flex;
	margin-bottom: 15px;
}

.news-grid-mn h3 {
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-grid-mn .img {
	flex-basis: 100px;
	margin-right: 15px;
}

.news-grid-large a,
.news-grid-mn a {
	color: #000;
}

.news-grid-mn .info {
	flex: 1;
}

.owl-dots {
	text-align: center;
	margin-top: 10px;
}

.owl-dot {
	width: 6px;
	height: 6px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	margin: 0 6px;
	opacity: .2;
}

.owl-dot.active {
	opacity: 1;
}

.owl-nav {
	position: absolute;
	top: 40%;
	left: 20px;
	right: 20px;
}

.owl-prev,
.owl-next {
	font-size: 40px;
	position: absolute;
	color: #fff;
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.title-simple {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 700;
}

.form-control {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.btn-send {
	background-color: #ec5208;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	height: 40px;
	border: none;
	border-radius: 4px;
}

.btn-send:hover {
	background-color: #33363B;
}

.btn {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.dd {
	margin-top: 40px;
	text-align: center;
}

footer {
	background: url(../images/bg-foot.jpg);
	background-position: center center;
	background-size: cover;
	margin-top: 50px;
	padding: 50px 0;
	color: #fff;
}

footer a {
	color: #fff !important;
}
footer img{
	width: auto;
	height: auto;
}
footer iframe {
	width: 100%;
	height: 130px;
}

.block-heading-footer {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}

.contact-footer-box {
	padding: 0;
	margin: 0;
}

.contact-footer-box li {
	margin-bottom: 10px;
}

.contact-footer-box .address {
	height: 48px;
}

.contact-footer-box .fa {
	margin-right: 10px;
}

#button-contact-vr {
	position: fixed;
	bottom: 0;
	left: 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%)
}

#instagram-vr .phone-vr-circle-fill {
	background: rgb(17, 143, 253);
	background: linear-gradient(160deg, rgba(17, 143, 253, 1) 20%, rgba(188, 60, 218, 1) 50%, rgba(253, 223, 5, 1) 80%);
	background-size: contain;
	box-shadow: 0 0 0 0 #c840c9;
	background-color: rgb(79 103 254);
	border: 0
}

#instagram-vr .phone-vr-img-circle {
	background: transparent
}

#telegram-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2c9fd8;
	background-color: rgb(44 159 216 / 74%)
}

#telegram-vr .phone-vr-img-circle {
	background: #2c9fd8
}

@-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
}

#viber-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #714497;
	background-color: rgba(113, 68, 151, 0.8)
}

#viber-vr .phone-vr-img-circle {
	background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196F3;
	background-color: rgba(33, 150, 243, 0.7)
}

#contact-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
}

#fanpage-vr .phone-vr-img-circle {
	background-color: #1877f2
}

#fanpage-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
	background-color: rgb(24 119 242 / 70%)
}

#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
}
#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #C55C2F;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

#back-to-top:hover {
  background-color: #555;
}
.news-grid{
	margin-bottom: 30px;
}
.news-grid h3{
	font-size: 16px;
	display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	height: 48px;
	margin-top: 10px;
}
.news-grid h3 a{
	color: #000;
}
.news-grid .date{
	margin-top: 5px;
	color: #969696;
	font-size: 13px;
}
.block-heading-right{
	margin-bottom: 15px;
	border-bottom: 2px solid #ec5208;
}
.block-heading-right span{
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 15px;
	background: #ec5208;
}
.block-heading-right a{
	color: #fff;
}
.news-list-text{
	padding: 0;
	margin: 0;
}
.news-list-text li{
	margin-bottom: 10px;
}
.news-list-text h3{
	font-weight: 400;
	font-size: 15px;
	display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list-text a{
	color: #ec5208;
}
.news-detail h1{
	font-size: 30px;
}
.g-map{
	margin-bottom: 50px;
}
.g-map iframe{
	width: 100%;
	height: 320px;
}
.fr-contact{
	background-color: #BFBFBF80;
	text-align: center;
	padding: 60px 0;
}
.fr-contact img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.fr-contact .title{
	text-transform: uppercase;
	color: #7A7A7A;
	font-weight: 700;
	font-size: 18px;
	margin: 15px 0;
}
.fr-contact a{
    color: #ec5208 !important;
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    text-align: center;
    padding: 0 10px;
}

.mobile-menu-wrap .logo img {
    height: 25px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: auto;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background: none;
    top: 0;
    right: 10px;
    text-align: center;
    font-size: 30px;
    display: none;
    position: absolute;
    z-index: 999;
    color: #000;
}

.mobile-menu-toggle-btn:hover {
    background: none;
}


@media (max-width: 767.98px) {
    .mobile-menu-toggle-btn {
        display: inline-block;
        vertical-align: middle;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
}
.btn-primary{
	background: #ec5208;
	color: #fff;
	border-color: #ec5208;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background: #33363B;
	border-color: #33363B;
	
}
.owl-slider{
	margin-bottom: 30px;
}
.owl-slider .owl-dots{
	position: absolute;
    margin-top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
}
.owl-slider .owl-dot{
	border: 2px solid #fff;
	width: 10px;
    height: 10px;
}
.news-grid-page{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
	padding: 10px;
}
.news-grid-page h3.b{
    margin-top: 5px;
    font-size: 32px;
	font-weight: 400;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-grid-page h3{
    margin-top: 5px;
    font-size: 22px;
	font-weight: 400;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-grid-page .des{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-grid-page h3 a{
	color: #000;
}
.news-grid-page .date{
	color: #888888;
	font-size: 12px;
}
.news-grid-page .date .fa{
	margin-right: 5px;
}

.slider-kh .title{
	color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 39px;
    font-weight: 500;
	margin-bottom: 30px;
}
.slider-kh .link{
	background: #61ce70;
	font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color: #fff;
}
.owl-kh{
	padding: 120px 100px;
	background: url(../images/nen-2.jpg) no-repeat;
	background-size: cover;
}
.title-simple-t{
	color: #212121;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
	margin-bottom: 20px;
	font-size: 28px;
}