@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Linearicons-Free;
    src: url(../fonts/Linearicons-Free.eot?w118d);
    src: url(../fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'), url(../fonts/Linearicons-Free.woff2?w118d) format('woff2'), url(../fonts/Linearicons-Free.woff?w118d) format('woff'), url(../fonts/Linearicons-Free.ttf?w118d) format('truetype'), url(../fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
    font-weight: 400;
    font-style: normal
}

@-webkit-keyframes sonar{
    0%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    100%{
        -webkit-transform:scale(4);
        transform:scale(4);
        opacity:0
    }
}
@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #3D3F47;
    overflow-x: hidden;
}

#topcontrol {
    z-index: 999;
    background: #58AB41;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    position: fixed;
    bottom: -80px;
    right: 15px;
    cursor: pointer;
    overflow: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 34px;
    color: #fff;
    padding-left: 3px;
    border-radius: 100%;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
}

#header {
    z-index: 9999;
    width: 100% !important;
}

#body {
    clear: both;
    background: #fff;
}

#body .ui.icon.input>i.icon {
    width: 42px;
}

#body .ui.icon.input>i.icon.calendar {
    font-size: 16px;
}

.ui[class*="left icon"].input>input {
    padding-left: 2.7142857em!important;
}

.ui.form input:not([type]), .ui.form input[type=text], .ui.form input[type=email], .ui.form input[type=search], .ui.form input[type=password], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=tel], .ui.form input[type=time], .ui.form input[type=file], .ui.form input[type=url], .ui.form input[type=number] {
    font-weight: 300;
    font-size: 14px;
}

.ui.primary.button,
.ui.primary.buttons .button {
    background-color: #00773E;
}

.ui.primary.button:focus,
.ui.primary.button:active,
.ui.primary.button:hover,
.ui.primary.buttons .button:focus,
.ui.primary.buttons .button:active,
.ui.primary.buttons .button:hover {
    background-color: #58AB41;
}

a {
  color: #3D3F46;
}

a:focus,
a:active,
a:hover {
    color: #00773E;
}

#main-menu {
    z-index: 14;
    position: relative;
}

#header .logo {
    float: left;
    text-align: left;
}

#header .logo img {
    max-width: 100%;
    height: 81px;
}

#main-menu .bg-menu {
    background: #fff;
}

#main-menu ul {
    margin: 0;
    padding: 0;
    background: #fff;
}

#main-menu ul.main-menu {
    text-align: right;
}

#main-menu ul li {
    display: inline-block;
    list-style: none;
}

#main-menu ul.main-menu li > a {
    align-self: center;
    border: none;
    padding: 26px 15px 25px 15px;
    background: 0 0;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    background: transparent;
    text-decoration: none;
    display: block;
    outline: none;
    color: #3D3F46;
    border-bottom: 4px solid transparent;
}

#main-menu ul.main-menu li > a {
    font-weight: normal;
}

#main-menu ul.main-menu li > a:hover,
#main-menu ul.main-menu li.active > a {
    color: #00773E;
    border-bottom: 4px solid #00773E;
}

@media only screen and (max-width: 479px) {
    #main-menu ul li > a {
        margin: 0 8px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 320px) {
    #main-menu ul li > a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) {
    #main-menu ul.main-menu li:nth-child(2) > a {
        margin-left: 0;
        padding-left: 0;
    }
}

#main-menu ul li div.member span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    line-height: 28px;
    float: right;
}

#main-menu ul.main-menu li > a .icon {
    font-size: 21px;
}

#main-menu ul.main-menu li.active > a:not(.member) .icon,
#main-menu ul.main-menu li > a:not(.member):hover .icon {
    color: #ed1a23;
}

.ui.form .field {
    position: relative;
}

.ui.default.dropdown:not(.button)>.text,
.ui.dropdown:not(.button)>.default.text {
    color: #6d6d6d;
}

.clear {
    clear: both;
}

.errordiv {
    padding: 10px 12px;
    *margin-left: .3em;
    line-height: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    background-color: #c91111;
    width: auto;
    min-width: 80px;
    min-height: 24px;
    display: none;
    position: absolute;
    z-index: 9999;
    top: 40px;
    border-radius: 5px;
}

.errordiv:before {
    position: absolute;
    top: -6px;
    left: 13px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
}

.errordiv:after {
    position: absolute;
    top: -6px;
    left: 13px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c91111;
    border-left: 10px solid transparent;
    content: '';
}

.pagination {
    margin: auto;
    text-align: center;
}

.pagination ul {
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

.pagination ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #9e9e9e;
}

.pagination ul li a {
    padding: 7px 8px;
    border: 1px solid #dcdcdc;
    background: #dcdcdc;
    font-size: 12px;
    margin: 2px 4px;
    color: #656565;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.pagination ul li a.active,
.pagination ul li a:hover {
    color: #fff;
    border: 1px solid #00773E;
    background: #00773E;
}

.main_slider {
    height: 680px;
    position: relative;
}

#main_slider .item a {
    background-repeat: no-repeat;
    display: block;
    height: 680px;
    background-size: 100% 100%;
    background-position: center center;
}

.ui.modal .close.icon {
    margin: 10px;
    color: #666;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #666;
    border-radius: 12px;
    padding: 5px;
    width: 36px;
    height: 36px;
}

.ui.icon.input>i.icon {
    width: 40px;
    font-size: 21px;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {
    .main_slider {
        height: 264px;
    }

    #main_slider .item a {
        height: 264px;
    }
}

.ui.popup.calendar {
    padding: 0;
    outline: none;
}

.cover-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#footer {
    background: #00773E;
    z-index: 2;
    position: relative;
    color: #fff;
    padding-top: 20px;
}

#footer .logo-footer {
    text-align: left;
    padding-top: 50px;
}

#footer .logo-footer img {
    width: 100%;
    max-width: 275px;
}

#footer .divider {
    border-bottom: 1px solid #0C4228;
}

#footer .copyright {
    text-align: center;
    padding-bottom: 10px;
}

#footer a {
    color: #fff;
}

#footer h5 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 50px;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

#footer ul li a {
    color: #fff;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer .follow-icons a {
    margin-right: 20px;
}

#footer .follow-icons a img {
    width: 22px;
    height: 22px;
}

@media only screen and (max-width: 767px) {
    #header .logo img {
        height: 51px;
        width: auto;
        max-width: none;
    }

    #header .logo {
        overflow: hidden;
        margin-left: 10px;
        margin-right: 0;
    }

    #main-menu ul.account-menu {
        display: none;
    }
}

@media only screen and (max-width: 480px) {

}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

#main_slider .owl-nav .owl-prev,
#main_slider .owl-nav .owl-next {
    border: 1px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
}

#main_slider .owl-nav .owl-prev {
    left: 5% !important;
}

#main_slider .owl-nav .owl-next {
    right: 5% !important;
}

.owl-theme .owl-dots {
    position: relative;
}

#main_slider .owl-dots {
    margin-top: -30px;
}

#main_slider .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

#main-menu {
    background: #f9dea6;
    color: #480008;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16);
}

.fn-menupanel {
    display: none;
    float: left;
    height: 40px;
    width: 40px;
    color: #000;
}

.fn-menupanel-toggle {
    width: 40px;
    height: 51px;
    background: 0 0;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    outline: 0;
    outline-offset: 0;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none
}

.fn-menu-open,
.timeline-scroll {
    overflow-y: hidden
}

.fn-menupanel-toggle span {
    position: relative;
    display: block !important;
    margin: auto;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fn-menupanel-toggle span:after,
.fn-menupanel-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform-origin: 1.71px center;
    -ms-transform-origin: 1.71px center;
    -o-transform-origin: 1.71px center;
    -webkit-transform-origin: 1.71px center;
    transform-origin: 1.71px center
}

.fn-menupanel-toggle span:after {
    top: 8px
}

.fn-menupanel-toggle span,.fn-menupanel-toggle span:after,
.fn-menupanel-toggle span:before {
    width: 24px;
    height: 2px;
    background-color: #00773E;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span:after,
.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span:before {
    top: 0;
    width: 15px
}

.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span:before {
    -webkit-transform: rotate3d(0,0,1,-40deg);
    transform: rotate3d(0,0,1,-40deg)
}

.fn-menu-open:not(.dimmed) .fn-menupanel-toggle span:after {
    -webkit-transform: rotate3d(0,0,1,40deg);
    transform: rotate3d(0,0,1,40deg)
}

.fn-menu-ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative
}

.fn-menu-ul>li {
    position: relative;
    float: left
}

.fn-menu-ul>li>a {
    align-self: center;
    box-shadow: none;
    border: none;
    padding: 10px 15px;
    margin: 0;
    background: 0 0;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.fn-menu-ul .fn-menu-submenu li {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.fn-menu-ul .fn-menu-submenu li a {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #888B94;
    margin: 0;
    padding: 10px 0 10px 32px;
    display: inline-block;
    text-decoration: none
}

.fn-menu-ul .mem-info p.login-link a {
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    margin-left: 5px;
    padding: 6px
}

.fn-menu-ul .mem-info p.login-link a:hover {
    border: 2px solid #fff;
    color: #fff
}

.fn-menu-opacity {
    position: fixed;
    z-index: 15;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.fn-menu-open:not(.dimmed) .fn-menu-opacity {
    display: block
}

.fn-menu-ul li a {
    outline: none;
}

.fn-menu-ul li.member {
    text-align: center;
    padding: 10px;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
    color: #fff;
    display: none;
}

.fn-menu-ul li.member > div {
    position: relative;
    z-index: 2;
}

.fn-menu-ul li.member:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.fn-menu-ul li.logged {
    display: none;
}

.fn-menu-ul li.member .mem-name {
    display: block;
    padding: 8px;
    text-align: center;
    width: 100% !important;
}

.fn-menu-ul li.member img {
    margin: auto;
}

.fn-menu-ul li.member .no-logged {
    margin: 0 10px;
    display: inline-block;
    padding: 0;
    color: #fff;
}

.fn-menu-ul li.member .mem-name a {
    font-weight: 700
}

.menu-mobile {
    display: none;
    margin-left: -10px;
    margin-right: -10px;
}

.fn-menu {
    display: none;
}

@media screen and (max-width:767px) {
    .menu-mobile {
        display: block;
    }

    .menu-mobile a {
        color: #fff;
    }

    .fn-menu-ul {
        margin-left: 0
    }

    .fn-menu-ul li.member {
        display: block
    }

    .fn-menu-ul li.member .mem-name {
        width: 140px
    }

    .fn-menu-ul li.member .login-link {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .fn-menu-ul .mem-info p.login-link a, .fn-menu-ul .mem-info p.login-link a:hover {
        border: 2px solid #ccc;
        color: #333
    }

    .fn-menu-ul li.active > a {
        background-color: #00773E;
        color: #fff
    }

    .fn-menu {
        position: fixed;
        z-index: 15;
        text-align: left;
        width: 240px;
        top: 0;
        left: 0;
        bottom: 0;
        color: #666;
        background: #FFF;
        font-size: 14px;
        line-height: 20px;
        overflow: auto;
        -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .1);
        box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .1);
        -moz-transform: translateX(-241px);
        -ms-transform: translateX(-241px);
        -o-transform: translateX(-241px);
        -webkit-transform: translateX(-241px);
        transform: translateX(-241px);
        -moz-transition: .3s cubic-bezier(.55, 0, .1, 1);
        -o-transition: .3s cubic-bezier(.55, 0, .1, 1);
        -webkit-transition: .3s cubic-bezier(.55, 0, .1, 1);
        transition: .3s cubic-bezier(.55, 0, .1, 1);
        display: block;
    }

    .fn-menu-open:not(.dimmed) .fn-menu {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .fn-menu-ul > li > a {
        display: block;
        padding: 15px;
        color: #333;
        font-size: 15px
    }

    .fn-menu-ul > li > a.active {
        background: #f5f5f5;
        color: #2d2d2d
    }

    .fn-menu-ul .fn-menu-submenu, .fn-menu-ul .fn-menu-submenu ul {
        display: block;
    }

    .fn-menu-ul a .rd-submenu-toggle {
        position: absolute;
        top: 50%;
        right: 11px;
        margin-top: -17.5px;
        width: 32px;
        height: 32px;
        font: 400 10px FontAwesome;
        line-height: 32px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: .5s all ease;
        -o-transition: .5s all ease;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        z-index: 1;
        background: rgba(0, 0, 0, .1)
    }

    .fn-menu-ul a .rd-submenu-toggle:after {
        content: '\f078'
    }

    .fn-menu-ul a.fn-with-ul {
        position: relative
    }

    .fn-menu-open:not(.dimmed) .fn-menu-ul a.fn-with-ul .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .fn-menu-ul > li {
        float: none
    }

    .fn-menu-ul ul a {
        padding-left: 25px
    }

    .fn-menu-ul ul ul a {
        padding-left: 40px
    }

    .fn-menu-ul:after {
        content: '';
        display: block;
        height: 20px
    }

    .fn-menupanel {
        display: block
    }

    #main-menu ul.main-menu {
        float: none;
    }

    #main-menu ul li {
        display: none;
    }

    #main-menu ul li:nth-child(1),
    #main-menu ul li:nth-child(2) {
        display: inline-block;
        float: left;
    }
}

.ui.modal .ui.form .close.icon {
    margin: 10px;
    color: #666;
    cursor: pointer;
}

.ui.modal .ui.form h3 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}


.ui.modal .ui.form .content {
    padding: 15px 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 480px) {
    .ui.modal .ui.form .content {
        padding: 15px 80px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .ui.modal .ui.form .content {
        padding: 15px 40px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 780px) {

}

@media only screen and (max-width: 560px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 767px) {

}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 26px !important;
    position: absolute !important;
    border: 1px solid #da1926 !important;
    background: #ffffff !important;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14) !important;
    width: 40px;
    height: 40px;
    color: #da1926 !important;
    font-size: 24px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -50px;
    top: 40%;
}

.owl-carousel .owl-nav .owl-next {
    right: -50px;
    top: 40%;
}

.owl-carousel .owl-nav .owl-next i.icon,
.owl-carousel .owl-nav .owl-prev i.icon {
    width: 20px;
    margin: 0;
}

.owl-carousel {
    touch-action: manipulation;
}

/*
Thien An Investor
 */
#main-menu ul li form {
    margin: 0 25px;
}

#main-menu ul li .ui.input input {
    background: rgba(0, 119, 62, 0.1);
    border-radius: 4px;
    height: 30px;
    outline: none;
}

#main-menu ul li .ui.icon.input>i.icon {
    font-size: 14px;
}

#footer .zalo-icons {
    margin-top: 35px;
    display: flex;
    margin-bottom: 10px;
}

#footer .zalo-icons img {
    margin-right: 25px;
    max-width: 96px;
    height: auto;
}

.section-caption {
    color: #00773E;
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    text-transform: uppercase;
}

.section-line {
    border: 2px solid #58AB41;
    display: block;
    width: 72px;
    margin: 20px 0;
}

#slider-thienan {
    color: #fff;
    font-size: 40px;
    line-height: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    align-items: center;
    display: flex;
}

#slider-thienan div {
    text-align: center;
    width: 100%;
}

#slider-thienan div > div {
    color: #00773E;
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
    -webkit-text-fill-color: #00773E;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

#slider-thienan a {
    background: #00773E;
    display: block;
    height: 54px;
    width: 215px;
    line-height: 54px;
    border-radius: 8px;
    color: #fff;
    margin: 0 auto;
    margin-top: 45px;
    font-size: 16px;
    text-transform: uppercase;
}

#slider-thienan a:hover {
    background: #58AB41;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

#about-section {
    background: rgba(171, 224, 227, 0.2);
    padding: 50px 0;
}

#about-section .about-description {
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#about-section .about-detail {
    line-height: 1.5em;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 25px;
    text-align: justify;
}

#article #about-section .about-detail {
    overflow: unset;
    -webkit-line-clamp: unset;
}

#about-section a {
    width: 167px;
    height: 54px;
    display: block;
    border: 1px solid #00773E;
    border-radius: 8px;
    line-height: 54px;
    text-align: center;
    color: #00773E;
}

#about-section a:hover {
    color: #58AB41;
    border: 1px solid #58AB41;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

#about-section img {
    max-width: 360px;
    margin: auto;
}

#about-section .about-image .ping {

}

#service-section {
    padding: 25px 0;
    background: #fff;
}

#service-section .item {
    margin: 25px 0;
}

#service-section .item img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#service-section .service-caption {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 31px;
}

#service-section p {
    line-height: 24px;
    color: #686F7A;
    text-align: justify;
}

#service-section a.view-more {
    width: 180px;
    height: 52px;
    display: block;
    border-radius: 8px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #363636;
    font-size: 16px;
    margin-top: 20px;
}

#service-section a.view-more:hover {
    background: #000;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

#report-section,
#knowledge-section {
    padding: 30px 0;
    background: #fff;
}

#report-section .buttons,
#knowledge-section .buttons {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

#report-section .buttons a,
#knowledge-section .buttons a,
#article-detail .categories a {
    background: #F3F3F4;
    display: inline-block;
    height: 47px;
    /*min-width: 306px;*/
    line-height: 47px;
    border-radius: 8px;
    color: #3E3F47;
    margin: 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
}

#report-section .buttons a:hover,
#report-section .buttons a.active,
#knowledge-section .buttons a:hover,
#knowledge-section .buttons a.active,
#article-detail .categories a:hover,
#article-detail .categories a.active {
    background: #00773E;
    color: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

#report-section a.view-all,
#knowledge-section a.view-all {
    width: 167px;
    height: 54px;
    display: block;
    border: 1px solid #00773E;
    border-radius: 8px;
    line-height: 54px;
    text-align: center;
    color: #00773E;
    margin: 15px auto;
}

#report-section a.view-all:hover,
#knowledge-section a.view-all:hover {
    color: #58AB41;
    border: 1px solid #58AB41;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

#member-section {
    position: relative;
}

#member-section .member-image {
    text-align: right;
}

#member-section .member-image img {
    max-height: 640px;
}

#member-section .member-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

#member-section .member-left {
    width: 50%;
    height: 100%;
    display: flex;
    position: relative;
    padding-bottom: 80px;
}

#member-section .member-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 100%;
    z-index: 2;
    background-color: #CDECEE;
}

#member-section .member-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 380px;
    border-bottom: none;
    border-left: 0 solid transparent;
    border-right: 200px solid transparent;
    border-top: 640px solid #CDECEE;
    z-index: 2;
}

#member-section .member-left > div {
    width: 385px;
    position: relative;
    z-index: 3;
    align-items: center;
    display: flex;
}

#member-section .member-left .button {
    padding: 15px;
    padding-left: 80px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background: #00773E;
}

#member-section .member-left > div > div > div {
    padding: 15px 30px;
    padding-left: 80px;
}

#member-section .member-left p {
    font-weight: bold;
    font-size: 30px;
    color: #00773E;
    margin: 0;
}

#member-section .member-left span {
    margin-top: 5px;
    display: block;
}

#member-section .member-right {
    padding-top: 45px;
    width: 50%;
    align-items: center;
    display: flex;
}

#member-section .member-right .membership-items {
    width: 450px;
}

#member-section .member-right .membership-items > div {
    display: flex;
    margin: 10px 0;
}

#member-section .member-right .membership-items .icon-check-ok {
    background: #EDEDEE;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    align-items: center;
    display: flex;
}

#member-section .member-right .membership-items .icon-check-ok img {
    width: 16px;
    margin: auto;
}

#member-section .member-right .membership-items .item {
    height: 44px;
    background: #DDFFE4;
    border-radius: 8px;
    line-height: 44px;
    padding: 0 15px;
    width: calc(100% - 58px);
    margin-left: 8px;
}

#member-section .member-right .zalo-qr {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

#member-section .member-right .zalo-qr > div {
    display: flex;
    align-items: center;
}

#member-section .member-right .zalo-qr img {
    margin-right: 33px;
    max-width: 96px;
    height: auto;
}

#member-section .member-right .zalo-qr a {
    background: #00773E;
    display: block;
    height: 54px;
    width: 215px;
    line-height: 54px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

#member-section .member-right .zalo-qr a:hover {
    background: #58AB41;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

#partner-section,
#reviews-section {
    padding: 45px 0;
    background: #fff;
}

#partner-section .caption,
#reviews-section .caption {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}

#reviews-section .item img {
    border-radius: 8px;
}

#reviews-section .owl-carousel .owl-item img {
    width: auto;
    display: initial;
}

#reviews-section .owl-carousel .owl-nav {
    text-align: right;
    margin-right: 45px;
}

#reviews-section .owl-carousel .owl-nav .owl-next,
#reviews-section .owl-carousel .owl-nav .owl-prev {
    position: static !important;
    border: 0 !important;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 14%) !important;
    color: #3D3F46 !important;
}

#partner-section {
    background: #F5F5F5;
}

#partner-section .item img {
    width: 170px;
    height: 100px;
    object-fit: cover;
}

#contact .company-name {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

#contact .contact-info-item {
    padding-top: 45px;
}

#contact #bottom-contact {
    background: rgba(0, 119, 62, 0.1);
    border-radius: 8px;
    padding: 24px;
}

#contact #bottom-contact .box-caption {
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 10px;
    margin: 0 40px;
}

#contact #bottom-contact .box-caption > div {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

#contact .contact-info-item > div {
    display: flex;
    text-align: left;
}

#contact .contact-info-item > div > div > div {
    margin-top: 8px;
}

#contact .contact-info-item > div img {
    width: 36px;
    height: 36px;
    margin-right: 20px;
    margin-top: 5px;
}

#contact .button.primary {
    height: 48px;
    border-radius: 8px;
}

#contact .button.primary span {
    position: relative;
    top: -5px;
}

#contact form input,
#contact form textarea {
    border-radius: 8px;
    outline: none;
}

#contact .contact-map {
    padding: 30px 0;
}

#contact .contact-map > div {
    border-radius: 8px;
    overflow: hidden;
    height: 540px;
}

#teams-section .item {
    margin: 20px 0;
}

#teams-section .item p {
    margin-top: 20px;
    line-height: 1.5em;
    text-align: justify;
}

#teams-section .item img {
    border-radius: 8px;
}

#join-section {
    padding: 50px 0 80px 0;
    background: rgba(171, 224, 227, 0.2);
    position: relative;
}

#join-section .join-items {
    text-align: center;
}

#join-section .join-items > div {
    line-height: 1.5em;
    color: #00773E;
    margin-bottom: 30px;
}

#join-section .join-items > div > div {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 15px;
}

#join-section .join-zalo {
    display: flex;
    align-items: center;
    text-align: right;
    position: absolute;
    right: 60px;
    bottom: -25px;
    width: 645px;
    color: #00773E;
}

#join-section .join-zalo > div {
    align-items: center;
    display: flex;
}

#join-section .join-zalo > div p {
    margin: 0;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
}

#join-section .join-zalo img {
    margin-left: 15px;
    max-width: 96px;
    height: auto;
}

#join-section .join-zalo img:first-child {
    margin-left: 0;
}

#join-section .join-zalo a {
    background: #00773E;
    display: block;
    height: 44px;
    width: 160px;
    line-height: 44px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 15px;
}

#join-section .join-zalo a:hover {
    background: #58AB41;
    box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
}

#article-detail {
    padding: 30px 0;
}

#article-detail .caption {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

#article-detail .article-meta {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

#article-detail .article-meta .category-name {
    background: #00773E;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 0 18px;
    margin-right: 25px;
}

#article-detail .article-meta .category-name:hover {
    background: #58AB41;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

#article-detail .article-meta .author {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

#article-detail .article-meta .author img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
}

#article-detail .categories {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 24px;
}

#article-detail .categories > div {
    display: flex;
    align-items: center;
}

#article-detail .categories > div span {
    margin-left: 15px;
    background: #00773E;
    display: inline-block;
    width: 32px;
    height: 2px;
}

#article-detail .categories ul {
    margin: 0;
    padding: 0;
}

#article-detail .categories ul li {
    list-style: none;
    margin: 15px 0;
}

#article-detail .categories ul li a {
    margin: 0;
    width: 100%;
}

#facebookontrol,
#zalocontrol {
    z-index: 999;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 72px;
    right: 15px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 20%);
}

#zalocontrol {
    bottom: 118px;
}

#facebookontrol img,
#zalocontrol img {
    width: 100%;
    height: 100%;
}

#unlockFrm .close.icon {
    color: #e9e9e9;
    border-radius: 100%;
    border: 1px solid #e9e9e9;
}

#unlockFrm .close.icon:hover {
    color: #fff;
    border: 1px solid #fff;
}

.article-detail p {
    line-height: 1.5em;
}

.article-item {
    background: #FFFFFF;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin: 15px 0;
    overflow: hidden;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}

.article-item:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.protected-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00773E;
    color: #fff;
    z-index: 1;
    padding: 30px;
}

.protected:hover .protected-box {

}

.protected-box > div {
    text-align: center;
    margin: 10px 0;
    line-height: 1.5em;
}

.protected-box .zalo-number {
    font-weight: bold;
    font-size: 32px;
    margin: 15px 0;
}

.protected-box img {
    margin-top: 10px;
    max-width: 120px;
    height: auto;
}

.article-item .image-box img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.article-item .title-box {
    padding: 24px;
}

.article-item .title-box .title {
    font-weight: bold;
}

.article-item .description {
    color: #57595B;
    line-height: 19.5px;
    text-align: justify;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.article-item .view-more {
    text-align: right;
    margin-top: 10px;
}

.article-item .view-more a {
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    #main-menu ul li.search {
        display: block;
        padding-top: 10px;
    }

    #main-menu ul li form {
        margin: 0;
    }

    #main-menu ul li .ui.input input {
        width: 175px;
    }

    #slider-thienan {
        font-size: 20px;
    }

    #slider-thienan div > div {
        font-size: 28px;
        line-height: 28px;
    }

    #slider-thienan a {
        margin-top: 15px;
        font-size: 14px;
        height: 36px;
        width: 150px;
        line-height: 36px;
    }

    .section-caption {
        font-size: 24px;
        line-height: 32px;
    }

    #about-section a {
        font-size: 14px;
        height: 42px;
        width: 160px;
        line-height: 42px;
    }

    #service-section .service-caption {
        font-size: 24px;
        margin-bottom: 8px;
        line-height: 28px;
    }

    #service-section a.view-more {
        width: 160px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        margin-top: 10px;
    }

    #join-section {
        padding: 30px 0;
    }

    #join-section .join-zalo a {
        margin: auto;
        margin-top: 15px;
    }

    #member-section .member-right .zalo-qr > div {
        padding-left: 90px;
    }

    #member-section .member-right .zalo-qr img {
        margin-right: 15px;
    }

    #join-section .join-zalo img:first-child {
        margin-left: 70px;
    }

    #knowledge-section,
    #partner-section,
    #reviews-section {
        padding: 15px 0;
    }

    #partner-section .caption,
    #reviews-section .caption {
        font-size: 24px;
    }

    #report-section .buttons a,
    #knowledge-section .buttons a,
    #article-detail .categories a {
        height: 37px;
        line-height: 37px;
        margin: 5px 10px;
        font-size: 14px;
        padding: 0 15px;
    }

    #report-section a.view-all,
    #knowledge-section a.view-all {
        width: 140px;
        height: 42px;
        line-height: 42px;
    }

    #service-section .item,
    #teams-section .item {
        margin: 0;
    }

    #service-section .item .row .seven {
        padding-bottom: 0 !important;
    }

    #teams-section .item p {
        margin-top: 3px;
    }

    #teams-section .item .row .six {
        padding-bottom: 0 !important;
    }

    #member-section .member-image {
        display: none;
    }

    #member-section .member-container {
        display: block;
        position: static;
    }

    #member-section .member-left {
        width: 100%;
        padding: 30px 0;
        padding-bottom: 0;
        display: block;
    }

    #member-section .member-left:before {
        width: 100%;
    }

    #member-section .member-left:after {
        display: none;
    }

    #member-section .member-right {
        width: 100%;
        padding: 30px;
        display: block;
        background: url(../images/member-image.jpg) no-repeat;
    }

    #member-section .member-right .membership-items {
        width: 100%;
    }

    #member-section .member-right .membership-items .icon-check-ok {
        width: 36px;
        height: 36px;
    }

    #member-section .member-right .membership-items .item {
        font-size: 11px;
        width: calc(100% - 42px);
        height: 36px;
        line-height: 36px;
    }

    #member-section .member-right .zalo-qr {
        display: flex;
        flex-direction: column;
    }

    #member-section .member-right .zalo-qr > div {
        margin-bottom: 15px;
    }

    #member-section .member-right .zalo-qr a {
        height: 42px;
        line-height: 42px;
    }

    #join-section .join-zalo {
        position: static;
        flex-direction: column;
        text-align: center;
        width: 100%;
    }

    #join-section .join-zalo > div {
        display: block;
        text-align: center;
    }

    #join-section .join-zalo > div p {
        text-align: center;
    }

    #contact .contact-map > div {
        height: 320px;
    }

    #partner-section .item img {
        width: 146px;
        height: 86px;
    }

    #member-section .member-left > div > div > div,
    #member-section .member-left .button {
        padding-left: 50px;
    }

    #footer .zalo-icons {
        margin-top: 20px;
    }

    #footer .logo-footer {
        text-align: center;
        padding-top: 0;
    }

    #footer .logo-footer img {
        max-width: 175px;
        height: auto;
    }

    #footer h5 {
        margin-top: 0;
    }

    #unlockFrm .protected-box {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .article-item {
        margin: 0;
    }

    .article-item .title-box {
        padding: 15px;
    }
}