4242 lines
100 KiB
SCSS
4242 lines
100 KiB
SCSS
body{
|
|
color:#000;
|
|
font-family: 'Inter', sans-serif;
|
|
background: #FAFAFA;
|
|
position: relative;
|
|
font-size: 14px;
|
|
min-width: 1212px;
|
|
word-break: break-word;
|
|
counter-reset: section;
|
|
font-weight: 400;
|
|
overflow-x: hidden;
|
|
}
|
|
::-webkit-scrollbar-track{background:#f5f5f5;}
|
|
::-webkit-scrollbar-thumb{background: grey;border-radius:5px;}
|
|
::-webkit-scrollbar-thumb:hover{background:#00a40f;}
|
|
::-webkit-scrollbar{width: 13px;height:10px;}
|
|
.clearfix{
|
|
&::after{
|
|
content:'';clear:both;display:block
|
|
}
|
|
}
|
|
.red{
|
|
color: #CE000C;
|
|
}
|
|
.color-main{
|
|
color: #0D642B;
|
|
}
|
|
.color-main-2{
|
|
color: #129046;
|
|
}
|
|
.color-text{
|
|
background: linear-gradient(90deg, #1A532B -7.52%, #36894D 57.52%);
|
|
background-clip: text;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
.bg-main{
|
|
background: #0D642B;
|
|
}
|
|
.inherit{font-size: inherit;font-weight: inherit;line-height: inherit;margin: 0;}
|
|
.line-clamp-2{text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
|
|
.line-clamp-3{text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
|
|
.line-clamp-4{text-overflow:ellipsis;-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
|
|
.line-clamp-5{text-overflow:ellipsis;-webkit-line-clamp:5;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
|
|
.fit-img{width: auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;max-width: 100%;max-height: 100%;margin: auto;display: block;}
|
|
.hover-img a{position:relative;overflow:hidden;display:block}
|
|
.hover-img a::before{content:"";position:absolute;top:0;left:-15%;bottom:0;width:0;height:100%;background-color:rgba(255,255,255,0.5);-webkit-transition:none;transition:none;-webkit-transform:skewX(-25deg);transform:skewX(-10deg)}
|
|
.hover-img a:hover::before{width:120%;background-color:rgba(255,255,255,0);-webkit-transition:all .45s ease-out;transition:all .45s ease-out;z-index:2}
|
|
.scale-img{display:block;overflow:hidden}
|
|
.scale-img:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)}
|
|
.scale-img img{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s all;transition:.3s all}
|
|
.content-container {max-width: 500px;min-height: 300px;}
|
|
@keyframes gradient-bg-antimation {
|
|
0% {background-position: 0 0}
|
|
100% {background-position: -200% 0}
|
|
}
|
|
.bg-linear{
|
|
background: linear-gradient(90deg, #08733F 36.74%, #B5D033 76.6%);
|
|
}
|
|
.bg-linear-animate{
|
|
background: repeating-linear-gradient(90deg, #C924AA 0%, #6A7ED1 98.41%);
|
|
background-size: 200% auto;
|
|
background-position: 0 100%;
|
|
animation: 2s linear infinite forwards gradient-bg-antimation;
|
|
}
|
|
.fancybox-thumbs__list a {height: 90px;background-size: 100% 100%;background-color: #fff;transition: unset}
|
|
.fancybox-thumbs__list a:before {border: 3px solid #1781E0}
|
|
.label-container{display:block;position:relative;padding-left: 24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height: 21px;cursor: pointer;}
|
|
.label-container:hover{@extend .color-main;}
|
|
.label-container .checkmark{position:absolute;top:3px;left:0;height: 13px;width: 13px;background-color: #fff;border-radius:50%;border: 1px solid #BFBFBF}
|
|
.label-container input{position:absolute;opacity:0;cursor:pointer}
|
|
.label-container input:checked ~ .checkmark{border-color: #FF7A00;}
|
|
.label-container input:checked ~ .checkmark:after{display:block}
|
|
.label-container input:checked ~ .checkmark:after {content: '';width: 8px;height: 8px;background: #FF7A00;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
|
|
.container {
|
|
max-width: 1212px;
|
|
min-width: 1212px;
|
|
}
|
|
.row {
|
|
margin: 0 -6px;
|
|
}
|
|
.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
|
|
padding: 0 6px;
|
|
}
|
|
.icon-star{background-image: url(../images/star.png);width: 85px;height: 14px;display: inline-block;background-repeat: no-repeat;background-size: 85px 90px;vertical-align: sub;}
|
|
.icon-star.star-1{background-position: -2px -74px;}
|
|
.icon-star.star-2{background-position: -2px -56px;}
|
|
.icon-star.star-3{background-position: -2px -38px;}
|
|
.icon-star.star-4{background-position: -2px -20px;}
|
|
.icon-star.star-5, .icon-star.star-0{background-position: -2px -2px;}
|
|
.icons{
|
|
background: url(../images/global-sprite.png) no-repeat;
|
|
background-size: 300px 325px;
|
|
}
|
|
.global-breadcrumb, .global-other-breadcrumb{
|
|
padding: 17px 0;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
a{
|
|
color: #414141;
|
|
&:hover{
|
|
@extend .color-main;
|
|
}
|
|
}
|
|
ol, ul{
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
li{
|
|
display: flex;
|
|
align-items: center;
|
|
&::after{
|
|
content:'\276F';
|
|
padding: 0 10px;
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
margin-top: 1px;
|
|
}
|
|
&:last-child{
|
|
&::after{
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
h1{
|
|
@extend .inherit;
|
|
}
|
|
}
|
|
.global-other-breadcrumb{
|
|
font-weight: 600;
|
|
color: #fff;
|
|
padding: 160px 0;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
line-height: 30px;
|
|
a{
|
|
color: #fff;
|
|
}
|
|
.page-title{
|
|
font-size: 32px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
-webkit-text-stroke: 1px #129046;
|
|
margin: 20px 0 0 0;
|
|
line-height: normal;
|
|
}
|
|
}
|
|
.paging{
|
|
margin: 10px 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
a{
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
border-radius: 50%;
|
|
background: #F4F4F4;
|
|
text-align: center;
|
|
color: #333;
|
|
margin: 0 5px;
|
|
transition: .12s all;
|
|
overflow: hidden;
|
|
&:hover, &.current{
|
|
background: #129046;
|
|
color: #fff;
|
|
font-weight: 700;
|
|
* {
|
|
filter: invert(1) brightness(100);
|
|
}
|
|
}
|
|
}
|
|
.icon-prev, .icon-next {
|
|
background: url(../images/global-icon-left.png) no-repeat 16px center;
|
|
background-size: 7px;
|
|
font-size: 0 !important;
|
|
display: block;
|
|
height: 100%;
|
|
}
|
|
.icon-next {
|
|
transform: rotate(-180deg);
|
|
}
|
|
}
|
|
.custom-nav{
|
|
.owl-nav {
|
|
margin: 0;
|
|
button{
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
margin: 0 !important;
|
|
background: unset !important;
|
|
&.disabled{
|
|
display: none;
|
|
}
|
|
&:hover .arrow{
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.owl-prev {
|
|
left: 0;
|
|
}
|
|
.owl-next {
|
|
right: 0;
|
|
}
|
|
.arrow{
|
|
width: 27px;
|
|
height: 54px;
|
|
display: block;
|
|
background: url(../images/global-icon-left.png) no-repeat;
|
|
background-position: 5px center;
|
|
background-size: 9px 17px;
|
|
transition: .2s all;
|
|
background-color: #D9D9D9;
|
|
border-radius: 0 40px 40px 0;
|
|
}
|
|
.arrow-next{
|
|
transform: rotate(180deg);
|
|
}
|
|
}
|
|
}
|
|
.custom-nav-2{
|
|
.owl-nav {
|
|
margin-top: 24px !important;
|
|
}
|
|
button{
|
|
background: unset !important;
|
|
&:hover .arrow{
|
|
filter: invert(22%) sepia(49%) saturate(5545%) hue-rotate(142deg) brightness(101%) contrast(86%);
|
|
}
|
|
}
|
|
.arrow{
|
|
@extend .icons;
|
|
width: 32px;
|
|
height: 32px;
|
|
display: block;
|
|
background-position: -221px -259px;
|
|
}
|
|
.arrow-next{
|
|
transform: rotate(180deg);
|
|
background-position: -221px -258px;
|
|
}
|
|
}
|
|
.custom-dots{
|
|
.owl-dots {
|
|
margin-top: 15px !important;
|
|
.owl-dot {
|
|
margin: 0 3px;
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50px;
|
|
background: transparent;
|
|
transition: .2s all;
|
|
background: #646464;
|
|
span{
|
|
display: none;
|
|
}
|
|
&.active{
|
|
width: 53px;
|
|
}
|
|
&.active,&:hover{
|
|
background: #128F3D;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.global-title-background{
|
|
@extend .color-text;
|
|
font-size: 36px;
|
|
font-weight: 700;
|
|
line-height: 60px;
|
|
display: inline-block;
|
|
position: relative;
|
|
margin: 0 0 20px 0;
|
|
text-transform: uppercase;
|
|
&::before{
|
|
content: '';
|
|
position: absolute;
|
|
inset: 0;
|
|
background: url(../images/global-bg-logo.png) no-repeat center;
|
|
background-size: contain;
|
|
}
|
|
}
|
|
.global-header-top{
|
|
background: #118F3E;
|
|
padding: 10px 0;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
a{
|
|
color: #fff;
|
|
}
|
|
.col-right {
|
|
display: flex;
|
|
align-items: center;
|
|
a {
|
|
margin: 0 18px;
|
|
}
|
|
}
|
|
.col-left{
|
|
border-radius: 18px;
|
|
opacity: 0.9;
|
|
padding: 0 13px 0 34px;
|
|
color: #0D642B;
|
|
font-weight: 600;
|
|
background: linear-gradient(45deg, #DAF5B6 0%, #F7FAF2 100%);
|
|
background-size: 200% auto;
|
|
animation: 2s linear infinite forwards gradient;
|
|
position: relative;
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 22px;
|
|
height: 22px;
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 3px;
|
|
background-position: -276px -260px;
|
|
}
|
|
}
|
|
.header-language {
|
|
position: relative;
|
|
&:hover{
|
|
.language-holder {
|
|
top: 100%;
|
|
z-index: 4;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
}
|
|
.title{
|
|
margin: 0;
|
|
padding: 0 20px;
|
|
border-left: 1px solid;
|
|
line-height: 20px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
&::after{
|
|
content: "";
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 0;
|
|
width: 6px;
|
|
height: 6px;
|
|
border: 1px solid #fff;
|
|
border-top: 0;
|
|
border-right: 0;
|
|
transform: rotate(-45deg);
|
|
}
|
|
}
|
|
}
|
|
.language-holder{
|
|
background: #fff;
|
|
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
top: calc(100% + 30px);
|
|
right: 0;
|
|
z-index: -1;
|
|
transition: .2s all;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
overflow: hidden;
|
|
a{
|
|
display: block;
|
|
margin: 0;
|
|
color: #000;
|
|
white-space: nowrap;
|
|
padding: 5px 15px;
|
|
&:hover{
|
|
background: #4d983a;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.global-header-container{
|
|
position: sticky;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 3;
|
|
background: #fff;
|
|
box-shadow: 0px 2px 10px 0px rgba(106, 106, 106, 0.25);
|
|
transition: .2s all;
|
|
.header-content-container{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.header-logo{
|
|
width: 154px;
|
|
margin-right: 12px;
|
|
}
|
|
.col-right{
|
|
width: calc(100% - 166px);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.group-title{
|
|
color: #000;
|
|
text-transform: uppercase;
|
|
line-height: 30px;
|
|
margin: 0 38px 0 0;
|
|
cursor: pointer;
|
|
&:hover{
|
|
@extend .color-main-2;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
.icon-search {
|
|
margin-left: 10px;
|
|
width: 22px;
|
|
height: 22px;
|
|
background-position: -8px -9px;
|
|
&.active{
|
|
background: transparent;
|
|
&::before{
|
|
content: '\2715';
|
|
display: block;
|
|
height: 100%;
|
|
font-size: 20px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
color: #000;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.header-menu-item{
|
|
position: relative;
|
|
padding: 25px 0;
|
|
margin: 0 38px 0 0;
|
|
&:hover{
|
|
.group-title{
|
|
@extend .color-main-2;
|
|
font-weight: 600;
|
|
&::after {
|
|
transform: rotate(-135deg);
|
|
top: 13px;
|
|
}
|
|
}
|
|
.menu-sub-group {
|
|
transition: .3s all;
|
|
top: 100%;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
z-index: 5;
|
|
}
|
|
}
|
|
.group-title {
|
|
position: relative;
|
|
padding-right: 15px;
|
|
margin: 0;
|
|
&::after{
|
|
content: '\25E2';
|
|
position: absolute;
|
|
top: 9px;
|
|
right: 0px;
|
|
font-size: 8px;
|
|
line-height: 1;
|
|
transform: rotate(45deg);
|
|
}
|
|
}
|
|
.menu-sub-group{
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
z-index: -1;
|
|
background: #fff;
|
|
position: absolute;
|
|
left: 0;
|
|
top: calc(100% + 30px);
|
|
transition: unset;
|
|
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
|
|
a{
|
|
display: block;
|
|
color: #414141;
|
|
border-top: 1px solid #E1E1E1;
|
|
line-height: 40px;
|
|
padding: 0 25px;
|
|
white-space: nowrap;
|
|
&:hover{
|
|
background: #129046;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.global-search-container {
|
|
position: absolute;
|
|
right: 0;
|
|
top: calc(100% + 30px);
|
|
transition: .3s all;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
z-index: -2;
|
|
background: #fff;
|
|
padding-right: 40px;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
|
|
&.active{
|
|
top: 100%;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
z-index: 4
|
|
}
|
|
input{
|
|
padding: 0 10px;
|
|
margin: 0;
|
|
width: 320px;
|
|
height: 42px;
|
|
border: 0;
|
|
}
|
|
.icon-search{
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
width: 36px;
|
|
height: 100%;
|
|
background-position: -6px 1px;
|
|
}
|
|
}
|
|
.global-header-homepage{
|
|
background: transparent;
|
|
box-shadow: unset;
|
|
.header-content-container {
|
|
border-bottom: 1px solid #5CCD83;
|
|
}
|
|
}
|
|
.global-footer-end{
|
|
background: #ECECEC;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
padding: 2px;
|
|
margin-top: 12px;
|
|
p{
|
|
margin: 0;
|
|
}
|
|
img{
|
|
width: auto;
|
|
height: 48px;
|
|
}
|
|
}
|
|
.global-footer-container{
|
|
background: #fff;
|
|
padding: 40px 0 0 0;
|
|
line-height: 27px;
|
|
position: relative;
|
|
&::before{
|
|
@extend .bg-linear;
|
|
content: '';
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 8px;
|
|
}
|
|
.container{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.item{
|
|
width: 25%;
|
|
margin-bottom: 27px;
|
|
&:nth-child(1){
|
|
padding-top: 0;
|
|
.group-title{
|
|
display: none;
|
|
}
|
|
}
|
|
img{
|
|
width: auto;
|
|
max-width: 122px;
|
|
display: block;
|
|
margin: 0 0 18px 0;
|
|
}
|
|
}
|
|
.group-title{
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 20px 0 6px 0;
|
|
}
|
|
.item-list{
|
|
a{
|
|
display: table;
|
|
color: #000;
|
|
font-size: 15px;
|
|
font-weight: 300;
|
|
&:hover{
|
|
@extend .color-text;
|
|
}
|
|
}
|
|
}
|
|
.footer-bct{
|
|
img{
|
|
margin: 10px 0 0 0;
|
|
max-width: 100%;
|
|
max-height: 56px;
|
|
}
|
|
}
|
|
.footer-info-group {
|
|
width: 100%;
|
|
padding-top: 14px;
|
|
position: relative;
|
|
&::before{
|
|
content: '';
|
|
background: #129046;
|
|
width: 100%;
|
|
max-width: 975px;
|
|
height: 1px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 112px;
|
|
}
|
|
.group-title {
|
|
margin: 0 0 6px 0;
|
|
text-transform: unset;
|
|
}
|
|
}
|
|
.info-list{
|
|
line-height: 22px;
|
|
font-size: 14px;
|
|
b{
|
|
font-weight: 500;
|
|
}
|
|
p{
|
|
margin: 0;
|
|
font-weight: 300;
|
|
}
|
|
a{
|
|
color: #000;
|
|
display: inline-block;
|
|
&:hover{
|
|
@extend .color-text;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.footer-social-media{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
a{
|
|
width: 26px;
|
|
height: 26px;
|
|
margin: 13px 26px 0 0;
|
|
&:hover{
|
|
filter: invert(29%) sepia(36%) saturate(1104%) hue-rotate(89deg) brightness(89%) contrast(91%);
|
|
}
|
|
}
|
|
.icon-facebook{
|
|
background-position: -85px -8px;
|
|
}
|
|
.icon-youtube{
|
|
background-position: -126px -4px;
|
|
}
|
|
.icon-google{
|
|
background-position: -168px -3px;
|
|
}
|
|
.icon-twitter{
|
|
background-position: -212px -5px;
|
|
}
|
|
.icon-instagram{
|
|
background-position: -257px -7px;
|
|
}
|
|
}
|
|
.global-go-top {
|
|
width: 40px;
|
|
height: 40px;
|
|
position: fixed;
|
|
right: -100%;
|
|
bottom: 10%;
|
|
border-radius: 5px;
|
|
transition: .3s all;
|
|
transform: rotate(90deg);
|
|
background: url(../images/global-icon-left.png) no-repeat center;
|
|
background-size: 9px;
|
|
background-color: #fff;
|
|
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
|
|
&:hover{
|
|
filter: invert(1);
|
|
transition: .1s all;
|
|
}
|
|
&.active{
|
|
right: 10px;
|
|
}
|
|
}
|
|
|
|
/* === Cổ đông === */
|
|
.shareholder-page{
|
|
background: #fff;
|
|
.col-left{
|
|
width: 220px;
|
|
margin: 0 30px 0 0;
|
|
background: #fff;
|
|
border: 1px solid #ECECEC;
|
|
padding: 12px 10px;
|
|
a{
|
|
display: block;
|
|
position: relative;
|
|
color: #414141;
|
|
font-size: 15px;
|
|
line-height: 26px;
|
|
padding: 10px 10px 10px 30px;
|
|
border-radius: 5px;
|
|
margin: 0 0 3px 0;
|
|
&:hover, &.current{
|
|
color: #0D642B;
|
|
background: #E0F6E8;
|
|
&::before{
|
|
box-shadow: 0px 0px 0px 1px #0D642B;
|
|
}
|
|
&::after{
|
|
background: #BDE5CB;
|
|
box-shadow: 0px 0px 0px 1px #0D642B;
|
|
}
|
|
}
|
|
&::before{
|
|
content: '';
|
|
width: 12px;
|
|
height: 12px;
|
|
border-radius: 50%;
|
|
box-shadow: 0px 0px 0px 1px #E1E1E1;
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 17px;
|
|
background: #fff;
|
|
}
|
|
&::after{
|
|
content: "";
|
|
width: 5.6px;
|
|
height: 5.6px;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
left: 13px;
|
|
top: 20.3px;
|
|
}
|
|
* {
|
|
@extend .inherit;
|
|
}
|
|
}
|
|
}
|
|
.col-right{
|
|
width: calc(100% - 250px);
|
|
min-height: 400px;
|
|
}
|
|
.group-title, .current-page-title{
|
|
@extend .color-text;
|
|
font-size: 32px;
|
|
line-height: 40px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.current-page-title{
|
|
width: 100%;
|
|
margin: 20px 0;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.shareholder-home-page{
|
|
.shareholder-cate-container{
|
|
margin: 70px auto 60px auto;
|
|
}
|
|
}
|
|
.shareholder-cate-container, .shareholder-report-page, .shareholder-prospectus-page{
|
|
margin: 20px auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
}
|
|
.shareholder-cate-list{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
.item{
|
|
width: 25%;
|
|
background: #C3F3D4;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
text-align: center;
|
|
color: #0D642B;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 28px;
|
|
text-transform: uppercase;
|
|
padding: 40px 35px 12px 35px;
|
|
&:nth-child(2),&:nth-child(4),
|
|
&:nth-child(5),&:nth-child(7),
|
|
&:nth-child(10),&:nth-child(12),
|
|
&:nth-child(13),&:nth-child(15){
|
|
background: #E6FBF2;
|
|
}
|
|
}
|
|
.item-image{
|
|
width: 120px;
|
|
height: 102px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: contain;
|
|
margin: auto auto 25px auto;
|
|
display: block;
|
|
}
|
|
.item-title{
|
|
@extend .inherit;
|
|
width: 100%;
|
|
height: calc(100% - 127px);
|
|
}
|
|
img{
|
|
width: auto;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
}
|
|
.shareholder-major-container{
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
padding: 45px 0;
|
|
position: relative;
|
|
.group-title{
|
|
margin: 0 0 30px 0;
|
|
}
|
|
.item{
|
|
width: 310px;
|
|
height: 310px;
|
|
overflow: hidden;
|
|
border-radius: 310px;
|
|
margin: 10px auto;
|
|
background: #FFF;
|
|
box-shadow: 0px 2px 10px 0px rgba(106, 106, 106, 0.25);
|
|
border: 1px solid #08733F;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
padding: 15px;
|
|
p{
|
|
margin: 0;
|
|
}
|
|
img {
|
|
display: block;
|
|
margin: auto;
|
|
position: absolute;
|
|
inset: 0;
|
|
max-height: 94px;
|
|
width: auto;
|
|
}
|
|
}
|
|
.item-logo{
|
|
display: block;
|
|
width: 100%;
|
|
padding-bottom: 95px;
|
|
margin: 0 0 11px 0;
|
|
position: relative;
|
|
}
|
|
.item-name{
|
|
@extend .color-text;
|
|
line-height: 26px;
|
|
margin: 0 0 18px 0 !important;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
.shareholder-article-container{
|
|
padding-top: 60px;
|
|
padding-bottom: 60px;
|
|
.group-title-holder {
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: space-between;
|
|
margin: 0 0 40px 0;
|
|
a{
|
|
color: #FF881A;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
padding-right: 12px;
|
|
position: relative;
|
|
&::after{
|
|
content: '\00AB';
|
|
transform: rotate(-180deg);
|
|
position: absolute;
|
|
font-size: 20px;
|
|
margin-top: 4px;
|
|
right: 0;
|
|
}
|
|
}
|
|
}
|
|
.group-title{
|
|
margin: 0;
|
|
}
|
|
.item{
|
|
color: #767676;
|
|
line-height: 20px;
|
|
a{
|
|
color: #646464;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
line-height: 18px;
|
|
text-transform: capitalize;
|
|
margin: 0 0 7px 0;
|
|
}
|
|
img{
|
|
@extend .fit-img;
|
|
border-radius: 7px;
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
.item-img{
|
|
position: relative;
|
|
border-radius: 7px;
|
|
padding-bottom: 69%;
|
|
display: block;
|
|
}
|
|
.item-title{
|
|
display: block;
|
|
&:hover{
|
|
@extend .color-text;
|
|
}
|
|
}
|
|
.item-time{
|
|
display: block;
|
|
padding-left: 25px;
|
|
position: relative;
|
|
margin: 7px 0 0 0;
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
left: 0;
|
|
background-position: -54px -7px;
|
|
}
|
|
}
|
|
}
|
|
.shareholder-report-list{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
.item{
|
|
margin: 0 12px 16px 0;
|
|
width: calc(100% / 3 - 8px);
|
|
&:nth-child(3n){
|
|
margin-right: 0;
|
|
}
|
|
img{
|
|
display: block;
|
|
margin: auto auto 16px auto;
|
|
width: auto;
|
|
}
|
|
}
|
|
.item-title{
|
|
color: #0D642B;
|
|
font-size: 18px;
|
|
line-height: 23px;
|
|
text-transform: uppercase;
|
|
margin: 16px 0 0 0;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
.shareholder-paging{
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
margin: 7px 0 0 0;
|
|
a{
|
|
color: #FF881A;
|
|
&::after{
|
|
content: '\25BE';
|
|
margin-left: 2px;
|
|
}
|
|
}
|
|
}
|
|
.shareholder-report-page{
|
|
.col-left{
|
|
margin-right: 0;
|
|
}
|
|
.col-right{
|
|
width: calc(100% - 220px);
|
|
background: #fff;
|
|
border: 1px solid #ECECEC;
|
|
padding: 37px 25px 0 21px;
|
|
border-radius: 3px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.report-timelines-group{
|
|
margin-right: 30px;
|
|
width: calc(100% - 860px);
|
|
position: relative;
|
|
&::before{
|
|
content: '';
|
|
width: 1px;
|
|
background: #BDBDBD;
|
|
position: absolute;
|
|
left: 8.5px;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
.item{
|
|
display: block;
|
|
position: relative;
|
|
color: #000;
|
|
line-height: 20px;
|
|
padding: 0 0 0 32px;
|
|
margin: 0 0 45px 0;
|
|
&::before{
|
|
content: '';
|
|
width: 19px;
|
|
height: 19px;
|
|
border-radius: 50%;
|
|
background: #FFF;
|
|
border: 1px solid #959595;
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 0;
|
|
}
|
|
&:last-child{
|
|
margin-bottom: 25px;
|
|
}
|
|
&:hover, &.current{
|
|
&::before{
|
|
background: #FF881A;
|
|
border-color: transparent;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.report-list-holder {
|
|
width: 830px;
|
|
}
|
|
.report-item{
|
|
padding: 12px 0 12px 40px;
|
|
position: relative;
|
|
color: #959595;
|
|
font-size: 13px;
|
|
line-height: 20px;
|
|
text-transform: capitalize;
|
|
border-bottom: 1px solid #ECECEC;
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 32px;
|
|
height: 32px;
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 0;
|
|
background-position: -152px -42px;
|
|
}
|
|
.item-title{
|
|
@extend .color-main;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 32px;
|
|
text-decoration: underline;
|
|
text-transform: capitalize;
|
|
}
|
|
.item-time{
|
|
display: block;
|
|
padding-left: 25px;
|
|
position: relative;
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 20px;
|
|
height: 20px;
|
|
position: absolute;
|
|
left: 0;
|
|
background-position: -54px -7px;
|
|
}
|
|
}
|
|
}
|
|
.shareholder-paging{
|
|
text-align: right;
|
|
margin: 0;
|
|
padding: 18px 0;
|
|
}
|
|
}
|
|
.shareholder-prospectus-page, .shareholder-regulation-page{
|
|
.col-right{
|
|
padding: 0;
|
|
}
|
|
.report-list-holder{
|
|
width: 100%;
|
|
padding: 36px;
|
|
}
|
|
}
|
|
.shareholder-regulation-page {
|
|
.report-list-holder {
|
|
padding: 12px 26px;
|
|
}
|
|
.page-tab-group {
|
|
background: #E6FBF2;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
line-height: 52px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
.item{
|
|
@extend .color-main;
|
|
width: 50%;
|
|
border-right: 1px solid #E6FBF2;
|
|
&:last-child{
|
|
border: 0;
|
|
}
|
|
&:hover, &.current{
|
|
background: #128F3D;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
/* === Sản phẩm === */
|
|
.p-item{
|
|
padding: 12px;
|
|
background: #fff;
|
|
border: 1px solid #ECECEC;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
&:hover {
|
|
img{
|
|
bottom: 15px;
|
|
}
|
|
}
|
|
a{
|
|
color: #000;
|
|
}
|
|
img{
|
|
@extend .fit-img;
|
|
transition: .4s all;
|
|
}
|
|
.p-img{
|
|
position: relative;
|
|
padding-bottom: 100%;
|
|
margin: 0 0 12px 0;
|
|
display: block;
|
|
overflow: hidden
|
|
}
|
|
.p-name{
|
|
@extend .line-clamp-2;
|
|
margin: 12px 0 3px 0;
|
|
color: #000;
|
|
height: 44px;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
line-height: 22px;
|
|
text-transform: uppercase;
|
|
&:hover{
|
|
@extend .color-text;
|
|
}
|
|
*{
|
|
@extend .inherit;
|
|
}
|
|
}
|
|
.p-summary{
|
|
@extend .line-clamp-3;
|
|
}
|
|
}
|
|
.product-page {
|
|
padding-bottom: 100px;
|
|
.group-left{
|
|
width: 291px;
|
|
margin: 0 12px 0 0;
|
|
}
|
|
.group-right{
|
|
width: calc(100% - 303px);
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
padding: 15px 12px;
|
|
}
|
|
.product-holder {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.p-item{
|
|
margin: 0 12px 12px 0;
|
|
width: calc(100% / 4 - 9px);
|
|
&:nth-child(4n){
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|
|
.product-list-container{
|
|
display: block;
|
|
.p-item {
|
|
width: calc(100% / 2 - 6px);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 12px 9px 12px 12px;
|
|
&:nth-child(2n){
|
|
margin-right: 0;
|
|
}
|
|
.p-img {
|
|
margin: 0 12px 0 0;
|
|
width: 40%;
|
|
padding-bottom: 40%;
|
|
}
|
|
.p-text{
|
|
width: calc(100% - 40% - 12px);
|
|
}
|
|
.p-name{
|
|
margin: 0 0 19px 0;
|
|
line-height: 20px;
|
|
height: auto;
|
|
}
|
|
}
|
|
}
|
|
.product-sort-group{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 0 16px 0;
|
|
line-height: 32px;
|
|
.page-title{
|
|
font-size: 16px;
|
|
margin: 0;
|
|
line-height: inherit;
|
|
font-weight: 400;
|
|
b{
|
|
@extend .color-main-2;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
.box-right{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
select {
|
|
border-radius: 50px;
|
|
background: #F2F1F1;
|
|
height: 32px;
|
|
min-width: 115px;
|
|
margin: 0 4px 0 0;
|
|
font-size: 15px;
|
|
color: #353535;
|
|
padding: 0 8px;
|
|
border: 0;
|
|
}
|
|
.sort-icons{
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
margin: 0 4px 0 0;
|
|
background: #F2F1F1;
|
|
&::before{
|
|
@extend .icons;
|
|
content: '';
|
|
display: block;
|
|
height: 100%;
|
|
}
|
|
&:last-child{
|
|
margin: 0;
|
|
}
|
|
&:hover, &.current{
|
|
background: #129046;
|
|
&::before{
|
|
filter: invert(1) brightness(100);
|
|
}
|
|
}
|
|
}
|
|
.icon-grid::before {
|
|
background-position: -208px -82px;
|
|
}
|
|
.icon-list::before {
|
|
background-position: -250px -82px;
|
|
}
|
|
}
|
|
.product-filter-container{
|
|
padding: 23px 12px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
margin: 0 0 12px 0;
|
|
&::before{
|
|
@extend .bg-linear;
|
|
content: '';
|
|
height: 7px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
a{
|
|
display: block;
|
|
position: relative;
|
|
color: #000;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
margin-bottom: 10px;
|
|
&:hover{
|
|
@extend .color-main-2;
|
|
}
|
|
*{
|
|
@extend .inherit;
|
|
}
|
|
}
|
|
.filter-item{
|
|
margin: 0 0 30px 0;
|
|
&:last-child{
|
|
margin: 0;
|
|
}
|
|
}
|
|
.filter-title{
|
|
@extend .color-main-2;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
line-height: 27px;
|
|
padding-bottom: 4px;
|
|
margin: 0 0 12px 0;
|
|
border-bottom: 1px solid #5CCD83;
|
|
text-transform: uppercase;
|
|
}
|
|
.filter-category{
|
|
a{
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: space-between;
|
|
&::after{
|
|
content: '\276F';
|
|
color: #BDBDBD;
|
|
}
|
|
}
|
|
}
|
|
.filter-list{
|
|
a{
|
|
padding: 0 0 0 33px;
|
|
&::before{
|
|
content: '';
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 3px;
|
|
border: 1px solid #B5B5B5;
|
|
background: #fff;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
&.current{
|
|
@extend .color-main-2;
|
|
&::before{
|
|
background: #129046;
|
|
border-color: transparent;
|
|
}
|
|
&::after{
|
|
content: '\2713';
|
|
color: #fff;
|
|
width: 20px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.top-product-container{
|
|
border-radius: 5px;
|
|
margin-bottom: 20px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: 100% 100%;
|
|
padding: 13px 12px 30px 12px;
|
|
.group-title{
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 32px;
|
|
font-weight: 700;
|
|
line-height: 51px;
|
|
text-transform: uppercase;
|
|
margin: 0 0 24px 0;
|
|
}
|
|
.p-item{
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
}
|
|
.product-static-group{
|
|
margin: 12px 0;
|
|
border-radius: 5px;
|
|
border: 1px solid #BDE5CB;
|
|
background: #FFF;
|
|
padding: 20px 12px;
|
|
font-size: 16px;
|
|
.group-title{
|
|
text-align: center;
|
|
line-height: 20px;
|
|
margin-bottom: 10px;
|
|
@extend .color-main-2;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
}
|
|
.text{
|
|
display: flex;
|
|
margin-bottom: 12px;
|
|
&:last-child{
|
|
margin: 0;
|
|
}
|
|
span{
|
|
width: calc(100% - 36px);
|
|
}
|
|
}
|
|
.icons{
|
|
width: 24px;
|
|
height: 25px;
|
|
margin-right: 12px;
|
|
}
|
|
.icon-1 {
|
|
background-position: -6px -89px;
|
|
}
|
|
.icon-2 {
|
|
background-position: -48px -90px;
|
|
}
|
|
.icon-3 {
|
|
background-position: -90px -87px;
|
|
}
|
|
.icon-4 {
|
|
background-position: -131px -84px;
|
|
}
|
|
.icon-5 {
|
|
background-position: -171px -88px;
|
|
}
|
|
}
|
|
.product-support-group{
|
|
margin: 12px 0;
|
|
border-radius: 5px;
|
|
border: 1px solid #BDE5CB;
|
|
background: #FFF;
|
|
padding: 20px 12px;
|
|
line-height: 24px;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
p{
|
|
margin: 0;
|
|
}
|
|
img{
|
|
display: block;
|
|
margin: 15px auto 20px auto;
|
|
width: auto;
|
|
max-width: 150px;
|
|
}
|
|
.group-title{
|
|
font-weight: 600;
|
|
margin: 0 0 15px 0;
|
|
line-height: 20px;
|
|
}
|
|
.page-support-tel{
|
|
display: block;
|
|
color: #128F3D;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
line-height: 39px;
|
|
}
|
|
.line{
|
|
color: #646464;
|
|
font-size: 15px;
|
|
line-height: 25px;
|
|
position: relative;
|
|
margin: 0 0 6px 0;
|
|
&::before{
|
|
content: '';
|
|
background: #959595;
|
|
height: 1px;
|
|
position: absolute;
|
|
top: 13px;
|
|
left: 13px;
|
|
right: 13px;
|
|
}
|
|
span{
|
|
display: inline-block;
|
|
padding: 0 27px;
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
}
|
|
.page-support-chat{
|
|
background-color: #fff;
|
|
border: 1px solid #129046;
|
|
@extend .color-main-2;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 40px;
|
|
display: block;
|
|
margin: 6px 0 0 0;
|
|
transition: .15s all;
|
|
&:hover{
|
|
color: #fff;
|
|
background: #129046;
|
|
}
|
|
}
|
|
}
|
|
.product-detail-page{
|
|
padding-bottom: 90px;
|
|
.pd-box-group{
|
|
padding: 12px;
|
|
background: #fff;
|
|
margin-bottom: 12px;
|
|
.group-title {
|
|
@extend .color-main-2;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
line-height: 33px;
|
|
margin: 0 0 7px 0;
|
|
}
|
|
}
|
|
.page-title {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
margin: 0 0 7px 0;
|
|
line-height: 30px;
|
|
}
|
|
.pd-functional-group{
|
|
font-weight: 500;
|
|
margin: 3px 0;
|
|
line-height: 30px;
|
|
*{
|
|
margin: 0 20px 0 0;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.pd-brand-group{
|
|
margin: 3px 0 8px 0;
|
|
line-height: 30px;
|
|
a{
|
|
@extend .color-main-2;
|
|
font-weight: 700;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.pd-manuals-group{
|
|
border-radius: 5px;
|
|
background: #F9F9F9;
|
|
overflow: hidden;
|
|
margin: 0 0 16px 0;
|
|
p{
|
|
margin: 0;
|
|
}
|
|
td{
|
|
padding: 10px 12px;
|
|
vertical-align: baseline;
|
|
&:nth-child(1){
|
|
width: 110px;
|
|
}
|
|
&:nth-child(2){
|
|
> * {
|
|
margin: 0;
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 15px;
|
|
&::before {
|
|
content: '\25CF';
|
|
position: absolute;
|
|
left: 0;
|
|
font-size: 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.pd-btn-group{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
line-height: 30px;
|
|
a{
|
|
width: calc(100% / 2 - 6px);
|
|
margin: 0 0 16px 0;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
color: #000;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
padding: 15px;
|
|
transition: .2s all;
|
|
position: relative;
|
|
&:hover{
|
|
box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
|
|
}
|
|
}
|
|
.btn-contact {
|
|
background: #129046;
|
|
color: #fff;
|
|
}
|
|
.btn-address {
|
|
@extend .color-main-2;
|
|
@extend .bg-linear;
|
|
padding: 2px;
|
|
span{
|
|
background: #fff;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: inherit;
|
|
}
|
|
}
|
|
.btn-phone {
|
|
width: 100%;
|
|
background: #DFF0D8;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
padding: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 20px;
|
|
height: 20px;
|
|
display: inline-block;
|
|
background-position: -234px -135px;
|
|
margin-right: 9px;
|
|
animation: phonering 1.8s infinite ease-in-out;
|
|
}
|
|
b{
|
|
@extend .color-main-2;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
}
|
|
.pd-col-left {
|
|
width: 796px;
|
|
margin-right: 12px;
|
|
}
|
|
.pd-col-right {
|
|
width: 392px;
|
|
}
|
|
.pd-tab-group{
|
|
position: sticky;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 1;
|
|
background: #fff;
|
|
line-height: 26px;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
padding: 16px 12px 0 28px;
|
|
display: flex;
|
|
align-items: center;
|
|
&::after{
|
|
content: '';
|
|
position: absolute;
|
|
left: 12px;
|
|
right: 12px;
|
|
bottom: 0;
|
|
height: 1px;
|
|
background: #ECECEC;
|
|
}
|
|
a{
|
|
color: #646464;
|
|
margin-right: 35px;
|
|
padding: 0 0 7px 0;
|
|
position: relative;
|
|
&::after{
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: 2px;
|
|
width: 0%;
|
|
transition: .3s all;
|
|
z-index: 1;
|
|
background: transparent;
|
|
}
|
|
&:hover, &.current{
|
|
color: #129046;
|
|
&::after{
|
|
background: #129046;
|
|
width: 100%;
|
|
}
|
|
}
|
|
&:last-child{
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
.pd-desc-group{
|
|
font-size: 15px;
|
|
*{
|
|
line-height: 22px !important;
|
|
}
|
|
}
|
|
.pd-video-group{
|
|
.item{
|
|
margin-bottom: 12px;
|
|
text-align: center;
|
|
&:last-child{
|
|
margin: 0;
|
|
}
|
|
}
|
|
iframe {
|
|
margin: auto;
|
|
border-radius: 10px;
|
|
}
|
|
}
|
|
}
|
|
.pd-info-container{
|
|
padding: 12px 12px 44px 12px;
|
|
background: #fff;
|
|
margin-bottom: 12px;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
.pd-info-left {
|
|
width: 582px;
|
|
margin-right: 12px;
|
|
}
|
|
.pd-info-right {
|
|
width: calc(100% - 594px);
|
|
}
|
|
.pd-image-large{
|
|
border: 1px solid #ECECEC;
|
|
margin-bottom: 14px;
|
|
position: relative;
|
|
}
|
|
.pd-image-btn{
|
|
position:absolute;
|
|
top:50%;
|
|
left:0;
|
|
right:0;
|
|
transform:translateY(-50%);
|
|
z-index:7;
|
|
display:flex;
|
|
align-items:center;
|
|
justify-content:space-between;
|
|
width: 33px;
|
|
height: 66px;
|
|
border-radius:0 40px 40px 0;
|
|
background-color:rgba(120, 120, 120, 0.25);
|
|
&::before {
|
|
content: '';
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
background:url(../images/global-icon-left.png) no-repeat 5px center;
|
|
background-size:12px;
|
|
filter: invert(1) brightness(100);
|
|
}
|
|
}
|
|
.btn-next{
|
|
left:unset;
|
|
right:0;
|
|
transform:translateY(-50%) rotate(-180deg)
|
|
}
|
|
.pd-gallery-holder{
|
|
img{
|
|
filter: unset !important;
|
|
box-shadow: unset !important;
|
|
}
|
|
.item {
|
|
display: block;
|
|
border: 1px solid #ECECEC;
|
|
&.mz-thumb-selected{
|
|
border-color: transparent;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.pd-ask-item{
|
|
padding: 12px 0;
|
|
border-bottom: 1px solid #ECECEC;
|
|
&:last-child{
|
|
border: 0;
|
|
}
|
|
&.active {
|
|
.item-title{
|
|
@extend .color-main-2;
|
|
&::before{
|
|
filter: invert(36%) sepia(43%) saturate(6292%) hue-rotate(134deg) brightness(91%) contrast(86%);
|
|
}
|
|
&::after{
|
|
transform: rotate(90deg);
|
|
}
|
|
}
|
|
}
|
|
.item-answer{
|
|
display: none;
|
|
margin: 12px 0 0 0;
|
|
}
|
|
.item-title{
|
|
color: #313131;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 25px;
|
|
padding-left: 33px;
|
|
position: relative;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
&:hover{
|
|
@extend .color-main-2;
|
|
}
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 21px;
|
|
height: 20px;
|
|
background-position: -273px -135px;
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 0;
|
|
}
|
|
&::after{
|
|
content: "";
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 0;
|
|
width: 10px;
|
|
height: 10px;
|
|
background: url(../images/global-icon-left.png) no-repeat;
|
|
background-size: contain;
|
|
transform: rotate(-90deg);
|
|
}
|
|
}
|
|
}
|
|
.pd-related-container{
|
|
background: #fff;
|
|
padding: 15px 12px 12px 12px;
|
|
margin: 0 0 20px 0;
|
|
.group-title{
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
line-height: 26px;
|
|
padding-bottom: 7px;
|
|
margin: 0 0 18px 0;
|
|
border-bottom: 1px solid #ECECEC;
|
|
}
|
|
.product-list-container{
|
|
display: block;
|
|
}
|
|
.p-item{
|
|
width: 100%;
|
|
margin: 0 0 12px 0;
|
|
&:last-child{
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* === Tin tức === */
|
|
.art-item{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
padding: 16px 0;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
color: #646464;
|
|
img{
|
|
display: block;
|
|
}
|
|
.art-img {
|
|
width: 37%;
|
|
margin-right: 11px;
|
|
}
|
|
.art-text{
|
|
width: calc(100% - 37% - 11px);
|
|
}
|
|
.art-title{
|
|
@extend .line-clamp-2;
|
|
color: #2A2A2A;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 22px;
|
|
text-transform: capitalize;
|
|
margin: 0 0 6px 0;
|
|
*{
|
|
@extend .inherit;
|
|
}
|
|
&:hover{
|
|
@extend .color-main-2;
|
|
}
|
|
}
|
|
.art-summary{
|
|
@extend .line-clamp-2;
|
|
margin: 6px 0 10px 0;
|
|
}
|
|
.art-time{
|
|
color: #959595;
|
|
display: block;
|
|
margin: 10px 0 16px 0;
|
|
}
|
|
.art-btn{
|
|
@extend .color-main-2;
|
|
display: inline-block;
|
|
text-decoration-line: underline;
|
|
}
|
|
.art-time-holder{
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
.art-time{
|
|
margin: 0;
|
|
}
|
|
}
|
|
.art-category{
|
|
margin: 0 12px 0 0;
|
|
color: #FA4646;
|
|
text-transform: uppercase;
|
|
position: relative;
|
|
&::after{
|
|
content: '|';
|
|
color: #959595;
|
|
padding-left: 12px;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
}
|
|
}
|
|
.article-page{
|
|
background: #fff;
|
|
padding-bottom: 60px;
|
|
.page-banner-group{
|
|
position: relative;
|
|
img{
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.group-title{
|
|
color: #FFF;
|
|
font-size: 36px;
|
|
font-weight: 500;
|
|
line-height: 38px;
|
|
margin: 0;
|
|
position: absolute;
|
|
bottom: 32px;
|
|
&::after{
|
|
content: '';
|
|
width: 71px;
|
|
height: 1px;
|
|
background-color: #fff;
|
|
position: absolute;
|
|
left: calc(100% + 13px);
|
|
bottom: 5px;
|
|
}
|
|
}
|
|
}
|
|
.article-list{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
.art-item{
|
|
width: calc(100% / 2 - 14px);
|
|
&:nth-child(n+3){
|
|
border-top: 1px solid #ECECEC;
|
|
}
|
|
}
|
|
}
|
|
.paging{
|
|
padding: 40px 0;
|
|
}
|
|
}
|
|
.top-article-container {
|
|
margin-top: 10px;
|
|
padding-bottom: 40px;
|
|
margin-bottom: 24px;
|
|
border-bottom: 1px solid #ECECEC;
|
|
.art-item{
|
|
padding: 0;
|
|
.art-img {
|
|
width: 49.2%;
|
|
}
|
|
.art-text{
|
|
width: calc(100% - 49.2% - 11px);
|
|
}
|
|
.art-title{
|
|
@extend .line-clamp-3;
|
|
}
|
|
.art-summary{
|
|
@extend .line-clamp-3;
|
|
margin: 5px 0;
|
|
}
|
|
.art-btn{
|
|
margin: 5px 0 25px;
|
|
}
|
|
}
|
|
}
|
|
.article-detail-page{
|
|
.top-article-container{
|
|
width: 100%;
|
|
margin: 80px 0 0 0;
|
|
padding-bottom: 0;
|
|
border: 0;
|
|
.group-title{
|
|
color: #2A2A2A;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
line-height: 33px;
|
|
text-transform: uppercase;
|
|
padding: 0 0 16px 0;
|
|
margin: 0 0 16px 0;
|
|
border-bottom: 1px solid #959595;
|
|
}
|
|
}
|
|
.col-left {
|
|
width: 796px;
|
|
margin-right: 12px;
|
|
}
|
|
.col-right {
|
|
width: 392px;
|
|
}
|
|
.page-title{
|
|
color: #2A2A2A;
|
|
font-size: 32px;
|
|
font-weight: 600;
|
|
line-height: 43px;
|
|
text-transform: capitalize;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.art-detail-time{
|
|
color: #959595;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
margin: 10px 0 15px 0;
|
|
}
|
|
.art-detail-content{
|
|
font-size: 15px;
|
|
line-height: 22px;
|
|
padding-bottom: 16px;
|
|
* {
|
|
line-height: inherit !important;
|
|
}
|
|
}
|
|
.art-detail-share{
|
|
padding-top: 16px;
|
|
border-top: 1px solid #959595;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
line-height: 22px;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
p{
|
|
margin: 0 7px 0 0;
|
|
}
|
|
}
|
|
.art-share-btn{
|
|
display: flex;
|
|
align-items: center;
|
|
.icons{
|
|
width: 23px;
|
|
height: 23px;
|
|
margin: 0 7px;
|
|
&:hover{
|
|
filter: invert(37%) sepia(73%) saturate(2218%) hue-rotate(108deg) brightness(93%) contrast(106%);
|
|
}
|
|
}
|
|
.icon-facebook{
|
|
background-position: -85px -9px;
|
|
}
|
|
.icon-twitter{
|
|
background-position: -214px -6px;
|
|
}
|
|
}
|
|
}
|
|
.art-detail-list-group{
|
|
margin: 0 0 30px 0;
|
|
color: #2A2A2A;
|
|
.group-title{
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
line-height: 33px;
|
|
text-transform: uppercase;
|
|
margin: 0 0 10px 0;
|
|
padding-bottom: 14px;
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
.art-item{
|
|
border-top: 1px solid #ECECEC;
|
|
&:first-child{
|
|
border: 0;
|
|
}
|
|
.art-img {
|
|
width: 152px;
|
|
margin-right: 8px;
|
|
}
|
|
.art-text {
|
|
width: calc(100% - 160px);
|
|
}
|
|
.art-summary{
|
|
display: none;
|
|
}
|
|
.art-title{
|
|
@extend .line-clamp-3;
|
|
}
|
|
.art-time {
|
|
margin: 5px 0 10px 0;
|
|
}
|
|
.art-btn{
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
.library-page{
|
|
background: #fff;
|
|
padding-bottom: 60px;
|
|
.page-banner-group{
|
|
position: relative;
|
|
img{
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.group-title{
|
|
color: #FFF;
|
|
font-size: 36px;
|
|
font-weight: 500;
|
|
line-height: 38px;
|
|
margin: 0;
|
|
position: absolute;
|
|
bottom: 32px;
|
|
&::after{
|
|
content: '';
|
|
width: 71px;
|
|
height: 1px;
|
|
background-color: #fff;
|
|
position: absolute;
|
|
left: calc(100% + 13px);
|
|
bottom: 5px;
|
|
}
|
|
}
|
|
}
|
|
.page-tab-group{
|
|
margin: 16px 0 25px 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
line-height: 44px;
|
|
white-space: nowrap;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
.item{
|
|
color: #000;
|
|
margin: 0 12px 0 0;
|
|
border-radius: 40px;
|
|
box-shadow: 0px 0px 0px .8px #e1e1e1;
|
|
text-align: center;
|
|
padding: 0 30px;
|
|
transition: .1s all;
|
|
&:hover, &.current{
|
|
color: #fff;
|
|
background: #129046;
|
|
box-shadow: unset;
|
|
}
|
|
}
|
|
}
|
|
.library-list-holder{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.image-item, .video-item{
|
|
margin: 0 20px 20px 0;
|
|
width: calc(100% / 3 - 14px);
|
|
border-radius: 10px;
|
|
box-shadow: 0px 0px 0px .8px #BDBDBD;
|
|
background: #FFF;
|
|
overflow: hidden;
|
|
&:nth-child(3n){
|
|
margin-right: 0;
|
|
}
|
|
img{
|
|
@extend .fit-img;
|
|
}
|
|
.item-img{
|
|
display: block;
|
|
position: relative;
|
|
overflow: hidden;
|
|
padding-bottom: 240px;
|
|
}
|
|
.item-title {
|
|
display: block;
|
|
color: #000;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
&:hover{
|
|
@extend .color-main-2;
|
|
}
|
|
*{
|
|
@extend .inherit;
|
|
}
|
|
}
|
|
}
|
|
.video-item {
|
|
.item-title {
|
|
padding: 12px 12px 15px 12px;
|
|
}
|
|
.item-img{
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 1;
|
|
background-color: #fff;
|
|
background-position: -169px -118px;
|
|
}
|
|
}
|
|
}
|
|
.image-item{
|
|
.item-text{
|
|
padding: 12px;
|
|
}
|
|
}
|
|
.icon-box{
|
|
width: 28px;
|
|
height: 28px;
|
|
display: block;
|
|
margin: 8px 0 auto auto;
|
|
background-position: -132px -132px;
|
|
&:hover{
|
|
filter: invert(37%) sepia(73%) saturate(2218%) hue-rotate(108deg) brightness(93%) contrast(106%);
|
|
}
|
|
}
|
|
}
|
|
.contact-page{
|
|
background: #fff;
|
|
padding-bottom: 80px;
|
|
color: #2A2A2A;
|
|
.col-left, .col-right {
|
|
width: 594px;
|
|
padding-top: 40px;
|
|
}
|
|
.col-left {
|
|
margin-right: 12px;
|
|
}
|
|
.col-right{
|
|
border-radius: 5px;
|
|
border: 1px solid #ECECEC;
|
|
padding: 26px 29px;
|
|
height: 100%;
|
|
}
|
|
.item-info {
|
|
margin-bottom: 15px;
|
|
.group-title{
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
line-height: 40px;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
}
|
|
}
|
|
.item{
|
|
display: table;
|
|
color: #2A2A2A;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
text-transform: capitalize;
|
|
margin: 10px 0 20px 0;
|
|
padding: 0 0 0 36px;
|
|
position: relative;
|
|
&:hover{
|
|
@extend .color-main-2;
|
|
}
|
|
&:last-child{
|
|
text-transform: unset;
|
|
}
|
|
}
|
|
.icons {
|
|
width: 24px;
|
|
height: 25px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0;
|
|
}
|
|
.icon-map {
|
|
background-position: -269px -45px;
|
|
}
|
|
.icon-tel {
|
|
background-position: -192px -43px;
|
|
}
|
|
.icon-mail {
|
|
background-position: -232px -40px;
|
|
}
|
|
.page-title{
|
|
margin: 0 0 10px 0;
|
|
line-height: 40px;
|
|
font-size: 32px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
}
|
|
.input-item{
|
|
display: block;
|
|
margin-bottom: 16px;
|
|
line-height: 24px;
|
|
width: 100%;
|
|
&:nth-child(2){
|
|
margin-right: 12px;
|
|
}
|
|
&:nth-child(2), &:nth-child(3) {
|
|
width: calc(100% / 2 - 6px);
|
|
}
|
|
b{
|
|
display: block;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
input, textarea{
|
|
display: block;
|
|
width: 100%;
|
|
height: 52px;
|
|
padding: 0 18px;
|
|
border-radius: 5px;
|
|
border: 1px solid #E1E1E1;
|
|
margin: 0;
|
|
color: #959595;
|
|
font-size: 16px;
|
|
}
|
|
textarea{
|
|
max-height: 500px;
|
|
min-height: 340px;
|
|
padding: 14px 18px;
|
|
}
|
|
}
|
|
.btn-submit{
|
|
display: block;
|
|
width: 100%;
|
|
max-width: 262px;
|
|
line-height: 52px;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
background: #129046;
|
|
color: #FFF;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
.recruit-page{
|
|
background: #fff;
|
|
.page-title-group{
|
|
font-size: 16px;
|
|
line-height: 34px;
|
|
margin: 0 0 20px 0;
|
|
text-align: center;
|
|
P{
|
|
margin: 0;
|
|
}
|
|
}
|
|
.paging{
|
|
padding: 24px 12px;
|
|
}
|
|
}
|
|
.recruit-search-group{
|
|
max-width: 800px;
|
|
margin: 20px auto 40px auto;
|
|
border-radius: 5px;
|
|
border: 1px solid #E1E1E1;
|
|
background: #FFF;
|
|
position: relative;
|
|
overflow: hidden;
|
|
input{
|
|
width: calc(100% - 70px);
|
|
height: 64px;
|
|
padding: 0 26px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
border: 0;
|
|
margin: 0;
|
|
::placeholder{
|
|
color: #BDBDBD;
|
|
}
|
|
}
|
|
.icon-search{
|
|
background: linear-gradient(90deg, #1A532B -7.52%, #36894D 57.52%);
|
|
width: 64px;
|
|
height: 64px;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
cursor: pointer;
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
filter: brightness(100);
|
|
background-size: 400px;
|
|
background-position: 6px 7px;
|
|
}
|
|
}
|
|
}
|
|
.recruit-list-group {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
padding-bottom: 60px;
|
|
.col-left{
|
|
width: 291px;
|
|
margin-right: 12px;
|
|
border-radius: 5px;
|
|
border: 1px solid #ECECEC;
|
|
background: #FFF;
|
|
padding: 8px 12px 12px 12px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
&::before{
|
|
content: '';
|
|
height: 7px;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: linear-gradient(90deg, #89C466 0%, #037340 101.06%);
|
|
}
|
|
}
|
|
.col-right{
|
|
width: calc(100% - 303px);
|
|
}
|
|
.group-title{
|
|
@extend .color-main-2;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 40px;
|
|
border-bottom: 1px solid #5CCD83;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
}
|
|
.department-list{
|
|
padding: 24px 0 20px 0;
|
|
a{
|
|
display: table;
|
|
color: #000;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
margin-bottom: 20px;
|
|
padding: 0 0 0 35px;
|
|
position: relative;
|
|
&::before{
|
|
content: '';
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 3px;
|
|
border: 1px solid #b5b5b5;
|
|
position: absolute;
|
|
left: 0;
|
|
background: #fff;
|
|
}
|
|
&:last-child{
|
|
margin: 0;
|
|
}
|
|
&:hover{
|
|
@extend .color-main-2;
|
|
}
|
|
}
|
|
.active{
|
|
@extend .color-main-2;
|
|
&::before{
|
|
background: #129046;
|
|
border-color: transparent;
|
|
}
|
|
&::after{
|
|
content: "";
|
|
width: 10px;
|
|
height: 6px;
|
|
border: 2px solid #fff;
|
|
border-top: 0;
|
|
border-right: 0;
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 5px;
|
|
transform: rotate(-45deg);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.recruit-item{
|
|
@extend .clearfix;
|
|
padding: 20px 0;
|
|
border-bottom: 1px solid #E1E1E1;
|
|
line-height: 29px;
|
|
position: relative;
|
|
&:first-child{
|
|
padding-top: 0;
|
|
}
|
|
p{
|
|
margin: 4px 0 0 0;
|
|
}
|
|
b{
|
|
font-weight: 600;
|
|
}
|
|
.item-title{
|
|
@extend .color-main-2;
|
|
margin: 0 0 10px 0;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
display: table;
|
|
line-height: 25px;
|
|
position: relative;
|
|
}
|
|
.item-featured{
|
|
&::after{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 20px;
|
|
height: 20px;
|
|
display: inline-block;
|
|
background-position: -6px -171px;
|
|
vertical-align: bottom;
|
|
margin-left: 9px;
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
}
|
|
.item-btn{
|
|
@extend .bg-linear;
|
|
@extend .color-main-2;
|
|
line-height: 45px;
|
|
width: 100%;
|
|
max-width: 190px;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
display: block;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
padding: 1.6px;
|
|
float: right;
|
|
margin-top: 6px;
|
|
span{
|
|
display: block;
|
|
background: #fff;
|
|
}
|
|
&:hover{
|
|
span{
|
|
background: transparent;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.recruit-detail-page{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding-bottom: 80px;
|
|
.col-left {
|
|
width: 796px;
|
|
margin-right: 12px;
|
|
}
|
|
.col-right {
|
|
width: 392px;
|
|
}
|
|
.page-title{
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
line-height: 37px;
|
|
display: inline;
|
|
margin: 0 0 7px 0;
|
|
}
|
|
.recruit-time-left{
|
|
margin: 0 0 7px 0;
|
|
display: inline-block;
|
|
color: #FF2D2D;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
.page-address{
|
|
@extend .color-main-2;
|
|
margin: 0 0 7px 0;
|
|
font-size: 16px;
|
|
line-height: 29px;
|
|
b{
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|
|
.recruit-detail-content {
|
|
padding: 35px 15px;
|
|
border-radius: 5px;
|
|
border: 1px solid #E1E1E1;
|
|
background: #FFF;
|
|
.recruit-content-group{
|
|
font-size: 15px;
|
|
line-height: 22px;
|
|
.title{
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
text-transform: uppercase;
|
|
margin: 0;
|
|
padding: 15px 0;
|
|
border-top: 1px solid #BDBDBD;
|
|
}
|
|
*{
|
|
font-family: inherit !important;
|
|
font-size: inherit !important;
|
|
line-height: inherit !important;
|
|
}
|
|
}
|
|
.recruit-info{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
.item{
|
|
@extend .color-main;
|
|
text-align: center;
|
|
position: relative;
|
|
margin-bottom: 16px;
|
|
border-right: 1px solid #959595;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
padding: 0 41px;
|
|
&:last-child{
|
|
border: 0;
|
|
}
|
|
&:nth-child(2){
|
|
color: #459E3F;
|
|
}
|
|
&:nth-child(3){
|
|
color: #FF881A;
|
|
}
|
|
&:nth-child(4){
|
|
color: #FF431A;
|
|
}
|
|
*{
|
|
display: block;
|
|
}
|
|
b{
|
|
font-weight: 700;
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
}
|
|
.icons{
|
|
width: 30px;
|
|
height: 30px;
|
|
margin: 0 auto 5px auto;
|
|
}
|
|
.icon-user {
|
|
background-position: -44px -171px;
|
|
}
|
|
.icon-calendar {
|
|
background-position: -95px -171px;
|
|
}
|
|
.icon-cash {
|
|
background-position: -141px -170px;
|
|
}
|
|
.icon-clock {
|
|
background-position: -189px -171px;
|
|
}
|
|
}
|
|
.recruit-form-group{
|
|
position: sticky;
|
|
top: 10px;
|
|
.recruit-submit{
|
|
display: block;
|
|
margin: 0 0 12px 0;
|
|
border-radius: 5px;
|
|
background: linear-gradient(90deg, rgba(8, 115, 63, 0.60) 0%, rgba(181, 208, 51, 0.60) 97.94%);
|
|
color: #fff;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 49px;
|
|
width: 100%;
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
.recruit-form-input{
|
|
padding: 16px 12px;
|
|
border-radius: 5px;
|
|
border: 1px solid #E1E1E1;
|
|
background: #FFF;
|
|
}
|
|
.input-item{
|
|
display: block;
|
|
width: 100%;
|
|
margin: 0 0 12px 0;
|
|
border-radius: 5px;
|
|
border: 1px solid #E1E1E1;
|
|
background: #FFF;
|
|
height: 40px;
|
|
padding: 0 12px;
|
|
}
|
|
.recruit-upload-group{
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
.btn-upload{
|
|
border-radius: 5px;
|
|
background: #f3f3f3;
|
|
border: 1px dashed #959595;
|
|
color: #959595;
|
|
font-size: 14px;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.distributor-page{
|
|
background: #fff;
|
|
padding-bottom: 60px;
|
|
.box-btn-group{
|
|
max-width: 950px;
|
|
margin: 0 auto 40px auto;
|
|
border-radius: 20px;
|
|
background: rgba(18, 143, 61, 0.2);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 43px 46px;
|
|
a{
|
|
line-height: 40px;
|
|
color: #000;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
border-radius: 100px;
|
|
background: #fff;
|
|
width: calc(50% - 12px);
|
|
padding: 10px;
|
|
&:hover, &.current{
|
|
color: #fff;
|
|
background: #129046;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.distributor-header{
|
|
padding: 138px 0;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-bottom: 40px;
|
|
.container{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.item{
|
|
width: 25%;
|
|
color: #fff;
|
|
border-right: 1px solid #FFF;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
line-height: 22px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
&:last-child{
|
|
border: 0;
|
|
}
|
|
}
|
|
p{
|
|
margin: 0;
|
|
}
|
|
.item-count{
|
|
position: relative;
|
|
color: #FFF;
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
line-height: 44px;
|
|
margin-right: 10px;
|
|
&::after{
|
|
content: '+';
|
|
font-size: 24px;
|
|
line-height: 30px;
|
|
position: relative;
|
|
top: -30px;
|
|
}
|
|
}
|
|
}
|
|
.distributor-filter-group{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 40px 0;
|
|
img{
|
|
display: block;
|
|
width: auto;
|
|
margin: auto auto auto 0;
|
|
}
|
|
.col-left, .col-right{
|
|
width: calc(100% / 2 - 6px);
|
|
}
|
|
.global-title-background{
|
|
padding-right: 40px;
|
|
}
|
|
select{
|
|
display: block;
|
|
color: #646464;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
margin: 0 0 20px 0;
|
|
width: 100%;
|
|
height: 60px;
|
|
border-radius: 10px;
|
|
border: 1px solid #1A532B;
|
|
background: #FFF;
|
|
padding: 0 20px;
|
|
}
|
|
.btn-submit{
|
|
display: block;
|
|
max-width: 202px;
|
|
line-height: 60px;
|
|
color: #fff;
|
|
border-radius: 50px;
|
|
background: #129046;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
.distributor-filter-result{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
iframe {
|
|
border: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.address-list{
|
|
width: 404px;
|
|
background: #FFF;
|
|
box-shadow: 0px 2px 10px 0px rgba(106, 106, 106, 0.25);
|
|
position: relative;
|
|
}
|
|
.distributor-map-holder{
|
|
width: calc(100% - 404px);
|
|
}
|
|
.group-title{
|
|
color: #FFF;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
line-height: 36px;
|
|
background: #129046;
|
|
padding: 12px 14px;
|
|
margin: 0;
|
|
}
|
|
.address-holder{
|
|
overflow: auto;
|
|
height: 382px;
|
|
}
|
|
.item{
|
|
padding: 12px;
|
|
border-bottom: 1px solid #e1e1e1;
|
|
cursor: pointer;
|
|
line-height: 24px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
&:hover, &.current{
|
|
background: #f5f5f5;
|
|
}
|
|
&:last-child{
|
|
border: 0;
|
|
}
|
|
p{
|
|
margin: 0 0 9px 0;
|
|
}
|
|
a{
|
|
display: inline-block;
|
|
color: #000;
|
|
margin: 0 5px;
|
|
&::after{
|
|
content: '|';
|
|
padding: 0 0 0 10px;
|
|
vertical-align: text-bottom;
|
|
}
|
|
&:hover{
|
|
@extend .color-main-2;
|
|
}
|
|
&:last-child::after{
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
.icon-map, .icon-tel, .icon-home {
|
|
position: relative;
|
|
padding: 0 0 0 34px;
|
|
&::before{
|
|
@extend .icons;
|
|
content: '';
|
|
width: 24px;
|
|
height: 24px;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
}
|
|
.icon-map {
|
|
&::before{
|
|
background-position: -231px -171px;
|
|
top: 1px;
|
|
}
|
|
}
|
|
.icon-tel {
|
|
&::before{
|
|
background-position: -274px -170px;
|
|
}
|
|
}
|
|
.icon-home {
|
|
&::before{
|
|
background-position: -234px -216px;
|
|
}
|
|
}
|
|
}
|
|
.distributor-branch-container{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
.col-left {
|
|
width: 650px;
|
|
padding-top: 40px;
|
|
}
|
|
.col-right {
|
|
width: 513px;
|
|
img{
|
|
display: block;
|
|
margin: auto;
|
|
width: auto;
|
|
}
|
|
}
|
|
.global-title-background{
|
|
line-height: 40px;
|
|
margin: 0 0 30px 0;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
padding: 0 90px 0 0;
|
|
*{
|
|
display: block;
|
|
}
|
|
b{
|
|
margin-bottom: 5px;
|
|
font-size: 36px;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
.branch-list{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.item{
|
|
width: 50%;
|
|
margin: 0 0 30px 0;
|
|
a{
|
|
color: #000;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
display: table;
|
|
&:hover{
|
|
@extend .color-main;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
}
|
|
.group-title{
|
|
@extend .color-main-2;
|
|
margin: 0 0 5px 0;
|
|
line-height: 39px;
|
|
border-bottom: 1px solid #BDE5CB;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
display: inline-block;
|
|
padding: 0 10px 0 30px;
|
|
position: relative;
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 22px;
|
|
height: 22px;
|
|
position: absolute;
|
|
top: 9px;
|
|
left: 0;
|
|
background-position: -275px -214px;
|
|
}
|
|
}
|
|
}
|
|
.about-page {
|
|
padding-bottom: 80px;
|
|
background: #FAFAFA;
|
|
img{
|
|
width: auto;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
.page-tab-group {
|
|
border-bottom: 1px solid #BDE5CB;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
a {
|
|
color: #000;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
position: relative;
|
|
padding: 2px 2px 0 2px;
|
|
border-bottom: 2px solid transparent;
|
|
overflow: hidden;
|
|
&::before{
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: calc(100% - 10px);
|
|
background: #FAFAFA;
|
|
}
|
|
&:hover,&.current{
|
|
@extend .color-main-2;
|
|
@extend .bg-linear;
|
|
border-color: #129046;
|
|
}
|
|
&.current{
|
|
font-weight: 700;
|
|
}
|
|
*{
|
|
display: block;
|
|
background: #FAFAFA;
|
|
padding: 6px 8px 8px 8px;
|
|
position: relative;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.about-history-page {
|
|
.page-introduce-group{
|
|
text-align: center;
|
|
max-width: 880px;
|
|
margin: auto;
|
|
color: #313131;
|
|
font-size: 20px;
|
|
background: url(../images/global-bg-logo.png) no-repeat center;
|
|
background-size: calc(100% - 30px);
|
|
padding: 71px 0;
|
|
}
|
|
.number-image {
|
|
display: inline-block;
|
|
width: 78px;
|
|
height: 55px;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
vertical-align: bottom;
|
|
}
|
|
}
|
|
.page-summary-group{
|
|
background: #F4F9F4;
|
|
.container{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
img{
|
|
display: block;
|
|
width: auto;
|
|
margin: auto;
|
|
}
|
|
.col-left{
|
|
width: calc(100% - 425px);
|
|
p{
|
|
color: #313131;
|
|
font-size: 20px;
|
|
margin: 0;
|
|
max-width: 630px;
|
|
}
|
|
}
|
|
.col-right{
|
|
width: 375px;
|
|
}
|
|
.global-title-background {
|
|
padding-right: 75px;
|
|
&::before{
|
|
background-position: left;
|
|
}
|
|
}
|
|
}
|
|
.model-development-group{
|
|
background-position: bottom;
|
|
background-repeat: no-repeat;
|
|
margin: 65px 0;
|
|
.model-development{
|
|
text-align: center;
|
|
max-width: 940px;
|
|
margin: 0 auto 30px auto;
|
|
font-size: 20px;
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
.global-title-background {
|
|
margin: 0;
|
|
padding: 15px;
|
|
}
|
|
}
|
|
.model-development-detail{
|
|
max-width: 890px;
|
|
margin: auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
position: relative;
|
|
p{
|
|
margin: 0;
|
|
}
|
|
.item{
|
|
text-align: center;
|
|
position: relative;
|
|
color: #FF7438;
|
|
font-size: 22.686px;
|
|
font-weight: 700;
|
|
line-height: 34px;
|
|
text-transform: uppercase;
|
|
&:nth-child(n+2){
|
|
margin-top: -112px;
|
|
.item-text {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
padding-top: 70px;
|
|
&::before {
|
|
content: '';
|
|
width: 36px;
|
|
height: 36px;
|
|
border-radius: 50%;
|
|
background: linear-gradient(#08733F, #B5D033);
|
|
position: absolute;
|
|
top: 22px;
|
|
left: 30px;
|
|
}
|
|
&::after{
|
|
content: '';
|
|
width: 28px;
|
|
height: 28px;
|
|
border-radius: 50%;
|
|
border: 1px solid #fff;
|
|
position: absolute;
|
|
top: 26px;
|
|
left: 34px;
|
|
}
|
|
}
|
|
}
|
|
&:nth-child(1){
|
|
width: 450px;
|
|
img{
|
|
max-width: 186px;
|
|
margin: auto;
|
|
}
|
|
.item-text {
|
|
display: block;
|
|
top: 50px;
|
|
}
|
|
}
|
|
&:nth-child(2){
|
|
right: -12px;
|
|
color: #439339;
|
|
.item-text {
|
|
padding-left: 25px;
|
|
}
|
|
}
|
|
&:nth-child(3){
|
|
left: -12px;
|
|
color: #0A753F;
|
|
.item-text {
|
|
padding-left: 25px;
|
|
&::before{
|
|
background: linear-gradient(90deg,#89C466, #037340);
|
|
left: unset;
|
|
right: 30px;
|
|
}
|
|
&::after{
|
|
left: unset;
|
|
right: 34px;
|
|
}
|
|
}
|
|
p{
|
|
order: 1;
|
|
}
|
|
}
|
|
}
|
|
.item-text{
|
|
position: absolute;
|
|
inset: 0;
|
|
span{
|
|
display: block;
|
|
}
|
|
img{
|
|
display: block;
|
|
width: auto;
|
|
max-width: 214px;
|
|
margin: unset;
|
|
}
|
|
}
|
|
.item-circle-middle {
|
|
width: 150px;
|
|
height: 150px;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
background: linear-gradient(#08733F, #B5D033);
|
|
padding: 9px;
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 52%;
|
|
*{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
border: 1px solid #fff;
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
.history-line-container{
|
|
padding: 35px 0;
|
|
text-align: center;
|
|
.global-title-background{
|
|
line-height: 72px;
|
|
margin: 0 0 80px 0;
|
|
padding: 0 58px;
|
|
}
|
|
.item-middle {
|
|
position: relative;
|
|
display: inline-block;
|
|
&::after{
|
|
content: "";
|
|
position: absolute;
|
|
width: 80px;
|
|
height: 220px;
|
|
background: url(../images/about-curl-line.png) no-repeat;
|
|
background-size: contain;
|
|
left: 42%;
|
|
bottom: -125px;
|
|
}
|
|
img{
|
|
max-height: 380px;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
}
|
|
.history-line-holder{
|
|
text-align: left;
|
|
.item{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
margin-bottom: 45px;
|
|
&:nth-child(even){
|
|
.item-text{
|
|
order: 2;
|
|
text-align: right;
|
|
&::before{
|
|
right: unset;
|
|
left: -87px;
|
|
}
|
|
p{
|
|
display: table;
|
|
margin: auto 0 auto auto;
|
|
}
|
|
}
|
|
.line{
|
|
order: 1;
|
|
transform: rotateY(150deg);
|
|
}
|
|
}
|
|
}
|
|
.item-text {
|
|
width: 41.666667%;
|
|
position: relative;
|
|
&::before{
|
|
content: "";
|
|
width: 58px;
|
|
height: 58px;
|
|
background: url(../images/global-favicon-dashed.png) no-repeat center;
|
|
background-size: 52px;
|
|
z-index: 1;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: -90px;
|
|
transform: translateY(-50%);
|
|
background-color: #fafafa;
|
|
}
|
|
}
|
|
.item-img {
|
|
width: 41.666667%;
|
|
}
|
|
img{
|
|
max-height: 280px;
|
|
}
|
|
p{
|
|
margin: 0;
|
|
position: relative;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
padding: 0 0 0 20px;
|
|
&::before{
|
|
content: '\25CF';
|
|
font-size: 10px;
|
|
position: absolute;
|
|
left: 5px;
|
|
}
|
|
}
|
|
.year{
|
|
font-size: 40px;
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
margin: 0 0 30px 0;
|
|
padding: 0;
|
|
line-height: 1.5;
|
|
&::before{
|
|
content: none;
|
|
}
|
|
}
|
|
.line {
|
|
width: 16.666667%;
|
|
height: 217px;
|
|
position: relative;
|
|
&::before{
|
|
content: '';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 260px;
|
|
background: url(../images/about-curl-line.png) no-repeat;
|
|
background-size: contain;
|
|
top: calc(50% + 31px);
|
|
left: 28%;
|
|
}
|
|
}
|
|
.item-last{
|
|
margin: 177px auto 0;
|
|
max-width: 1010px;
|
|
position: relative;
|
|
.item-text {
|
|
text-align: center;
|
|
width: 100%;
|
|
&::before{
|
|
left: 49%;
|
|
top: -63px;
|
|
right: unset;
|
|
transform: unset;
|
|
}
|
|
p{
|
|
display: block !important;
|
|
padding: 0;
|
|
&::before{
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
.year{
|
|
margin: 10px 0 10px 21px !important;
|
|
}
|
|
}
|
|
}
|
|
.history-line-bottom{
|
|
.item{
|
|
text-align: left;
|
|
&:nth-child(even){
|
|
.item-text{
|
|
order: 0;
|
|
text-align: left;
|
|
&::before{
|
|
left: unset;
|
|
right: -87px;
|
|
}
|
|
p{
|
|
display: table;
|
|
margin: auto auto auto 0;
|
|
}
|
|
}
|
|
.line{
|
|
order: 0;
|
|
transform: rotateY(0);
|
|
}
|
|
}
|
|
&:nth-child(odd){
|
|
p{
|
|
display: table;
|
|
margin: auto 0 auto auto;
|
|
}
|
|
.line{
|
|
&::before{
|
|
width: 80px;
|
|
transform: rotateY(150deg);
|
|
}
|
|
}
|
|
}
|
|
&:nth-child(4){
|
|
.line{
|
|
&::before{
|
|
height: 188px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.item-text{
|
|
order: 2;
|
|
&::before{
|
|
left: -87px;
|
|
}
|
|
}
|
|
.line{
|
|
order: 1;
|
|
// transform: rotateY(150deg);
|
|
}
|
|
}
|
|
.about-value-page{
|
|
padding-top: 60px;
|
|
text-align: center;
|
|
.global-title-background{
|
|
padding: 15px 10px;
|
|
&::before{
|
|
background-size: 100%;
|
|
}
|
|
}
|
|
.page-banner-holder{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
margin-bottom: 70px;
|
|
color: #313131;
|
|
font-size: 20px;
|
|
.item{
|
|
width: calc(100% / 2 - 5px);
|
|
padding: 57px 30px;
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.title{
|
|
@extend .color-text;
|
|
font-size: 36px;
|
|
font-weight: 700;
|
|
line-height: 60px;
|
|
text-transform: uppercase;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
b{
|
|
@extend .color-main-2;
|
|
font-size: 24px;
|
|
}
|
|
.summary{
|
|
max-width: 400px;
|
|
margin: auto;
|
|
}
|
|
.icons{
|
|
display: block;
|
|
width: 170px;
|
|
height: 100px;
|
|
margin: auto auto 40px auto;
|
|
background-size: 600px 600px;
|
|
}
|
|
.icon-1 {
|
|
background-position: -15px -441px;
|
|
}
|
|
.icon-2 {
|
|
background-position: -249px -445px;
|
|
}
|
|
}
|
|
.page-value-footer{
|
|
padding-top: 60px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
.col-right{
|
|
width: 541px;
|
|
}
|
|
.col-left{
|
|
width: 630px;
|
|
img{
|
|
max-height: 165px;
|
|
}
|
|
}
|
|
p{
|
|
margin: 20px 0 0 0;
|
|
font-size: 22px;
|
|
line-height: 36px;
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|
|
.about-value-list {
|
|
position: relative;
|
|
background-repeat: no-repeat;
|
|
background-position: bottom;
|
|
background-size: cover;
|
|
min-height: 450px;
|
|
.item{
|
|
color: #414141;
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
text-transform: capitalize;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
position: absolute;
|
|
&:nth-child(1){
|
|
bottom: 0;
|
|
left: 12%;
|
|
p{
|
|
margin-right: 12px;
|
|
}
|
|
}
|
|
&:nth-child(2){
|
|
bottom: 142px;
|
|
left: 15%;
|
|
.item-image {
|
|
border-color: #F9B731;
|
|
}
|
|
p{
|
|
margin-right: 12px;
|
|
}
|
|
}
|
|
&:nth-child(3){
|
|
display: block;
|
|
bottom: 224px;
|
|
left: 38%;
|
|
p{
|
|
margin: 0 0 12px 0;
|
|
}
|
|
.item-image {
|
|
border-color: #FF8819;
|
|
}
|
|
}
|
|
&:nth-child(4){
|
|
display: block;
|
|
bottom: 224px;
|
|
left: 51%;
|
|
p{
|
|
margin: 0 0 12px 0;
|
|
}
|
|
.item-image {
|
|
border-color: #68C71D;
|
|
}
|
|
}
|
|
&:nth-child(5){
|
|
bottom: 142px;
|
|
right: 14%;
|
|
.item-image {
|
|
border-color: #459E3F;
|
|
}
|
|
p{
|
|
order: 1;
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
&:nth-child(6){
|
|
bottom: 0;
|
|
right: 11%;
|
|
.item-image {
|
|
border-color: #129046;
|
|
}
|
|
p{
|
|
order: 1;
|
|
margin-left: 12px;
|
|
}
|
|
}
|
|
}
|
|
p{
|
|
margin: 0;
|
|
}
|
|
.item-image{
|
|
display: block;
|
|
width: 135px;
|
|
height: 135px;
|
|
margin: auto;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: 50px;
|
|
background-color: #fff;
|
|
border-radius: 50%;
|
|
border: 1px solid #F8A03B;
|
|
}
|
|
.value-title{
|
|
width: 342px;
|
|
border-radius: 300px 300px 0 0;
|
|
color: #FFF;
|
|
font-size: 36px;
|
|
font-weight: 700;
|
|
line-height: 46px;
|
|
text-transform: capitalize;
|
|
background: linear-gradient(90deg, #89C466 0%, #037340 101.06%);
|
|
padding: 52px 10px 22px 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: 0;
|
|
transform: translateX(-50%);
|
|
z-index: 1;
|
|
}
|
|
}
|
|
.about-reward-page{
|
|
padding-top: 40px;
|
|
.reward-group {
|
|
margin-bottom: 60px;
|
|
text-align: center;
|
|
}
|
|
.global-title-background{
|
|
max-width: 680px;
|
|
text-transform: capitalize;
|
|
}
|
|
.item{
|
|
max-width: 260px;
|
|
position: relative;
|
|
margin: auto;
|
|
font-size: 16px;
|
|
.image{
|
|
width: 200px;
|
|
padding-bottom: 100%;
|
|
position: relative;
|
|
margin: 0 auto 20px auto;
|
|
}
|
|
img{
|
|
@extend .fit-img;
|
|
}
|
|
p{
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
.about-associated-company {
|
|
padding-top: 50px;
|
|
.company-item{
|
|
margin-bottom: 60px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
color: #414141;
|
|
font-weight: 16px;
|
|
line-height: 24px;
|
|
img{
|
|
width: auto;
|
|
display: block;
|
|
margin: auto;
|
|
max-width: 470px;
|
|
}
|
|
&:nth-child(even){
|
|
.image{
|
|
order: 1;
|
|
}
|
|
}
|
|
.image, .text {
|
|
width: 50%;
|
|
}
|
|
p{
|
|
margin: 0;
|
|
}
|
|
.item{
|
|
position: relative;
|
|
padding: 0 0 0 20px;
|
|
&::before{
|
|
content: "\25CF";
|
|
font-size: 10px;
|
|
position: absolute;
|
|
left: 5px;
|
|
}
|
|
}
|
|
}
|
|
.company-name{
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
.corporate-culture-page{
|
|
background: #fff;
|
|
.page-tab-group {
|
|
a{
|
|
*, &::before{
|
|
background: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.about-corporate-culture-page{
|
|
padding-top: 60px;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
.global-title-background {
|
|
padding: 10px 60px 10px 0;
|
|
text-transform: capitalize;
|
|
}
|
|
.item{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
margin-bottom: 43px;
|
|
&:nth-child(even) {
|
|
.item-text {
|
|
order: 1;
|
|
}
|
|
}
|
|
}
|
|
.item-text, .item-image {
|
|
width: 586px;
|
|
}
|
|
}
|
|
.about-leader-page {
|
|
padding-top: 40px;
|
|
.leader-tab-group {
|
|
line-height: 44px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-bottom: 30px;
|
|
a{
|
|
margin: 0 5px;
|
|
padding: 0 16px;
|
|
color: #414141;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
border-radius: 5px;
|
|
&:hover, &.current{
|
|
background: #129046;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
.leader-image{
|
|
display: none;
|
|
&.active{
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
// homepage
|
|
.homepage{
|
|
overflow: hidden;
|
|
margin: -81px 0 0 0;
|
|
img{
|
|
display: block;
|
|
width: auto;
|
|
margin: auto;
|
|
}
|
|
}
|
|
.home-slider-container{
|
|
min-height: 720px;
|
|
margin: 0 0 45px 0;
|
|
.custom-dots{
|
|
.owl-dots {
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 15px;
|
|
right: 0;
|
|
.owl-dot {
|
|
opacity: 0.7;
|
|
&.active,&:hover{
|
|
background: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.home-box-group{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: flex-start;
|
|
margin-bottom: 60px;
|
|
.box-title-holder{
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
a{
|
|
@extend .color-main-2;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
&::after{
|
|
content: '\00BB';
|
|
font-size: 23px;
|
|
line-height: 1;
|
|
vertical-align: text-bottom;
|
|
font-weight: 400;
|
|
margin-left: 3px;
|
|
}
|
|
}
|
|
}
|
|
.col-left, .col-right{
|
|
width: calc(50% - 12px);
|
|
}
|
|
.global-title-background{
|
|
padding: 2px 48px 2px 0;
|
|
margin-bottom: 7px;
|
|
}
|
|
.box-summary{
|
|
color: #414141;
|
|
text-align: justify;
|
|
font-size: 15px;
|
|
line-height: 26px;
|
|
margin: 0 0 35px 0;
|
|
}
|
|
.box-btn{
|
|
@extend .bg-linear;
|
|
display: block;
|
|
max-width: 140px;
|
|
line-height: 34px;
|
|
color: #FFF;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
border-radius: 20px 0px;
|
|
&::after{
|
|
content: '\00BB';
|
|
font-size: 23px;
|
|
line-height: 1;
|
|
vertical-align: text-bottom;
|
|
font-weight: 400;
|
|
margin-left: 3px;
|
|
}
|
|
}
|
|
}
|
|
.home-shareholder-list{
|
|
.item{
|
|
width: calc(100% - 73px);
|
|
margin: auto 0 10px auto;
|
|
position: relative;
|
|
&::before{
|
|
@extend .icons;
|
|
content: "";
|
|
width: 28px;
|
|
height: 28px;
|
|
position: absolute;
|
|
top: 13px;
|
|
left: -73px;
|
|
background-position: -9px -45px;
|
|
}
|
|
&::after{
|
|
@extend .bg-linear;
|
|
content: '';
|
|
width: 28px;
|
|
height: 1px;
|
|
position: absolute;
|
|
top: 26px;
|
|
left: -36px;
|
|
}
|
|
}
|
|
a{
|
|
color: #000;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
display: block;
|
|
border-radius: 10px;
|
|
background: #F7F6F6;
|
|
padding: 14px 44px 14px 20px;
|
|
position: relative;
|
|
&:hover{
|
|
background: #129046;
|
|
color: #fff;
|
|
&::after{
|
|
filter: brightness(100);
|
|
}
|
|
}
|
|
&::after{
|
|
@extend .icons;
|
|
content: '';
|
|
width: 23px;
|
|
height: 23px;
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 12px;
|
|
background-position: -8px -297px;
|
|
}
|
|
}
|
|
span{
|
|
display: block;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.home-article-group{
|
|
.col-right{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
.col-left{
|
|
.art-item{
|
|
width: 100%;
|
|
.art-title{
|
|
font-size: 20px;
|
|
line-height: 29px;
|
|
margin: 0 0 12px 0;
|
|
}
|
|
.art-summary{
|
|
@extend .line-clamp-2;
|
|
margin: 12px 0 7px 0;
|
|
}
|
|
.art-time {
|
|
font-size: 17px;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
}
|
|
.art-item{
|
|
display: block;
|
|
padding: 0;
|
|
width: calc(100% / 2 - 14px);
|
|
&:nth-child(n+3){
|
|
margin-top: 16px;
|
|
}
|
|
a{
|
|
display: block;
|
|
}
|
|
img{
|
|
@extend .fit-img;
|
|
}
|
|
.art-img {
|
|
margin: 0 0 8px 0;
|
|
width: 100%;
|
|
position: relative;
|
|
padding-bottom: 71%;
|
|
}
|
|
.art-text{
|
|
width: 100%;
|
|
}
|
|
.art-title{
|
|
@extend .line-clamp-2;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
margin-bottom: 3px;
|
|
}
|
|
.art-summary{
|
|
display: none;
|
|
}
|
|
.art-time {
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
line-height: 20px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
.home-product-group{
|
|
text-align: center;
|
|
margin: 60px 0;
|
|
.global-title-background {
|
|
min-width: 455px;
|
|
padding: 11px 0px;
|
|
margin: 0;
|
|
}
|
|
.group-summary{
|
|
margin: 8px 0 12px 0;
|
|
font-size: 15px;
|
|
line-height: 23px;
|
|
}
|
|
.home-product-child{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 8px 0;
|
|
a{
|
|
line-height: 38px;
|
|
border: 1px solid transparent;
|
|
font-size: 15px;
|
|
color: #000;
|
|
border-radius: 50px;
|
|
background: #F3F3F3;
|
|
margin: 0 12px 12px 0;
|
|
transition: .12s all;
|
|
padding: 0 22px;
|
|
&:hover,&.current{
|
|
@extend .color-main-2;
|
|
border-color: #129046;
|
|
background: #fff;
|
|
font-weight: 600;
|
|
}
|
|
&.current {
|
|
font-weight: 700;
|
|
}
|
|
*{
|
|
@extend .inherit;
|
|
}
|
|
}
|
|
}
|
|
.p-item{
|
|
text-align: left;
|
|
border: 0;
|
|
}
|
|
}
|
|
.home-distributed-system-group {
|
|
text-align: right;
|
|
padding-top: 61px;
|
|
min-height: 744px;
|
|
margin-bottom: 68px;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
.global-title-background{
|
|
&::before{
|
|
content: none;
|
|
}
|
|
}
|
|
.distributed-system-content{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
max-width: 580px;
|
|
margin: auto 0 auto auto;
|
|
}
|
|
p{
|
|
margin: auto 0 auto auto;
|
|
}
|
|
.item{
|
|
font-size: 20px;
|
|
line-height: 32px;
|
|
padding-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
position: relative;
|
|
width: calc(100% / 2 - 32px);
|
|
&::after{
|
|
content: '';
|
|
width: 200px;
|
|
height: 1px;
|
|
position: absolute;
|
|
bottom: -1px;
|
|
right: 0;
|
|
background: linear-gradient(-90deg, #087106 13.13%, rgba(0, 0, 0, 0.00) 93.18%);
|
|
}
|
|
&:nth-child(n+5){
|
|
&::after{
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
.number{
|
|
color: #F46700;
|
|
margin: 0;
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
line-height: 74px;
|
|
&::after{
|
|
content: '+';
|
|
margin-left: 4px;
|
|
}
|
|
}
|
|
}
|
|
.home-members-group{
|
|
background-color: #F4F9F4;
|
|
background-repeat: no-repeat;
|
|
background-position: left top;
|
|
padding: 10px 0;
|
|
.global-title-background{
|
|
min-width: 400px;
|
|
padding: 6px 0 6px 0;
|
|
}
|
|
.container{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.summary {
|
|
margin: 0;
|
|
color: #000;
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
line-height: 33px;
|
|
max-width: 486px;
|
|
position: relative;
|
|
padding-left: 50px;
|
|
&::before{
|
|
content: '';
|
|
width: 42px;
|
|
height: 1px;
|
|
background: linear-gradient(90deg, #08733F 1.19%, #B5D033 94.05%);
|
|
position: absolute;
|
|
top: 16px;
|
|
left: 0;
|
|
}
|
|
}
|
|
.col-left{
|
|
width: 41.666667%;
|
|
}
|
|
.col-right{
|
|
width: calc(100% - 41.666667%);
|
|
}
|
|
}
|
|
.home-reward-group, .home-static-group {
|
|
.global-title-background{
|
|
padding: 6px 0;
|
|
min-width: 400px;
|
|
}
|
|
.summary{
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
margin: 0 0 26px 0;
|
|
max-width: 330px;
|
|
}
|
|
.item-btn{
|
|
@extend .bg-linear;
|
|
display: block;
|
|
max-width: fit-content;
|
|
line-height: 34px;
|
|
color: #FFF;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
border-radius: 20px 0px;
|
|
padding: 0 28px;
|
|
&::after{
|
|
content: '\00BB';
|
|
font-size: 23px;
|
|
line-height: 1;
|
|
vertical-align: text-bottom;
|
|
font-weight: 400;
|
|
margin-left: 3px;
|
|
}
|
|
}
|
|
}
|
|
.home-reward-group{
|
|
background-color: #fff;
|
|
background-repeat: no-repeat;
|
|
background-position: 0 -2px;
|
|
background-size: auto calc(100% + 6px);
|
|
padding: 47px 0;
|
|
.global-title-background {
|
|
margin: 0 0 12px 0;
|
|
min-width: 380px;
|
|
}
|
|
.container, .col-right{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.col-left, .col-right{
|
|
width: 50%;
|
|
justify-content: flex-end;
|
|
}
|
|
.item{
|
|
width: 250px;
|
|
margin-right: 16px;
|
|
&:nth-child(2n){
|
|
margin-right: 0;
|
|
}
|
|
&:nth-child(n+3){
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
}
|
|
.home-static-group{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
margin: 80px 0;
|
|
.summary{
|
|
font-weight: 400;
|
|
max-width: 430px;
|
|
margin: 0 0 37px 0;
|
|
}
|
|
.col-right{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
width: 58.333333%;
|
|
}
|
|
.col-left{
|
|
width: calc(100% - 58.333333%);
|
|
}
|
|
.item{
|
|
margin: 0 20px 0 0;
|
|
width: calc(100% / 3 - 14px);
|
|
color: #459E3F;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
line-height: 32px;
|
|
text-transform: capitalize;
|
|
&:nth-child(3n){
|
|
margin-right: 0;
|
|
}
|
|
p{
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
.home-brand-group{
|
|
margin: 80px 0;
|
|
text-align: center;
|
|
.global-title-background{
|
|
margin: 0 0 15px 0;
|
|
padding: 25px 0;
|
|
}
|
|
.arrow{
|
|
opacity: .3;
|
|
width: 19px !important;
|
|
height: 38px !important;
|
|
background-position: 2px center !important;
|
|
}
|
|
a{
|
|
background: #fff;
|
|
display: block;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
}
|
|
} |