@import './fonts.css';

/*********************************************************************************/
/************************************ RESET CSS **********************************/
/*********************************************************************************/

/** Default Wordpress Style **/
.entry-content img {
    margin: 0 0 1.5em
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
    max-width: 100%;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
    height: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

.centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

img {
    max-width: 100%;
    height: auto;
}

input,
.input {
    outline: none
}

button {
    outline: none
}

/*** Default Styles ****/
html,
body {
    background-color: #e3eee6;
    font-family: 'UTM Avo';
    font-size: 15px;
    line-height: 1.6;
    font-variant-ligatures: none;
    color: #414142
}

a {
    color: #336749;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 16px;
}

*:not(input):not(textarea) {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

main {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slider-nav:not(.swiper-button-disabled) {
    opacity: 1;
}

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 99;
}

/*********************************************************************************/
/******************************** END RESET CSS **********************************/
/*********************************************************************************/


/*********************************************************************************/
/******************************** COMPONENTS *************************************/
/*********************************************************************************/

/** Genaral **/
.p-relative {
    position: relative;
}

.container {
    width: 80.5%;
    margin-left: auto;
    margin-right: auto;
    max-width: unset;
    padding: 0;
}

.big-container {
    width: 91.58%;
    margin-left: auto;
    margin-right: auto;
}

.small-container {
    width: 87.9%;
    margin-left: auto;
    margin-right: auto;
}

.xsmall-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

input,
textarea {
    padding: 5px 15px;
    border: none;
    outline: none;
}

.overflow-hidden {
    overflow: hidden;
}

.z-index-100 {
    position: relative;
    z-index: 100;
}

.z-index-10 {
    position: relative;
    z-index: 10;
}

.content-title {
    font-size: 45px;
    font-family: UTM Heartbeat;
    color: #37694b;
    margin-bottom: 26px;
    letter-spacing: 1px;
}

.sub-content-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.big-title {
    font-family: UTM Heartbeat;
    font-size: 60px;
    color: #336749;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.color-green {
    color: #336749
}

.color-white {
    color: #ffffff
}

.color-black {
    color: #000000
}

/** Social **/
.socials {
    display: flex;
    padding: 0;
    margin: 0 -5px;
    list-style-type: none;
}

.socials>li {
    padding-left: 5px;
    padding-right: 5px;
}

.socials .icon {
    width: 30px;
}

/** Language **/
.languages {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    color: #666666;
}

.languages .divider {
    padding-left: 11px;
    padding-right: 11px;
    pointer-events: none;
}

.languages a {
    transition: all ease .4s;
    color: inherit;
    text-decoration: none;
}

.languages .active a,
.languages a:hover {
    color: #0f6765
}

/** Hotline **/
.hotline,
.hotline:hover {
    display: flex;
    text-decoration: none;
    color: #336749;
}

.hotline .label-phone {
    flex: 1;
}

.hotline .label {
    line-height: .95;
    font-size: 14px;
}

.hotline .phone {
    line-height: .95;
    font-size: 20px;
    font-weight: bold;
}

.hotline .icon {
    width: 33px;
    margin-right: 10px;
}

.big-hotline.hotline .label {
    font-size: 16px;
    margin-bottom: 8px;
}

.big-hotline.hotline .phone {
    font-size: 24px;
}

.big-hotline.hotline .icon {
    width: 48px;
}

/** decorated - Trang trí cây / lá **/
.decorated-container {
    position: relative;
}


.decorated {
    padding: 0;
    margin: 0;
    position: absolute;
    pointer-events: none;
}

.decorated .origin-top-left {
    transform-origin: left top;
}

.decorated .origin-top-right {
    transform-origin: right top;
}

.decorated .origin-top-center {
    transform-origin: center top;
}

.decorated .origin-bottom-left {
    transform-origin: left bottom;
}

.decorated .origin-bottom-right {
    transform-origin: right bottom;
}

.decorated .origin-bottom-center {
    transform-origin: center bottom;
}

.decorated .origin-center-left {
    transform-origin: left center;
}

.decorated .origin-center-right {
    transform-origin: right center;
}

.decorated .origin-center-center {
    transform-origin: center center;
}

.decorated .rotate-tree-1 {
    animation: rotate-tree-1 2s infinite ease-in-out alternate-reverse;
}

@keyframes rotate-tree-1 {
    0% {
        -webkit-transform: rotate(0deg) translate(0px, 0px);
        transform: rotate(0deg) translate(0px, 0px);
    }

    33% {
        -webkit-transform: rotate(1deg) translate(1px, 1px);
        transform: rotate(1deg) translate(1px, 1px);
    }

    66% {
        -webkit-transform: rotate(-1deg) translate(-1px, 1px);
        transform: rotate(0deg) translate(-1px, 1px);
    }

    100% {
        -webkit-transform: rotate(0deg) translate(0px, 0px);
        transform: rotate(0deg) translate(0px, 0px);
    }
}

/*********************************************************************************/
/******************************** END COMPONENTS *********************************/
/*********************************************************************************/


/*********************************************************************************/
/************************************ SECTIONS ***********************************/
/*********************************************************************************/
/** HEADER */
header {
    position: relative;
    z-index: 100;
}

.header-wrap {
    display: flex;
    padding-left: 22%;
    position: relative;
}

.header-wrap .logo-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    background-color: rgba(255, 255, 255, .9);
    display: block;
    padding: 12px 32px 25px 32px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    outline: none;
}

.header-wrap .logo {
    width: 100%;
}

.header-wrap .right-header {
    flex: 1;
}

.header-wrap .top-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0 10px;
}

.header-wrap .search {
    width: 208px;
    border-radius: 100px;
    font-size: 16px;
}

.header-wrap .search,
.header-wrap .top-menu .languages,
.header-wrap .top-menu .hotline {
    margin-left: 30px;
}

.header-wrap .main-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 -15px;
    justify-content: space-between;
    font-size: 16px;
}

.header-wrap .main-menu .menu-item>a {
    color: inherit;
    text-decoration: none;
    transition: all ease .4s;
    display: block;
    padding: 10px 15px;
    color: #000000
}

.header-wrap .main-menu>.menu-item {
    position: relative;
}

.header-wrap .main-menu>.menu-item:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background-color: #336749;
    transition: all ease .4s;
}

.header-wrap .main-menu .menu-item.active>a,
.header-wrap .main-menu .menu-item.current-page-ancestor>a,
.header-wrap .main-menu .menu-item.current-menu-item>a,
.header-wrap .main-menu .menu-item>a:hover {
    color: #336749;
}

.header-wrap .main-menu>.menu-item.active:before,
.header-wrap .main-menu>.menu-item.current-page-ancestor:before,
.header-wrap .main-menu>.menu-item.current-menu-item:before,
.header-wrap .main-menu>.menu-item:hover:before {
    left: 16px;
    right: 16px;
}

.header-wrap .main-menu .menu-item.active>a {
    font-weight: bold;
}

/* Ẩn ở mobile */
.main-menu-container .header-box-menu,
.main-menu-container .footer-box-menu,
.main-menu-container .overlay,
.header-wrap .btn-menu {
    display: none;
}


/** Banner **/
section.banner {
    padding-right: 3.67%;
    height: 44.3vw;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

section.banner .big-title {
    font-size: 65px
}

section.banner .banner-slider-container,
section.banner .banner-slider {
    height: 100%;
}

section.banner .banner-slider {
    overflow: hidden;
    border-radius: 0 11vw 6vw 0 / 18vw;
}

/* section.banner .banner-slider .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */
section.banner .banner-slider .item .img {
    height: 100%;
    min-width: 100%;
    object-position: center;
    object-fit: cover;
    max-width: unset;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

section.banner .banner-slider .item .caption {
    position: absolute;
}

section.banner .banner-slider .item .caption .shadow.big-title.color-white {
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

section.banner .banner-slider .item .logo-caption {
    width: 140px;
}

section.banner .caption-container {
    position: absolute;
    top: 0;
    left: 0;
    right: -3.67vw;
    bottom: 0;
    z-index: 1;
    display: flex;
}

section.banner .caption-center-center .caption-container {
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.banner .caption-center-left .caption-container {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding-top: 10vh;
}

section.banner .caption-center-right .caption-container {
    align-items: center;
    justify-content: flex-end;
    text-align: left;
    padding-top: 10vh;
}

section.banner .caption-top-center .caption-container {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding-top: 10vh;
}

section.banner .caption-top-left .caption-container {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    padding-top: 10vh;
}

section.banner .caption-top-right .caption-container {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: center;
    padding-top: 10vh;
}

section.banner .caption-bottom-center .caption-container {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding-bottom: 10vh;
}

section.banner .caption-bottom-left .caption-container {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: center;
    padding-bottom: 10vh;
}

section.banner .caption-bottom-right .caption-container {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 10vh;
}

section.banner .caption .description {
    font-size: 18px;
}

/*** Footer ****/

.footer-container {
    padding-top: 70px;
    padding-bottom: 9.7vw;
}

.footer-container .title {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 36px;
    text-align: center;
}

.footer-wrapper {
    display: flex;
}

.footer-wrapper .footer-content {
    flex: 1;
    font-size: 16px;
}

.footer-wrapper .footer-left {
    text-align: right;
}

.footer-wrapper .footer-sep {
    width: 1px;
    background-color: #c1cdc4;
    margin-left: 2.37%;
    margin-right: 2.37%;
}

.footer-wrapper .footer-add {
    margin-bottom: 20px;
}

.footer-wrapper .footer-add:last-of-type {
    margin-bottom: 0;
}

.footer-wrapper h5 {
    font-size: inherit;
    margin-bottom: 0;
    line-height: inherit;
}

.footer-container .hotline-container {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.section-content .content {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.dropdown-menu {
    font-size: inherit;
}

.spinner {
    animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    display: inline-block;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) and (min-height: 730px) {
    .banner-container {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1640px) {
    body {
        font-size: 12px;
    }

    p {
        margin-bottom: 12px;
    }

    input,
    textarea {
        padding: 4px 12px;
    }

    .big-title {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .content-title {
        font-size: 33px;
        margin-bottom: 19px;
    }

    .sub-content-title {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .scroll-top {
        bottom: 15px;
        right: 15px;
        width: 36px;
        height: 36px;
    }

    /** Social **/
    .socials .icon {
        width: 23px;
        height: 23px;
    }

    .socials>li {
        padding-left: 4px;
        padding-right: 4px;
    }

    .socials {
        margin: 0 -4px
    }

    /** Language **/
    .languages {
        font-size: 12.5px;
    }

    .languages .divider {
        padding-left: 9px;
        padding-right: 9px;
    }

    /** Hotline **/
    .hotline .label {
        font-size: 11px;
    }

    .hotline .phone {
        font-size: 15px;
        font-weight: bold;
    }

    .hotline .icon {
        width: 24px;
        margin-right: 8px;
    }

    .big-hotline.hotline .label {
        font-size: 12.5px;
        margin-bottom: 6px;
    }

    .big-hotline.hotline .phone {
        font-size: 18px;
    }

    .big-hotline.hotline .icon {
        width: 36px;
    }

    /** Header **/
    .header-wrap .search,
    .header-wrap .top-menu .languages,
    .header-wrap .top-menu .hotline {
        margin-left: 23px;
    }

    .header-wrap .search {
        width: 156px;
        font-size: 12.5px;
    }

    .header-wrap .top-menu {
        padding: 7px 0;
    }

    .header-wrap .logo-container {
        width: 157px;
        padding: 9px 24px 18px 24px;
        border-bottom-left-radius: 23px;
        border-bottom-right-radius: 23px;
    }

    .header-wrap .main-menu {
        font-size: 12.5px;
    }

    .header-wrap .main-menu .menu-item>a {
        padding: 7px 12px
    }


    .header-wrap .main-menu>.menu-item.active:before,
    .header-wrap .main-menu>.menu-item.current-page-ancestor:before,
    .header-wrap .main-menu>.menu-item.current-menu-item:before,
    .header-wrap .main-menu>.menu-item:hover:before {
        left: 12px;
        right: 12px;
    }

    /** Banner **/
    section.banner {
        margin-bottom: 37px;
    }

    section.banner .big-title {
        font-size: 50px;
    }

    section.banner .caption {
        font-size: 45px;
    }

    section.banner .caption .description {
        font-size: 15px;
    }

    /** Footer **/
    .footer-container {
        padding-top: 52.5px;
    }

    .footer-container .title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .footer-wrapper .footer-content {
        font-size: 12.5px;
    }

    .footer-wrapper .footer-add {
        margin-bottom: 15px;
    }

    .footer-container .hotline-container {
        margin-top: 28px;
    }

    .section-content .content {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    section.banner .banner-slider .item .logo-caption {
        width: 105px;
    }
}

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

    .header-wrap .logo-container {
        width: 140px;
    }

    .section-content .content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

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

    .big-title {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .content-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    /** Phone **/
    .hotline .label {
        font-size: 12px;
        line-height: 1;
    }

    .hotline .phone {
        font-size: 16px;
        line-height: 1;
    }

    .hotline .icon {
        width: 30px
    }

    /** Language **/
    .languages {
        font-size: 14px;
    }

    /** Header **/

    .header-wrap .top-menu {
        padding: 15px 0;
    }

    .header-wrap .logo-container {
        width: 130px;
    }

    .btn-menu {
        display: flex;
        width: 30px;
        height: 30px;
        margin-left: 20px;
        position: relative;
        transition: .4s all ease;
        border-radius: 50%;
        border: 1px solid #336749
    }

    .btn-menu>span {
        display: block;
        height: 2px;
        background-color: #336749;
        position: absolute;
        left: 6px;
        transition: .25s all ease;
    }

    .btn-menu>span:nth-child(1) {
        top: 8px;
        width: 13px;
    }

    .btn-menu>span:nth-child(2),
    .btn-menu>span:nth-child(3) {
        top: 13px;
        width: 17px;
    }

    .btn-menu>span:nth-child(4) {
        top: 18px;
        width: 13px;
    }

    .btn-menu.active {
        border-color: #ffffff;
    }

    .btn-menu.active span {
        background-color: #ffffff;
    }

    .btn-menu.active span:nth-child(1),
    .btn-menu.active span:nth-child(4) {
        width: 0
    }

    .btn-menu.active span:nth-child(2),
    .btn-menu.active span:nth-child(3) {
        left: 6px;
        width: 16px
    }

    .btn-menu.active span:nth-child(2) {
        transform: rotate(45deg);
    }

    .btn-menu.active span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .header-wrap .top-menu .socials,
    .header-wrap .top-menu .languages,
    .header-wrap .top-menu .search {
        display: none;
    }

    .main-menu-container .header-box-menu,
    .main-menu-container .footer-box-menu,
    .main-menu-container .overlay,
    .header-wrap .btn-menu {
        display: block;
    }

    .header-wrap .main-menu .menu-item.active>a,
    .header-wrap .main-menu .menu-item.current-page-ancestor>a,
    .header-wrap .main-menu .menu-item.current-menu-item>a,
    .header-wrap .main-menu .menu-item>a:hover {
        color: #fff;
    }

    .header-wrap .main-menu .menu-item::before {
        display: none;
    }

    .main-menu-container .header-box-menu {
        display: flex;
    }

    .main-menu-container .header-box-menu .languages {
        flex: 1
    }

    .main-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        transition: all ease .4s;
        pointer-events: none;
    }

    .main-menu-container .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .7);
        transition: all ease .4s;
        opacity: 0;
    }

    .main-menu-container .box {
        width: 350px;
        max-width: 100%;
        background-color: #336749;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        background-image: url(../images/bg-mobile-menu.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all ease .4s;
        transform: translateX(100%);
    }

    .main-menu-container .hotline {
        color: #fff
    }

    .main-menu-container .languages a {
        color: #fff;
    }

    .main-menu-container .languages .divider,
    .main-menu-container .languages .active a {
        color: #8cb799;
    }

    .main-menu-container .header-box-menu {
        padding: 13px 15px;
        display: flex;
        align-items: center;
    }

    .main-menu-container .main-menu .menu-item>a {
        color: #fff;

    }

    .main-menu-container .main-menu {
        margin: 0;
        flex-direction: column;
        justify-content: flex-start;
        flex: 1;
        padding-bottom: 15px;
        padding-top: 15px;
        overflow: auto;
        font-size: 17px;
    }

    .main-menu-container .main-menu .menu-item>a {
        padding: 10px 15px;
    }

    .header-wrap .main-menu .menu-item.active>a,
    .header-wrap .main-menu .menu-item>a:hover {
        color: #8cb799;
        font-weight: normal;
    }

    .main-menu-container .footer-box-menu {
        padding: 10px 15px 32px;
    }

    .main-menu-container .search {
        width: 200px;
        margin-left: 0;
    }

    .main-menu-container .socials {
        margin-bottom: 18px;
    }

    .main-menu-container .socials .icon {
        width: 30px;
        height: 30px;
    }

    .main-menu-container.open {
        pointer-events: all;
    }

    .main-menu-container.open .box {
        transform: translateX(0);
    }

    .main-menu-container.open .overlay {
        opacity: 1;
    }

    /** Banner **/
    section.banner .big-title {
        font-size: 40px;
    }

    section.banner .caption .description {
        font-size: 14px;
    }

    section.banner .banner-slider .item .logo-caption {
        width: 90px;
    }
}

@media screen and (max-width: 767px) {
    section.banner {
        height: 50vw;
    }

    .big-hotline.hotline .label {
        font-size: 11px;
    }

    .big-hotline.hotline .phone {
        font-size: 17px;
    }

    .section-content .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

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

    .big-title {
        font-size: 32px;
    }

    .content-title {
        font-size: 28px;
    }

    .sub-content-title {
        font-size: 14px;
    }

    section.banner {
        height: 150vw;
        padding-right: 8%;
    }

    section.banner .big-title {
        font-size: 32px;
    }

    header .container {
        width: 90%;
    }

    .header-wrap .logo-container {
        width: 100px;
        padding: 9px 18px 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    section.banner .caption .description {
        font-size: 13px;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-wrapper .footer-content {
        text-align: center;
    }

    .footer-wrapper .footer-add,
    .footer-wrapper .footer-add:last-of-type {
        margin-bottom: 15px;
    }

    .footer-container .hotline-container {
        margin-top: 15px;
    }

    .footer-container {
        padding-bottom: 100px;
    }

    section.banner .banner-slider .item .logo-caption {
        width: 80px;
    }

    .banner .container {
        width: 92%;
    }

    .banner .caption {
        padding-right: 10px;
    }
}