
:root {
	--main-rgb1: 19, 63, 110;
	--main-rgb2: 3, 95, 191;
	--main-rgb3: 255, 81, 0;
	--main-color1: rgb(var(--main-rgb1));
	--main-color2: rgb(var(--main-rgb2));
	--main-color3: rgb(var(--main-rgb3));
	--light-bg1: #ebf7ec;
	--light-gray: #eee;
}

body {
	font-family: Arial,Arial,myanmar_font;

}

a {
	color: var(--bs-body-color);
	text-decoration: none;
}
a:hover {
	color: var(--main-color1);
}
.btn-primary:hover {
	background-color: var(--main-color3);
}
p {
	margin: 0;
}
.form-control {
	font-size: 12px;
}

.header-top {
	padding: 10px 15px;
}
.header-navbar {
	padding-left: 15px;
    padding-right: 15px
}

.header-message {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-slogan {
	flex: 0.9;
}
.header-help a {

}
.header-help > div > div {
	margin-right: 30px;
}

.header-language {
	position: relative;
}
.header-language ul {
	display: none;
	background: black;
	position: absolute;
	top: 22px;
	list-style: none;
	z-index: 1001;
	width: 130px;
	padding: 5px 0;
	left: -15px;
}
.header-language:hover ul {
	display: block;
}
.header-language li a {
	padding: 2px 15px;
	display: block;
}
.header-help .sign-up a {
	background: var(--main-color1);
	border-radius: 10px;
	padding: 3px 10px;
}

.header-top .container {

}
.header-top .search button {
	color: #eb38aa;
	border: 1px solid #eb38aa;
}
.header-top .search .mr-sm-2 {
	width: 150px;
}
.navlink {
	color: rgb(51, 51, 51);
}
.navbar {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.navbar .navbar-nav a.nav-link {
	font-size: 1.1rem;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	color: rgb(51, 51, 51);
}
.navbar .navbar-nav a.nav-link:hover,
.navbar .navbar-nav a.nav-link:focus {

}
.navbar .logo1 img {
	height: 50px;
}
.navbar .logo2 {
	display: none;
}
.navbar .navbar-nav .active a.nav-link {
	color: #333;
}
.navbar .navbar-nav > li > a {
	padding-bottom: 10px;
}
.navbar-expand-lg .navbar-toggler {
	display: none;
}
.navbar-collapse {
	justify-content: end;
}

.navbar-nav .dropdown-menu {
	opacity: 0;
	display: block;
	height: 0;
	overflow: hidden;
	transition: opacity .4s ease;
}
.navbar-nav .dropdown:hover .dropdown-menu {
	background: #faf7f2;
	height: auto;
	opacity: 1;
	box-shadow: 0 0 4px rgba(122, 122, 122, .8);
}

.swiper-button-prev:after, 
.swiper-button-next:after {
	font-size: 16px;
}
/*
.header-submenu {
	height: 0;
	overflow: hidden;
	display: flex;
	transition: height 0.2s ease-in;
}
.header-submenu .submenu-item {
	flex: 0 0 auto;
    width: 11.1111111%;
    font-size: 0.8rem;
    font-weight: bold;
}
.header-submenu .submenu-item img {
	max-width: 100%;
	border-radius: 5px;
	margin-bottom: 5px;
}
.header-submenu.show {
	height: 125px;
}
#category-2-submenu .submenu-item {
    font-size: 1rem;
    width: 16.66666667%;
}
.header-submenu a.submenu-item {
	color: #fff;
}
.header-fixed .header-submenu a.submenu-item {
	color: #333;
}
*/

.dropdown-menu[data-bs-popper] {
	left: auto;
	right: 0;
}

.menu-language {
	display: none;
}

.mySwiper {
	background-color: #000;
}
.mySwiper img {

}
.swiper-mask {
	position: absolute;
	width: 100%;
	text-align: center;
	color: white;
	z-index: 9999;
	background: rgba(0,0,0,0.4);
	height: 100%;
}
.swiper-text {
	top: 50%;
	text-shadow: 1px 1px 3px var(--main-color1);
	position: relative;
	transform: translate(0, -50%);
}
.swiper-text .caption {
	width: 65%;
	font-size: 54px;
	margin: 0 auto;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.swiper-text .summary {
	width: 65%;
	margin: 0 auto;
	line-height: 40px;
	padding-top: 10px;
	font-size: 28px;
}

.search-form {

}
.search-form .search-input {
	border: none;
	width: 150px;
	padding-left: 10px;
	background: #eee;
	border-radius: 10px 0 0 10px;
	outline: none;
}
.search-form .search-submit {
	border: none;
	padding: 5px 20px;
	border-radius: 0 10px 10px 0;
}

.content-section {
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.title1 {
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.title1::after {
	content: "";
	border-bottom: 4px solid #333;
	width: 70px;
	margin: 10px auto 0;
	display: block;
}
.title2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	color: var(--main-color1);
}
.title3 {
	font-size: 36px;
	font-weight: bold;
}
.desc1 {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
}

.highlight1 {
	color: var(--main-color1);
}
.highlight2 {
	color: var(--main-color2);
}
.highlight3 {
	color: var(--main-color3);
}

.btn-primary {
	background-color: var(--main-color1);
	border-color: var(--main-color1);
}
.link-btn {
	border: none;
	color: white;
	padding: 12px 40px;
	display: inline-block;
	background-color: var(--main-color3);
}
.link-btn:hover {
	color: white;
}


.list_1 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
}
.list_1.swiper {
	margin: 0;
}
.list_1 .list_li_3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    list-style: none;
    text-align: center;
}
.list_1 .list_li_4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    list-style: none;
    text-align: center;
}
.list_1 .list_swiper {
    margin-bottom: 20px;
    list-style: none;
    text-align: center;
}
.list_1 .list_box {
    background: #ffff;
    display: block;
    overflow: hidden;
}
.list_1 .list_con {
	display: flex;
    flex-direction: column;
}
.list_1 .img_par {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.list_1 img {
	width: 100%;
	transition: 0.5s;
	object-fit: cover;
	aspect-ratio: 1.3;
}
.list_1 .list_box:hover img {
	transform: scale(1.1);
}
.list_1 .text {
	padding: 10px 0px;
}
.list_1 .title {
	font-size: 16px;
}
.list_1 .describe {
	padding: 0 8%;
	font-size: 14px;
	min-height: 50px;
	color: rgba(102, 102, 102, 1);
}
.list_1 a:hover,
.list_1 a:hover .describe {
	color: #035FBF;
}

.list_2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
}
.list_2.swiper {
	margin: 0;
}
.list_2 .list_box {
    background: #ffff;
    display: block;
    overflow: hidden;
}
.list_2 .list_con {
	display: flex;
    flex-direction: column;
}
.list_2 .img_par {
    width: 100%;
    overflow: hidden;
}
.list_2 img {
	width: 100%;
	transition: 0.5s;
}
.list_2 .list_box:hover img {
	transform: scale(1.1);
}

.list_3 .list_box {
	box-shadow: 0px 0px 10px 0px rgba(144, 144, 144, 0.3);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    text-align: center;
}
.list_3 .text {
    padding: 10px 0px 10px;
}
.list_3 .title {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list_4 {
	
}
.list_4 .list_con {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.list_4 .thumb {
	width: 100px;
}
.list_4 .thumb img {
	max-width: 100%;
}
.list_4 .caption {
	padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex-grow: 1;
}
.list_cases > div {
	display: flex;
	align-items: center;
	padding: 10px;
}
.list_cases .img_par {
	max-width: 60px;
}
.list_cases .title {
	padding-left: 10px;
    max-width: calc(100% - 60px);
}

.side-border {
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 20px;
}
.side-category-title {
	padding: 14px 20px;
	font-size: 16px;
	text-transform: uppercase;
    border-bottom: 1px solid rgba(144, 144, 144, .1);
}
.side-inquiry-title {
    padding: 12px 0 12px;
    font-size: 16px;
}
.side-border .side-form {
    padding: 6px 20px 26px;
}
.side-form input {
	display: block;
    border: none;
    position: relative;
    height: 38px;
    padding: 0 14px;
    background: rgba(99, 99, 99, 0.1);
    margin-bottom: 4px;
    border-radius: 4px;
}
.side-form textarea {
	display: block;
    border: none;
    position: relative;
    padding: 5px 14px;
    background: rgba(99, 99, 99, 0.1);
    margin-bottom: 4px;
    border-radius: 4px;
}
.side-border .read_more1 button {
	border-radius: 4px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    transition: .2s;
    padding: 10px 30px;
    display: block;
    cursor: pointer;
    background-color: var(--main-color2);
}
.list-group .collapsed i {
	transform: rotate(-90deg);
}
.detail-side-border {
    margin-bottom: 20px;
    line-height: 1.4;
	border: 1px solid #E4E8EA;
}
.detail-side-padding {
	padding: 20px;
}
.detail-side-title {
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.detail-side-border .read_more1 button {
	border-radius: 4px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    transition: .2s;
    padding: 10px 30px;
    display: block;
    cursor: pointer;
    background-color: var(--main-color2);
}

.cerSwiper1 {
	padding-bottom: 50px;
}
.cerSwiper1 .swiper-pagination {
	text-align: left;
}

.read_more1 a {
	color: rgba(51, 51, 51, 1);
    font-size: 14px;
    border-color: rgba(220, 220, 220, 1);
    border-style: solid;
    border-width: 1px;
    padding: 12px 40px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    transition: .1s;
    text-align: center;
}
.read_more1 button {
	color: rgba(51, 51, 51, 1);
    font-size: 14px;
    border-color: rgba(220, 220, 220, 1);
    border-style: solid;
    border-width: 1px;
    padding: 12px 40px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    transition: .1s;
    text-align: center;
    background: white;
}

.read_more2 a {
	color: #fff;
	font-size: 14px;
}

.product-organic {
	padding: 80px 0;
	border-radius: 10px;
	background: url(../images/bg6.jpg) right center no-repeat;
	background-size: cover;
	color: white;
	font-size: 1.2rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.product-organic .caption {
	font-size: 2rem;
}

.product-property {
	padding: 20px;
}
.product-main {
	padding: 25px;
    border: 1px solid #E4E8EA;
}
.product-main .title {
	font-weight: 500;
    font-size: 32px;
    color: #333;
}
.product-relate {

}
.property-title {
	font-size: 2.6rem;
	line-height: 44px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	font-family: 'Paytone One', sans-serif;
}
.property-title img {
	height: 100px;
}
.property-title div {
	padding-left: 30px;
}
.product-property .row {
	align-items: center;
}
.product-property .row:nth-child(2n) {
	flex-direction: row-reverse;
}
.product-property .row img {
	width: 100%;
}
.product-property .caption {
	font-weight: bold;
	font-size: 1.2rem;
	border-bottom: 2px solid #fff;
	padding: 0 10px 5px;
	display: inline-block;
	margin-bottom: 15px;
}

.category-list {
	background-color: var(--light-bg3);
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}
.category-list .category-item {
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 1.6;
	display: block;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
}
.category-list .category-item img {
	width: 100%;
	transition: 0.5s;
}
.category-list .category-item:hover img {
	transform: scale(1.2);
}
.category-list .category-item {
	position: relative;
}
.category-list .category-item .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 1.3rem;
	padding: 8px 0;
	backdrop-filter: blur(3px);
	background: rgba(255,255,255,0.8);
}

.featured-list {
	color: white;
	background: linear-gradient(to right, var(--main-color1) 0%, var(--main-color2) 100%);
}
.featured-list .featured-category img {
	object-fit: cover; 
	width: 100%; 
}

.certificate {
	background-image: url(../images/bg4.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}
.certificate .ico-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.certificate .ico-list img {
	height: 80px;
}
.certificate .cer-list {
	overflow: hidden;
}
.certificate img {
	max-width: 100%;
}

.statistics {
	color: white;
	background-image: url(../images/bg3.jpg);
	background-size: cover;
	background-attachment: fixed;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.statistics .iconfont {
	font-size: 50px;
}
.statistics .number {
	font-size: 50px;
}

.page-link {
	color: var(--main-color1);
}

.btn {
	padding: 0.7rem 1.5rem;
}
.more {
	border: 1px solid #eb38aa;
	padding: 10px 40px;
	color: #eb38aa;
	display: inline-block;
	margin: 10px 0 0 0;
}
.detail-title h1 {
	font-family: 'Paytone One', sans-serif;
}
.detail-title .subtitle {
	color: #78481a;
	font-size: 2rem;
	font-family: 'Paytone One', sans-serif;
}

.detail-desc,
.category-desc {
	font-size: 1.2rem;
}
.detail-desc .row,
.category-desc .row {
    --bs-gutter-y: 5px;
}
.detail-desc img,
.detail-desc table,
.category-desc img,
.category-desc table  {
	max-width: 100%;
}
.detail-desc p,
.category-desc p {
	margin-bottom: 0;
}
.detail-desc .border-bottom-center,
.category-desc .border-bottom-center {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    height: 2px;
    margin: 5px auto 10px;
    width: 50px;
}
.detail-desc .both-short-border::before,
.category-desc .both-short-border::before {
    content: "";
    width: 60px;
    height: 1px;
    border-bottom: 1px solid;
    border-color: inherit;
}
.detail-desc .both-short-border::after,
.category-desc .both-short-border::after {
    content: "";
    width: 60px;
    height: 1px;
    border-bottom: 1px solid;
    border-color: inherit;
}
.detail-desc .both-middle-border::before,
.category-desc .both-middle-border::before {
    content: "";
    width: 100px;
    height: 1px;
    border-bottom: 1px solid;
    border-color: inherit;
}
.detail-desc .both-middle-border::after,
.category-desc .both-middle-border::after {
    content: "";
    width: 100px;
    height: 1px;
    border-bottom: 1px solid;
    border-color: inherit;
}
.detail-desc .border-radius-bg,
.category-desc .border-radius-bg {
    border-radius: 20px;
    padding: 5px 30px;
}
.detail-desc .bottom-border,
.category-desc .bottom-border {
    border-bottom: 1px solid;
}
.detail-desc .circle-start::after,
.category-desc .circle-start::after {
    position: absolute;
    left: -5px;
    top: -15px;
    content: "";
    border: 20px solid;
    border-color: inherit;
    border-radius: 50%;
    opacity: .2;
}
.detail-desc .d-graphic-3 > div,
.category-desc .d-graphic-3 > div {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.detail-desc .info-img,
.category-desc .info-img {
	border-radius: 10px;
	overflow: hidden;
}

.breadcrumb {
	margin: 0;
	display: block;
}
.breadcrumb-bg {

}
.breadcrumb-bg img {
	max-width: 100%;
	width: 100%;
}
.breadcrumb ol {
	list-style: none;
	padding: 15px 0 0;
	text-transform: uppercase;
}
.breadcrumb li {
	display: inline-block;
}

.about .pic {
	padding-left: 30px;
}
.about img {
	max-width: 100%;
	border-radius: 20px;
}
.about .bg1 {
	border-radius: 10px;
	background: linear-gradient(to left, var(--light-bg2) 0%, var(--light-bg2) 60%, #ffffff 60%, #ffffff 100%);
	padding: 0 30px 30px 0;
}
.about .bg2 {
	background: var(--light-bg2);
	height: 30px;
	border-radius: 10px 0 0 0;
	width: 80%;
	margin-left: auto;
}
.about .bg3 {
	margin: -120px 0 0 0;
	border-radius: 10px;
	background: var(--main-color1);
	height: 120px;
	width: 60%;
}

.web-form input {
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent;
}
.web-form textarea {
	background: transparent;
}

.list-group-title {
	border: 1px solid rgba(0,0,0,.125);
	border-top: 2px solid rgba(0,0,0,.125);
	border-bottom: 1px solid #fff;
	padding: .8rem 1.25rem;
	font-weight: bold;
	background: #eee;
	border-radius: 5px 5px 0 0;
}
.list-group {
	border-radius: 0 0 5px 5px;
}
.list-group .active {
	color: white;
	background: linear-gradient(to right, var(--main-color1) 0%, var(--main-color2) 100%);
	border: 1px solid rgba(0,0,0,.125);
}
.list-group .active a {
	color: white;
}
.list-group .list-group-item {
	padding: .6rem 1.25rem;
	display: flex;
	justify-content: space-between;
	border: none;
	background: transparent;
}
.list-group-wrapper:hover {
    background-color: rgba(144, 144, 144, .1);
}
.list-group-child {
	padding-left: 20px;
    padding-bottom: 20px;
}

.news-wrap {
	padding: 20px 16px;
	border-radius: 10px;
}
.news-heading {
	font-size: 22px;
	color: var(--main-color1);
	padding-bottom: 10px;
}
.news-item {
	padding: 0 0 13px;
}
.news-img {
	width: 100px;
	height: 100px;
	flex: 1 0 auto;
	background: #eeeeee;
	margin-right: 8px;
}
.news-text {
	width: 100%;
	background: #f7f7f4;
	padding: 15px 25px;
}

.contact {
	margin: 0 0 20px;
}
.contact .d-flex {
	align-items: center;
	min-height: 90px;
	border-radius: 10px;
	padding: 0 10px;
	transition: 0.5s;
}
.contact .d-flex:nth-child(2n) {
	background: #f5f5f5;
}
.contact .d-flex:hover {
	transform: translateX(5px);
}
.contact .icon {
	padding: 0 25px 0 0;
}
.contact .icon-bg {
	color: white;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, var(--main-color1) 0%, var(--main-color2) 100%);
	border-radius: 50%;
}
.contact .icon-bg span {
	font-size: 1.5rem;
}

.image-summary {
	width: 90%;
}
.image-small-list p {
	float: left;
	cursor: pointer;
	margin: 5px 10px 5px 0;
	border: 2px solid #fff;
}
.image-small-list p.active {
	border-color: var(--main-color1);
}
.image-small-list img {
	width: 70px;
}

.image-zoom-move{ position: absolute; z-index: 2; display: none; background-color: #000; opacity: .5; }
.image-zoom-glass{ position: fixed; transition: all .3s; z-index: 10; display: none; overflow: hidden; }
.image-zoom-move.show, 
.image-zoom-glass.show { display: block; }
.image-zoom-glass_image{ position: absolute; left: 0; top: 0; max-width: none; }

.tab-content p {
	margin: 0;
}

.cookies-setting {
	display: none;
	background: white;
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
	padding: 10px;
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.cookies-setting .summary {
	font-size: 14px;
	color: #999;
}
.cookies-setting .btn {
	padding: 0.5rem 1.5rem;
}
.cookies-setting .bg-btn {
	background: var(--main-color1);
	color: white;
}
.cookies-setting .bd-btn {
	color: var(--main-color1);
	border-color: var(--main-color1);
}
.footer {
	color: white;
	background: rgba(7, 73, 144, 1);
	overflow: hidden;
	font-size: 0.9rem;
}
.footer .form-control {
	font-size: 0.8rem;
}
.foot-nav {
	margin: 0;
	padding: 1.4rem 0;
	display: flex;
	color: #fff;
	justify-content: space-between;
}
.foot-nav .companyinfo {
	max-width: 300px;
}
.foot-nav .companyinfo .logo {
	opacity: 0.8;
}
.foot-nav .companyinfo .logo img {
	max-width: 240px;
}
.foot-nav .companyinfo .foot-contact p {
	padding: 1px 0;
}
.foot-nav .companyinfo .foot-contact .iconfont {
	font-size: 1.4rem;
	vertical-align: middle;
}
.foot-nav .companyinfo .foot-contact a {
	color: #fff;
}
.foot-nav ul,
.foot-nav p {
	padding: 0;
	margin: 0;
	list-style: none;
}
.foot-nav .caption {
	padding: 0.5rem 0;
	display: block;
	font-size: 16px;
}
.foot-nav .subnav a {
	color: #fff;
	transition: 0.5s;
	display: block;
}
.foot-nav .subnav a:hover {
	transform: translateX(5px);
}
.foot-nav .subnav li {
	padding: 4px 0;
}

.message {
	max-width: 320px;
}
.message .btn-outline-main {
	color: var(--main-color1);
    border-color: var(--main-color1);
}
.message .btn-outline-main:hover {
    color: #fff;
    background-color: var(--main-color1);
    border-color: var(--main-color1);
}
.copyright {
    background-color: rgba(7, 73, 144, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-top: 1vw;
    padding-bottom: 2vw;
    border-top: 1px solid rgba(144,144,144,.2);
}

.fbtn-start {
	position: fixed;
	right: 15px;
	color: white;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	background-color: var(--main-color1);
	border-radius: 60px;
	width: 60px;
	height: 60px;
	z-index: 11111;
	box-shadow: 2px 2px 7px #999;
}
.fbtn-close {
	position: fixed;
	right: 15px;
	color: white;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	background-color: gray;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	z-index: 11111;
	box-shadow: 2px 2px 7px #999;
}
.fbtn-close .iconfont,
.fbtn-start .iconfont {
	font-size: 26px;
}

#inquiry .fbtn-start {
	bottom: 15px;
}
#inquiry .fbtn-close {
	bottom: 15px;
}
#inquiry-form {
	position: fixed;
	bottom: 95px;
	right: 15px;
	font-size: 16px;
	width: 300px;
	box-shadow: 2px 2px 7px #999;
	background: white;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	z-index: 1999;
	border-radius: 5px;
}
#inquiry-form .title {
	color: white;
	padding: 15px 0 10px;
	font-size: 1rem;
	background: var(--main-color1);
}
#inquiry-form .form-group {
	padding: 6px 0;
}
#inquiry-form .form-control,
#inquiry-form .btn {

}
#inquiry-form .form-control {
	padding: 0.375rem 0.75rem
}
#inquiry-form form {
	padding: 10px 20px 20px;
}

#whatsapp .fbtn-start {
	bottom: 85px;
}
#whatsapp .fbtn-close {
	bottom: 85px;
}
#whatsapp-popup {
	position: fixed;
	bottom: 90px;
	right: 60px;
	font-size: 18px;
	padding: 10px 30px 10px 15px;
	box-shadow: 2px 2px 7px #999;
	z-index: 1999;
	border-radius: 20px 0 0 20px;
	color: white;
	background-color: var(--main-color1);
}
#whatsapp-popup a {
	color: white;
}

#register-form .form-group {
	padding: 8px 0;
}
#register-form .form-control {

}
#register-form .btn {
	font-size: 1.2rem;
	width: 100%;
}

#weixin .fbtn-start {
	bottom: 155px;
}
#weixin .fbtn-close {
	bottom: 155px;
}
#weixin-popup {
	position: fixed;
	bottom: 160px;
	right: 80px;
	padding: 5px;
	width: 150px;
	box-shadow: 2px 2px 7px #999;
	z-index: 1999;
	border-radius: 10px;
	background: white;
}
#weixin-popup img {
	max-width: 100%;
}

.social-list a {
	padding: 0 5px 0 0;
}
.language-list .nav-link {
	color: black;
}

.icon-facebook {
	color: #3b5998;
}
.icon-linkedin {
	color: #377ca5;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1440px;
	}
	.detail-title h1 {
		font-size: 2rem;
	}
	.article-desc {
		max-width: 80%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.header-message {
		display: none;
	}
	.menu-language {
		display: block;
	}
	.list_1 .list_li {
	    padding-left: 10px;
	    padding-right: 10px;
	    margin-bottom: 20px;
	    width: 50%;
	    max-width: 50%;
	    min-width: 50%;
	    list-style: none;
	    text-align: center;
	}
	.navbar-expand-lg .navbar-toggler {
		display: block;
	}
	.header-top .navbar {
		display: flex;
	}
	.header-top img {

	}
	.header-top .search-form {
		position: static;
		padding: 0;
	}
	.header-top .search-form > div {
		flex-direction: row-reverse;
	}
	.header-top .search-form .search-input {
		width: auto;
	}
	.header-top .search-form .search-text {
		display: none;
	}
	.header-top .search-form .search-submit {
		padding: 5px 10px;
		background: transparent;
	}
	.header-submenu .submenu-item {
		width: 20%;
	}
	#category-2-submenu .submenu-item {
	    width: 33.33333333%;
	}
	.nav-pad {
		height: 65px;
	}
	.swiper-text {
		display: none;
	}

	.title1 {
		font-size: 1.5rem;
	}
	.breadcrumb-bg3 .caption {
		font-size: 1.5rem;
	}
	.breadcrumb-bg4 .caption {
		width: 80vw;
		font-size: 1.5rem;
	}

	.o-list .o-list-item:nth-child(2n),
	.o-list .o-list-item {
		flex-direction: column;
	}
	.o-list .o-list-item .card-pic {
		width: 95%;
	}
	.o-list .o-list-item:nth-child(2n) .card-body,
	.o-list .o-list-item .card-body {
		padding: 10px 15px 0 15px;
	}

	.n-list .n-list-item {
		flex-direction: column;
	}
	.n-list .n-list-item .card-pic {
		width: 100%;
	}
	.n-list-23 .n-list-item {
		display: block;
	}
	.n-list-23 .n-list-item .card-pic {
		width: 100%;
	}
	.n-list-23 .n-list-item .card-title {
		font-size: 1.5rem;
	}
	.n-list-23 .n-list-item .card-text {
		font-size: 1.5rem;
	}

	.about {
		flex-direction: column-reverse;
	}
	.certificate {
		padding-left: 15px;
		padding-right: 15px;
	}

	.customerize .gradient {
		font-size: 1.2rem;
	}
	.customerize .iconfont {
		font-size: 3rem;
		width: 80px;
		line-height: 80px;
		margin: 0 15px;
	}
	.customerize .desc {
		font-size: 0.8rem;
	}
	.property-title {
		font-size: 1.5rem;
	}
	
	.foot-nav {
		flex-wrap: wrap;
	}
	.foot-nav .foot-category {
		display: none;
	}
	.foot-nav .companyinfo,
	.foot-nav .message {
		width: 100%;
		max-width: 100%;
	}

	.phone-flex-column-reverse {
		flex-direction: column-reverse !important;
	}
}