/*a{*/
/*    pointer-events: none!important;*/
/*}*/

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular-.eot#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold-.eot#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Medium') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium-.eot#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/Montserrat-Medium.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black-.eot#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Black.woff2') format('woff2'),
    url('../fonts/Montserrat-Black.woff') format('woff'),
    url('../fonts/Montserrat-Black.ttf') format('truetype'),
    url('../fonts/Montserrat-Black.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
.site-info a, .site-info a:visited{
    color: #656565 !important;
}
header#masthead {
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #3e8eb3 100%);
    height: 223px;
    transition: all 0.5s;
}
header#masthead.sticky {
    background-image: none;
    background-color: #ffffff;    height: 80px;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.05);
}
header#masthead.sticky .main-navigation .main-nav ul li a{
    color: #666666;
}
header#masthead.sticky .main-navigation li.search-item{
    border-color:  #999999;;
}
.inside-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.inside-header .navigation-search input {
    height: 26px;
    background-color: transparent;
    padding: 0;
}
.inside-header .navigation-search input[type="search"]:focus {
    background-color: transparent;
}
.inside-header .navigation-search {
    width: 140px;
}
.inside-header .navigation-search.nav-search-active {
    left: inherit;
    top: -7px;
    right: 10px;
}
.main-navigation, .main-navigation ul ul {
    background-color: transparent !important;
}
.main-navigation .main-nav ul li a {
    font-family: 'Montserrat-Bold';
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
        text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #F6D609;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    bottom: -9px;
    left: 15px;
}
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a:after{
    bottom: 0;
}
.main-navigation .main-nav ul ul li > a:after{
    bottom: 0 !important;
    display: none !important;
}
.main-navigation .main-nav ul ul li > a:hover,
.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{
    bottom: 0;
    color: #F6D609 !important;
    transition: .3s;
}
.main-navigation li.search-item {
    width: 160px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #ffffff;
    top: -8px;
}

.main-navigation .main-nav ul li.search-item > a:hover:after{
    background: none !important;
}
.main-navigation li.search-item a{
    height: 26px;
}
.main-navigation .search-item a:before {
    position: absolute;
    top: 7px;
    right: 10px;
}
.main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a {
    background-color: transparent !important;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background-color: transparent !important;
    /*color: #F6D609;*/
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover{
    background-color: rgba(63, 63, 63, 0);
}
.main-navigation .main-nav ul li > a:after{
    transition: .3s;
    background-color: #F6D609;
    content: '';
    position: absolute;
    height: 4px;
    width: 0px;
    bottom: -9px;
    left: 15px;
}
.main-navigation .main-nav ul li > a:hover:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #F6D609;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    bottom: -9px;
    left: 15px;
    transition: .3s;
}
.header-widget {
    order: 10;
    overflow: visible;
}

.nav-float-right .header-widget {
    top: auto;
}

.nav-float-right .header-widget .widget {
    padding-bottom: 0;
}

.site-branding,
.site-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200;
    top: 5px;
}
header#masthead .site-logo img{
    height: 82px;
    transition: all 0.5s;
}
header#masthead.sticky .site-logo img{
    height: 60px;
}
#mobile-header .mobile-bar-items {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-left: auto;
}
#site-navigation {
    float: none;
    width: 100%;
    padding-top: 45px;
    transition: all 0.5s;
}
header#masthead.sticky #site-navigation {
    padding-top: 32px;
}


header#masthead.sticky .main-navigation .menu-home a {
    filter: brightness(0.2);
}
header#masthead.sticky .main-navigation .menu-home a:hover{
    background-color: transparent !important;
}

.main-navigation:not(.slideout-navigation):not(.mobile-header-navigation) .main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-navigation .menu-home a{
    background-image: url("../images/icon.png");
    width: 16px;
    height: 18px;
    background-size: inherit;
    margin-left: -29px;
    background-position: -86px -27px;
    color: transparent !important;
    top: -5px;
}
.main-navigation .menu-home a:after{
    bottom: -13px !important;
}
.main-navigation .menu-item-separator {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-navigation .menu-item-separator a {
    font-size: 0;
    background: transparent !important;
    opacity: 0;
}

.slideout-navigation .menu-item-separator,
.main-navigation.toggled .menu-item-separator{
    display: none !important;
}

@media (max-width: 768px) {
    .inside-header>:not(:last-child):not(.main-navigation) {
        margin-bottom: 0;
    }
}
body {
    overflow-x: hidden;
    font-family: 'Montserrat-Regular';
}
h1,h2,h3{
    font-family: 'Montserrat-Black';
    font-weight: normal;
}
b, strong {
    font-family: 'Montserrat-Bold';
    font-weight: normal;
}
.separate-containers .site-main {
    margin: 0;
}
.text_center{
    text-align: center;
}
.display_none{
    display: none !important;
}
.display_block{
    display: block !important;
}
.headline_h2{
    color: #333333;
    font-size: 30px;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 60px;
}
.headline_h2:after{
    content: '';
    position: absolute;
    width: 154px;
    height: 4px;
    background-color: #F6D609;
    background-size: inherit;
    bottom: -20px;
    left: 50%;
    margin-left: -77px;
}
.headline_h3{
    color: #333333;
    font-family: "Montserrat-Black", serif;
    line-height: 23px;
    margin-bottom: 40px;
}
.headline_h4{
    color: #333333;
    font-family: "Montserrat-Black", serif;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1.13px;
    margin-bottom: 30px;
}
.headline_h4:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background-size:inherit ;
    bottom: -10px;
    left: 0;
    margin-left: 0;
}
.headline_white{
    color: #ffffff;
}
.headline_white:after{
    background-color: #fff;
    left: 0;
    margin-left: 0;
}
.button_style{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    background-color: #e1d22b;
    background-image: linear-gradient(-94deg, #8ad2f2 0%, #1ba6e5 100%);
    color: #fff !important;
    text-align: center;
    padding: 15px 60px;
    font-family: "Montserrat-Black", serif;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}
.arrow {
    background:transparent;
    height: 3px;
    width: 30px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    position: absolute;
}
.arrow:before, .arrow:after {
    content: "";
    background: #007370;
    position: absolute;
    height: 2px;
    width: 20px;
}
.arrow:hover:before, .arrow:hover:after{
    background: #F6D609;
}
.arrow:before {
    right: -3px;
    bottom: -7px;
    transform: rotate(-48deg);
}
.arrow:after {
    right: -3px;
    top: -6px;
    transform: rotate(48deg);
}
.arrow-prev {
    -ms-transform: rotate(20deg);
    transform: rotate(-180deg);
    top: 50%;
    left: -20px;
}
.arrow-next {
    top: 50%;
    right: -20px;
}
ul.slick-dots {
    list-style: none;
    position: absolute;
    bottom: 20px;
    padding: 0px;
    margin: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
ul.slick-dots li {
    margin: 0 5px;
}
ul.slick-dots li button {
    padding: 0px;
    width: 10px;
    padding: 0px;
    height: 10px;
    border-radius: 50%;
    color: transparent;
    border: 2px solid #ffffff;
    background-color: transparent;
}
ul.slick-dots .slick-active button {
    border: 2px solid #ffffff;
    background-color: #ffffff;
}
.section{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.banner_slider_video .banner_video {
    width: 100%;
    height: 650px;
    overflow: hidden;
}
.banner_slider_video .slick-slide > div{
    height: 650px;
}
.banner_slider_video .banner_video video{
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;

}
.banner_slider_video .banner_video img{
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
    /*transform: scale(1.2);*/
    transition: 0.7s;
}
.slick-slide.slick-current .banner_video img{
    /*transform: scale(1);*/
    transition: 0.7s;
}
.banner_slider_video .banner_video .content_slider{
    position: absolute;
    bottom: 75px;
    width: 65%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    text-align: center;
}
.banner_slider_video .banner_video .content_slider h2{
    opacity: 0;
    position: relative;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-family: 'Montserrat-Black';
    font-size: 35px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 0.5s;

}
.banner_slider_video .banner_video .content_slider .content{
    opacity: 0;
    transition: all 0.5s;
    position: relative;

}
.slick-slide.slick-current .banner_video .content_slider h2{
    opacity: 1;
}

/*.banner_slider_video .banner_video .content_slider h2:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url("../images/slider_icon.png");*/
/*    width: 58px;*/
/*    height: 43px;*/
/*    background-size: inherit;*/
/*    top: -75px;*/
/*    left: 50%;*/
/*    margin-left: -29px;*/
/*}*/
.slick-slide.slick-current .banner_video .content_slider p{
    text-shadow: -2px 0 0 rgba(0, 0, 0, 0.6);
    color: #ffffff;

    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 8px;
}


.section_about_home{
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 740px;
    background-size: cover;
    background-repeat: no-repeat;
}
.button_about_home {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.button_item_about_home {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
.button_item_about_home a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.button_item_about_home span{
    color: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    text-align: right;
    top: -10px;
    position: relative;
    margin-right: 10px;
}
.button_item_about_home:nth-child(2) span{
    float: right;
    text-align: left;
    margin-left: 10px;
    top: 7px;
}
.button_item_about_home:nth-child(2) img{
    float: left;
}
.section_product_home{
    padding-top: 120px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: bottom;
}
.product_home_content {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}
/*.product_slider_home_items .slick-slide{*/
    /*height: 430px;*/
/*}*/
/*.product_slider_home_items .slick-slide div{*/
    /*height: 100%;*/
/*}*/
.product_slider_home_items .slick-slide li{
    text-align: center;
    height: 380px;
}
.product_slider_home_items .slick-slide img{
    max-height: 100%;
    margin: 0 auto;
    transition: all 0.5s;
    transform: scale(1);
    height: 350px;
}
.product_slider_home_items .slick-slide img:hover{
    height: 380px;
}
.section_vision_home{
    padding-top: 100px;
    padding-bottom: 140px;
}
.vision_home_content{
    background-image: url("../images/vision.png");
    max-width: 385px;
    min-height: 310px;
    padding-top: 100px;
    padding-left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #585858;
    font-size: 24px;
    margin-top: 115px;
}
.vision_home_img_item{
    list-style: none;
    margin: 0;
    text-align: center;
}
.vision_home_img_item li{
    position: relative;
}
.vision_home_img_item li:nth-child(1){
    margin-bottom: 20px;
}
.vision_home_img_item li:nth-child(2){
    float: left;
}
.vision_home_img_item li:nth-child(2) .vision_home_img_item_icon{
    margin-left: -20px;
}
.vision_home_img_item li:nth-child(3){
    float: right;
}
.vision_home_img_item li:nth-child(3) .vision_home_img_item_icon{
    margin-left: 20px;
}
.vision_home_img_item li .vision_home_img_item_icon img{
    -webkit-transform: rotateY(0deg);
    transform:rotateY(0deg);
    transition: all 0.5s;
}
.vision_home_img_item li:hover .vision_home_img_item_icon img{
    -webkit-transform: rotateY(360deg);
    transform:rotateY(360deg);
}
/*.vision_home_img_item li:hover .vision_home_img_item_icon h5{*/
/*    color: #F6D609;*/
/*}*/
.vision_home_img_item_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 180px;
}
.vision_home_img_item_icon h5{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: 'Montserrat-Black';
    font-size: 19px;
    font-weight: normal;
    line-height: 28px;
    transition: all 0.5s;
}
.vision_home_img {
    position: relative;
    display: inline-block;
    width: 100%;
    background-image: url("../images/vision_img.png");
}
.vision_home_img_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    margin-top: 70px;
    margin-left: 20px;
}
.section_vision_home1{
    position: absolute;
    background-image: url("../images/vision1.png");
    top: 0;
    left: 0;
    width: 922px;
    height: 357px;
    z-index: -1;
}
.section_vision_home2{
    position: absolute;
    background-image: url("../images/vision2.png");
    bottom: 0;
    left: 45px;
    width: 634px;
    height: 165px;
    z-index: -1;
}
.section_vision_home3{
    position: absolute;
    background-image: url("../images/vision3.png");
    bottom: 0;
    right: 0;
    width: 507px;
    height: 725px;
    z-index: -1;
}
.popupvideo{
    position: relative;
}
.popupvideo .js-fancybox{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    background-image: url("../images/video.png");
    width: 64px;
    height: 64px;
    background-size: cover;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
}
.section_latest_news{
    background-image: linear-gradient(-1deg, #007361 0%, #1da694 100%);
}
.section_latest_news_video{
    overflow: hidden;
}
.section_latest_news .grid-container .grid-50:last-child{
    padding: 0;
}
.section_latest_news .popupvideo{
    position: absolute;
    width: 50%;
    height: -moz-calc(50% + 15px);
    height: -webkit-calc(50% + 15px);
    height: calc(50% + 75px);
    /*height: 50%;*/
}
.section_latest_news .popupvideo_img {
    height: 100%;
}
.section_latest_news .popupvideo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_latest_news .grid-50:first-child{
    padding-top: 54px;
    padding-bottom: 75px;
}
.section_latest_news_cat{
    list-style: none;
    margin: 0;
}
.section_latest_news_cat li {
    width: 50%;
    float: left;
    /*margin-bottom: 50px;*/
    display: inline-block;
}
.section_latest_news_cat li:nth-child(1) a:after{
    background-position: 26px 0px;
}
.section_latest_news_cat li:nth-child(2) a:after{
    width: 26px;
    height: 24px;
    left: 15px;
    top: 15px;
    background-position: 452px 0px;
}
.section_latest_news_cat li:nth-child(3) a:after {
    width: 26px;
    height: 24px;
    left: 15px;
    top: 15px;
    background-position: 76.5px 0px;
}
.section_latest_news_cat li:nth-child(4) a:after{
    width: 26px;
    height: 24px;
    left: 15px;
    top: 15px;
    background-position: 1px 0px;
}
.section_latest_news_cat li:nth-child(3),
.section_latest_news_cat li:nth-child(4){
    /*margin-bottom: 50px;*/
}
.section_latest_news_cat li a{
    color: #fefefe;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #ffffff;
    padding: 20px 0 20px 50px;
    display: inline-block;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 75px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.5s;
}
.section_latest_news_cat li a:hover{
    background-color: #F6D609;
    box-shadow: 0 0 32px rgba(0, 115, 112, 0.23);
    border: 2px solid #F6D609;
}
.section_latest_news_cat li a:after{
    content: '';
    background-image: url("../images/icon.png");
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
    top: 15px;
}
.section_latest_news_cat li.icon_heart a:after{
    background-position: -174px 0;
}
.section_latest_news_cat li.icon_video a:after{
    background-position: -224px 0;
}
.section_latest_news_cat li.icon_news a:after{
    background-position: -149px 0;
}
.latest_news {
    width: 100%;
}
.latest_news .grid-25{
    padding:0;
}
.latest_news_item img{
    /*height: 420px;*/
    object-fit: cover;
    width: 100%;
}
/*.latest_news_item a:last-child{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 9;*/
/*}*/
.latest_news_item{
    position: relative;
    overflow: hidden;
}
.latest_news_item:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.latest_news_item:after{
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 1;
}
.latest_news_item:hover:after {
    width: 100%;
    height: 100%;
    background-color: #007370;
    background-image: linear-gradient(to top, #007361 0%, #1da694 100%);
    opacity: 0.7;
}
.latest_news_item .latest_news_item_content{
    position: absolute;
    bottom: -92px;
    left: 0;
    padding: 0 65px 25px 30px;
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
    display: inline-block;
    transition: all 0.5s;
    margin: 0;
    z-index: 9;
}
.latest_news_item:hover .latest_news_item_content{
    bottom: 0;
}
.latest_news_item:hover h3 a:after {
    background-position: 0px -58px;
}
.latest_news_item:hover h3 a{
    color: #F6D609;
}
.latest_news_item h3 a{
    font-family: 'Montserrat-Regular';
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    padding-left: 36px;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
}
.latest_news_item h3 a:after {
    content: '';
    background-image: url("../images/icon_group.png");
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-position: -274px 0;
    border-radius: 50%;
}
.latest_news_item .latest_news_item_des{
    color: #ececec;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 68px;
}
.latest_news_item .latest_news_item_des .read-more{
    display: none;
}
.arrow_right{
    background: transparent;
    height: 3px;
    width: 30px;
    margin: 0 auto;
    position: absolute;
    cursor: pointer;
    bottom: 34px;
    right: 28px;
    z-index: 9;
}
.arrow_right:before, .arrow_right:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 2px;
    width: 20px;
}
.arrow_right:before {
    right: -3px;
    bottom: -7px;
    transform: rotate(-48deg);
}
.arrow_right:after {
    right: -3px;
    top: -6px;
    transform: rotate(48deg);
}
.section_opportunity {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}
.opportunity_box {
    background-color: rgba(29, 166, 148, 0.9);
    padding: 55px 46px 55px 35px;
    display: inline-block;
}
.opportunity_box p{
    color: #ffffff;
    margin-bottom: 32px;
    text-align: justify;
}
.opportunity_box_list{
    list-style: none;
    margin: 0;
}
.opportunity_box_list li{
    width: 100%;
    float: left;
}
.opportunity_box_list li a{
    color: #fefefe;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #ffffff;
    padding: 20px 0 20px 50px;
    display: inline-block;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 75px);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    max-width: 260px;
    transition: all 0.5s;
}
.opportunity_box_list li a:after{
    content: '';
    background-image: url("../images/icon.png");
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
    top: 15px;
    background-position:-24px -58px;
}
.opportunity_box_list li a:hover {
    background-color: #F6D609;
    box-shadow: 0 0 32px rgba(0, 115, 112, 0.23);
    border: 2px solid #F6D609;
}
.change_select_ {
    display: none;
}
.select {
    position: relative;
}
.select .select-styled {
    border: 2px solid #F6D609;
    border-radius: 22.5px;
    padding: 8px 50px 8px 30px;
    display: inline-block;
    position: relative;
    width: 200px;
    min-width: 150px;
    cursor: pointer;
    color: #333333;
    font-size: 13px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 20px;
}
.select .select-styled:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 10px;
    top: 15px;
    right: 15px;
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: inherit;
    background-position: 0 -47px;
}
.select .select-options {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    top: 45px;
    left: 0;
    background-color: #f7f8fa;
    border-top: 0;
    z-index: 3;
    min-width: 150px;
    width: 285px;
    border-radius: 10px;
}
.select .select-options li {
    color: #303747;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    cursor: pointer;
    text-align: left;
}
.select .select-options li:hover {
    background-color: #F6D609;
    color: #fff;
}
.select_location_item{
    color: #333333;
    font-size: 13px;
    line-height: 22px;
}
.select_location_items{
    max-width: 285px;
}
.site-footer .footer-widgets {
    padding: 60px 40px 100px 40px;
    background-color: #e4e4e4;
}
.footer-widget-1{
    width: 40%;
}
.footer-widget-1 .footer_logo {
    width: 20%;
    float: left;
}
.footer-widget-1 .select_location {
    width: 80%;
    float: left;
    margin-top: 35px;
}
.footer-widget-2,.footer-widget-3,.footer-widget-4{
    width: 20%;
    margin-top: 35px;
}
.site-footer .footer-widgets .widget-title {
    color: #333333;
    font-size: 13px;
    font-family: 'Montserrat-Bold';
    font-weight: normal;
    margin-bottom: 25px;
}
.site-footer .footer-widgets .menu li a{
    color: #333333;
    font-size: 13px;
    line-height: 26px;
}
.site-footer .footer-widgets .menu li{
    padding-bottom: 0;
    margin-bottom: 5px;
}
.site-footer .footer-widget-4 .menu li a{
    font-size: 13px;
    font-family: 'Montserrat-Bold';
    font-weight: normal;
    margin-bottom: 25px;
    line-height: normal;
}
.site-footer .footer-widget-4 .menu li {
    margin-bottom: 15px;
    line-height: normal;
}
.site-info {
    background-color: #e4e4e4 !important;
}
.copyright {
    float: left;
    color: #656565;
    font-size: 12px;
    line-height: 16px;
}
.copyright_menu {
    float: right;
    position: relative;
    top: -5px;
}
.copyright_menu_main{
    float: left;
}
.copyright_menu_social {
    float: right;
}
.copyright_menu_main,.copyright_menu_social {
    margin: 0;
    list-style: none;
}
.copyright_menu_main li,.copyright_menu_social li{
    float: left;
    margin: 0 10px;
}
.copyright_menu_main li a{
    color: #656565;
    font-size: 12px;
    line-height: 16px;
    position: relative;
}
.copyright_menu_main li a:after{
    content: '';
    background-color: #656565;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 2px;
    right: -10px;
}
.copyright_menu_main li:last-child a:after{
    display: none;
}
.copyright_menu_social li a {
    color: #656565;
}
#banner_gr{
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    overflow: hidden;
    height: 860px;
}
#banner_gr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner_gr:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 98px;
    background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    content: "";
}
body{
    background: white;
}
.who_are_we{
    padding: 70px 0px;
    text-align: center;
}
.who_are_we .sub{
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.who_are_we h2{
    margin-bottom: 30px;

}
.who_are_we .content,
.mission .row_mission .info .box_content .content{
    color: #1e1e1e;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    max-width: 70%;
    margin: 0 auto;
}
.mission .row_mission .info .box_content .content{
    max-width: 100%;
}
.who_are_we .box_info,
.about_calofic .box_info{
    display: flex;
    justify-content: center;
    margin-top: 85px;
}
.who_are_we .box_info h3,
.about_calofic .box_info h3{
    color: #047a68;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 48px;
}
.who_are_we .box_info strong ,
.about_calofic .box_info strong{
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}
.who_are_we .box_info .item_box,
.about_calofic .box_info .item_box{
    padding: 2px 70px;
    border-right: 1px solid #047a68;
    /*width: 30%;*/

}
.who_are_we .box_info .item_box:last-child,
.about_calofic .box_info .item_box:last-child{
    border-right: none;
}
a.view_more{
    border-radius: 23px;
    background-color: #178206;
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
    text-shadow: 0 0 16px rgba(255, 126, 0, 0.4);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 57px 15px 30px;
    font-family: 'Montserrat-Bold';
    display: inline-block;
    transition: all 0.5s;
    position: relative;
}
a.view_more:before{
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../images/view_more.png");
    content: "";
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.who_are_we a.view_more{
    margin-top: 60px;
}
.mission .box{
    display: inline-block;
}
.mission .box .item_box{
    width: 33.333333%;
    float: left;
    height: 347px;
    position: relative;
}
.mission .box .item_box .box_img,
.mission .box .item_box .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mission .box .item_box span{
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;

}
.mission .box .item_box h3{
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    margin-bottom: 20px;
}
.mission .box .item_box .box_content{
    position: absolute;
    bottom: 45px;
    z-index: 2;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    pointer-events: none;
}
.mission .row_mission{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mission .row_mission .info{
    flex: 0 0 40%;
    max-width: 40%;
    background-color: #f5f5f5;
    position: relative;
}
.mission .row_mission .info .box_content{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 25%;
    right: 10%;
}
.mission .row_mission .info .box_content h2.heading_h2{
    margin-bottom: 30px;
}

.mission .row_mission .info .box_content a.view_more{
    margin-top: 50px;
}
.mission .row_mission .box{
    flex: 0 0 60%;
    max-width: 60%;
}
.mission .row_mission .box a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    /*background-image: linear-gradient(to top, #047968 0%, rgba(24, 157, 140, 0) 100%);*/
}
.mission .row_mission .box a:before{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 187px;
    content: "";
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.9;
    bottom: 0px;
    transition: .3s;
}
.mission .row_mission .box a:after{
    background-image: linear-gradient(to top, #047968 0%, rgba(24, 157, 140, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    content: "";
    transition: .3s;
}
.mission .row_mission .box a:hover:before{
    transition: .3s;
    opacity: 0;
}
.mission .row_mission .box a:hover:after{
    opacity: 1;
    transition: .3s;

}
/*.development_history .item_slider{*/
/*    padding-top: 5px;*/
/*}*/
.development_history .item_slider .box_content{
    width: calc(75% - 117px);
    display: inline-block;
    border-right: 1px solid #d7d7d7;
    padding-top: 65px;
    padding-right: 115px;
    position: relative;
}
.development_history .item_slider .box_content:before{
    position: absolute;
    top: 73px;
    right: 0px;
    width: 70px;
    height: 0.5px;
    content: "";
    border: 0.5px solid #959595;
    background-color: #ffffff;
}
.development_history .item_slider .box_content .content{
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-family: 'Montserrat-Medium';

}
.development_history .item_slider .box_content img{
    margin: 0px auto;
    margin-top: 20px;
    display: block;
}
.development_history .item_slider .year{
    width: 25%;
    float: right;
    text-align: right;
    position: relative;
    padding-top: 5px;
}
.development_history .item_slider .year:before {
    position: absolute;
    width: 32px;
    height: 31px;
    border: 1px solid #171717;
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    left: 0px;
    transform: translate(-50%,50%);
    bottom: 0px;
}
.development_history .item_slider .year:after {
    width: 14px;
    height: 14px;
    background-color: #F6D609;
    border-radius: 50%;
    bottom: 0px;
    content: "";
    left: 0px;
    position: absolute;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: .3s;
}
.development_history .item_slider.active-id .year:after{
    width: 14px;
    height: 14px;
    background-color: #F6D609;
    border-radius: 50%;
    bottom: 0px;
    content: "";
    left: 0px;
    position: absolute;
    transform: translate(-50%, 50%);
    opacity: 1;
    transition: .3s;
}
.development_history .item_slider .year span{
    display: inline-block;
    padding: 20px 45px;
    border-radius: 32px 32px 32px 0;
    background-color: #ebebeb;
    color: #474747;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Montserrat-Bold';
    transition: .3s;
}
section.section.development_history{
    padding: 100px 0px;
}
.development_history .grid-20 ul{
    margin: 0px;
    list-style: none;
    max-height: 70vh;
    overflow: auto;
}
.slider-nav .slick-prev{
    display: none !important;
}
.slider-nav button.slick-next.slick-arrow{
    font-size: 0px;
    background: none;
    position: absolute;
    bottom: -40px;
    right: 205px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    transform: translateX(50%);
    background: white;
}
.slider-nav button.slick-next.slick-arrow:before{
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    font-size: 30px;
    color:  #d7d7d7;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
}
section.section.development_history .slider_right .slick-slide.slick-current.slick-active .item_slider .year:after,
section.section.development_history .slider_right .slick-slide:hover .item_slider .year:after{
    opacity: 1;
    transition: .3s;
}
section.section.development_history .slider_right  .item_slider.active-id span,
section.section.development_history .slider_right .item_slider.active-id:hover span{
    background-color: #F6D609;
    color: white;
    transition: .3s;
}

.slider_year{
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
}
.slider_year h3{
    color: #ffffff;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 26px 0px 18px 0px;
    background-color: #047a68;
    margin-bottom: 0px;
}
.slider_year ul{
    text-align: center;
    padding: 37px 0px;
}
/*.slider_year ul .slick-slide.slick-active:first-child li{*/
/*    padding-top: 0px;*/
/*}*/
/*.slider_year ul .slick-slide.slick-active:last-child li{*/
/*    padding-bottom: 0px;*/
/*}*/
.slider_year ul li{
    width: calc(60% - 40px) !important;
    padding: 13px 0px 13px 0px;
    color: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border-left: 1px solid #b7b7b7;
    position: relative;
    cursor: pointer;
    margin: auto;
}
.slider_year ul li a{
    color: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    width: 100%;
    display: block;
    position: relative;
}
.slider_year ul li a:before{
    position: absolute;
    left: -0.6px;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    border-radius: 50%;
    background-color: #047a68;
    width: 12px;
    height: 12px;
    content: "";
    transition: .3s;
}
.slider_year ul li a.active:before,
.slider_year ul li:hover:before{
    transform: translate(-50%,-50%) scale(1.2);
    background-color: #F6D609;
}
.development_history .slider_general{
    display: flex;
    justify-content: space-between;
}
.about_calofic{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
}
.content{
    color: #1e1e1e;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Montserrat-Medium';
}
.product_page{
    margin-top: 100px;
    padding: 98px 0px 146px 0px;
}
.product_page .content{
    max-width: 580px;
    margin: 0px auto;
    margin-bottom: 100px;
}
.page-template-product_page #banner_gr,
.tax-product-category #banner_gr,
.single-product #banner_gr,
.page-template-mission_page #banner_gr,
.page-template-news_page #banner_gr,
.page-template-career_opportunities #banner_gr,
.category #banner_gr,
.page-template-contact_page #banner_gr{
    display: none;
}
.mission_page > .grid-container > .content{
    font-size: 16px;
}
.box_product_cat{
    display: flex;
    justify-content: center;
}
.box_product_cat .box{
    position: relative;
    width: 20%;
    text-align: center;
    transform: scale(1);
    transition: .3s;
}
.box_product_cat .box:before{
    width: 137px;
    height: 207px;
    position: absolute;
    content: "";
    background-image: url("../images/Layer_2155141_copy_3.png");
    left: 50%;
    transform: translate(-50%,105%)
}
.box_product_cat .box:hover{
    transform: scale(1.5);
    transition: .3s;
}
.box_product_cat .box .box_img{
    display: inline-block;
}
.box_product_cat .box .box_img img{
    width: 134px;
    height: auto;
}
.box_product_cat .box .box_content{
    position: absolute;
    bottom: 45px;
    display: inline-block;
    width: 100%;
    left: 0px;
}
.box_product_cat .box .box_content span{
    text-shadow: 0 0 8px rgba(188, 86, 0, 0.95);
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';

}
.box_product_cat .box .box_content h3{
    text-shadow: 0 0 8px rgba(188, 86, 0, 0.95);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 5px;
    display: block;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0px;
}

.box_product_cat .box a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}
.slider_product_cat{
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.slider_product_cat .box_product {
    width: 33.33333%;

}
.slider_product_cat .box_product:hover h3{
    color: #F6D609;
    transition: .3s;
}
.slider_product_cat .box_product .box_img{
    position: relative;
}

.slider_product_cat .box_product .box_img:after{
    width: 308px;
    height: 308px;
    background-image: linear-gradient(to bottom, #d1d1d1 0%, #6f6f6f 100%);
    opacity: 0.15;
    position: absolute;
    bottom: 10px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;

}
.slider_product_cat .box_product .box_img:before,
.product_relate .slider .box_img a:before{
    width: 165px;
    height: 24px;
    background-image: url("../images/bf_product_2.png");
    position: absolute;
    bottom: -10px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.slider_product_cat .box_product .box_img img{
    height: 295px;
    width: auto;
    margin: 0px auto;
    transform: scale(1);
}
.product_cat{
    padding: 84px 0px 116px 0px;
    margin-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product_cat h2.heading_h2{
    margin-bottom: 80px;
    position: relative;
    text-transform: uppercase;
}
.product_cat h2.heading_h2:before{
    width: 230px;
    height: 4px;
    background-image: url("../images/Vector_Smart_Object3_copy_6.png");
    bottom: -17px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}
.product_cat .box_cat:not(:last-child){
    padding-bottom: 90px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.8);
}
.product_cat .box_cat:not(:first-child){
    padding-top: 63px;
}
.slider_product_cat .box_product h3{
    color: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 35px;
}
.slider_product_cat .slick-slide{
    padding-top: 30px;
}
.slider_product_cat button.slick-arrow,
.product_relate button.slick-arrow,
.tax_video button.slick-arrow,
.single__tab button.slick-arrow{
    font-size: 0px;
    background: white;
    width: 40px;
    height: 40px;
    border: 1px solid #454545;
    border-radius: 50%;
    position: absolute;
    opacity: 0.6;
    left: -45px;
    top: 40%;
    transform: translate(-50%,-50%) rotate(180deg);
    outline: none;
    transition: .3s;
    z-index: 9;
}
.single__tab{
    position: relative;
}
.slider_product_cat button.slick-arrow:before ,
.product_relate button.slick-arrow:before,
.tax_video button.slick-arrow:before,
.single__tab button.slick-arrow:before{
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    font-size: 30px;
    color: #454545;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
}
.slider_product_cat button.slick-next.slick-arrow,
.product_relate  button.slick-next.slick-arrow,
.tax_video button.slick-next.slick-arrow,
.single__tab button.slick-next.slick-arrow
 {
    left: initial;
    right: -45px;
    top: 40%;
    transform: translate(50%,-50%);
}
.product_relate  button.slick-next.slick-arrow,
.tax_video button.slick-next.slick-arrow{
    right: 0px;
    top: 50%;
}
.product_relate button.slick-arrow,
.tax_video button.slick-arrow{
    left: 0px;
    top: 50%;
}
.tax_video button.slick-arrow {
    left: -30px;
    top: 50%;
}
.tax_video button.slick-next.slick-arrow {
    left: inherit;
    right: -30px;
    top: 50%;
}
.slider_product_cat button.slick-arrow:hover,
.product_relate button.slick-arrow:hover,
.tax_video button.slick-arrow:hover,
.single__tab button.slick-arrow:hover
{
    transition: .3s;
    border: 1px solid #F6D609;

}
.slider_product_cat button.slick-arrow:hover:before,
.product_relate button.slick-arrow:hover:before,
.tax_video button.slick-arrow:hover:before,
.single__tab button.slick-arrow:hover:before{
    color: #F6D609;
    transition: .3s;
}
.single__tab button.slick-arrow{
    top: 50%;

}
.single__tab button.slick-next.slick-arrow{
    top: 50%;

}
.bf_product_cat{
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
}
.bf_product_cat_2{
    left: initial;
    right: 0px;
    top: 15%;
}
.bf_product_cat_3{
    top: 45%;
}
.bf_product_cat_4{
    top: 75%;
    right: 0%;
    left: initial;
}
.bf_product_cat_5{
    top: initial;
    bottom: 0px;
}
.single-product .bf_product_cat_5{
   transform: translateY(-150px);
    z-index: -1;
}
.single-product .bf_product_cat_4{
    top: 70%;

}
.single_product_page{
    margin-top: 100px;
}
.single_product_cat {
    padding-top: 50px;
    /*margin-top: 100px;*/
}
.single_post_page_box iframe,
.single_cooking_page iframe{
    width: 100%;
    height: 500px;
}
.single_product{
    display: flex;
    padding: 90px 0px;
    border-top: 1px solid rgba(215, 215, 215, 0.61);
    border-bottom: 1px solid rgba(215, 215, 215, 0.61);
}
.single_product_cat .grid-container .single_product:nth-child(2n+1) .box_img{
    order: 2;
}
.single_product_cat .grid-container .single_product:first-child{
    border-top: none;
    /*padding-top: 0px;*/
}

.single_product .box_img{
    width: 50%;
    text-align: center;
}
.single_product .box_img .item_img{
    display: inline-block;
    position: relative;
}
.single_product .box_img .item_img:before{
    width: 524px;
    height: 524px;
    background-image: linear-gradient(to bottom, #d1d1d1 0%, #6f6f6f 100%);
    border-radius: 50%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0.15;
}
/*.single_product .box_img .item_img:after{*/
/*    background-image: url("../images/Layer_6_copy_4.png");*/
/*    width: 193px;*/
/*    height: 33px;*/
/*    bottom: -10px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    content: "";*/
/*    z-index: -1;*/
/*}*/
.single_product .box_img img{
    max-height: 500px;
    width: auto;
    margin: 0 auto;
    max-width: 500px;
}
.single_product .slick-list{
    overflow: inherit;
}
.single_product .box_content{
    width: 50%;
    float: left;
}
.single_product .box_content h3{
    color: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 27px;
    line-height: 40px;
}
/*.single_product .box_content h3 br{*/
/*    display: none;*/
/*}*/
.single_product .box_content .content ul{
    margin: 0px;
    list-style: none !important;
    margin-bottom: 10px;
}
.single_product .box_content .content ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.single_product .box_content .content ul ul{
    margin-top: 10px;
}
.single_product .box_content .content ul li:before{
    position: absolute;
    font-family: "FontAwesome";
    content: "\f043";
    font-size: 15px;
    left: 0px;
    top: 0px;
    color: #f6d609;
}
.single_product .box_content .content ul li li:before{
    left: 5px;
    top: 8px;
    color: #f6d609;
    content: '';
    width: 7px;
    height: 7px;
    background: #f6d609;
}
.single_product .box_content .content p{
    margin-bottom: 13px;
}
.product_relate .slider .box_img{
    text-align: center;
}
.product_relate .slider .box_img a{
    display: inline-block;
    position: relative;
}
.product_relate .slider .box_img a:before{

}
.product_relate .slider .box_img img{
    height: 392px;
    width: auto;
}
.product_relate{
    padding-top: 60px;
    padding-bottom: 115px;
}
.product_relate h2.heading_h2{
    margin-bottom: 100px;
}
.product_relate:before{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
}
.pack{
    /*position: relative;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*!* display: flex; *!*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    margin-top: 50px;

}
.single_product .box_content .slider-nav .slick-track{
    margin: 0;
    width: auto !important;
}
.single_product .box_content .slider-nav .slick-track .slick-slide>div{
    padding: 0 5px;
}
.pack .span{
    color: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    /*float: left;*/
    width: 15%;
    float: left;
    line-height: 35px;
}
.pack .box_number {
    /*margin-left: 20px;*/
    float: left;
    width: 85%;
}
.pack .box_number .box_l{
    color: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    padding: 10px 0px;
    width: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #555555;
    cursor: pointer;
    transition: .3s;
    width: calc(100% - 20px) !important;
    padding: 10px;
    min-width: 40px;
    margin-bottom: 10px;

}
.pack .box_number .box_l:hover,
.pack .box_number .slick-slide.slick-current.slick-active .box_l{
transition: .3s;
    border: 1px solid #047a69;
    color: white;
    background-color: #e1e1e1;
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
}
.pack .box_number .box_l:not(:last-child){
    margin-right: 10px;
}

.at-resp-share-element .at-share-btn .at-label{
    font-size: 0px !important;
}
.at-resp-share-element .at-share-btn{
    padding: 0px !important;
    margin: 0px !important;
}
.at-style-responsive .at-share-btn{
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
}
.at-style-responsive .at-share-btn {
    padding: 5px;
    background: white !important;
    border: 1px solid black !important;
    position: relative;
    transition: .3s;

}
.at-resp-share-element .at-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    fill: black !important;
}
.at-style-responsive .at-share-btn:hover{
    border: 1px solid #047a69 !important;
    transition: .3s;
}
.at-style-responsive .at-share-btn:hover .at-icon{
    fill: #047a69 !important;
    transition: .3s;


}
.at-resp-share-element .at-share-btn:not(:last-child){
    margin-right: 5px !important;
}
.link_share{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    display: inline-flex;
    clear: both;
}
.link_share {
    border-radius: 25px;
    border: 1px solid #007361;
    padding: 13px 25px;
}
.link_share span{
    color: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 18px;
}

/*.item_slider,*/
.post_old ul li{
    display: none;
}
a#loadMore{
    width: 49px;
    float: right;
    height: 49px;
    display: inherit;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 178px;
    position: relative;
}
a#loadMore i{
    font-size: 30px;
    position: absolute;
    left: 50%;
    line-height: 0px;
    top: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    color: #d7d7d7;
}
section.mission_page.section{
    padding-top: 112px;
    margin-top: 100px;
    padding-bottom: 60px;
}
.mission_page_box .box {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mission_page_box .box .content h3{
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    /*font-family: inherit;*/
    margin-bottom: 24px;
}
.mission_page_box .box .content ul{
    margin: 0px;
    /*font-family: 'Montserrat-Bold';*/
    margin-left: 20px;
    font-size: 16px;


}
.mission_page_box .box .grid-50{
    padding: 0px;
    display: flex;
}
.mission_page_box .box img{
    width: 100%;
    height: 100%;
}
.mission_page_box .box:nth-child(2n+1){
    background-color: #f5f5f5;
}
.mission_page_box .box:nth-child(2n+2) .right_box{
    order: 1;
}
.mission_page_box .box:nth-child(2n+2) .left_box{
    order: 2;
}
.mission_page_box .box:nth-child(2n+1) .left_box{
    padding-left: 10%;
    padding-right: 5%;
}
.mission_page_box .box:nth-child(2n+2) .left_box{
    padding-left: 5%;
    padding-right: 10%;
}
.news_page{
    padding-top: 120px;
    margin-top: 100px;
    padding-bottom: 100px;
}
.news_page .after{
    position: absolute;
}
.news_page .at_1{
    top: 0px;
    left: 0px;
}
.news_page .at_2{
    top: 50%;
    left: 0px;
}
.news_page .at_3{
    bottom: 0px;
    right: 0px;
}
.cat_news,
.menu_news{
    margin: 0px;
    text-align: center;
}
.cat_news li,
.menu_news li{
    display: inline-block;
    margin: 0px 7.5px;
}
.menu_news{
    margin-bottom: 45px;
}
.cat_news li a,
.menu_news li a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 13px;
    border-radius: 25px;
    border: 1px solid #333333;
    line-height: 29px;
    font-family: 'Montserrat-Bold';
    color: #333333;
    background-image: linear-gradient(to right, rgba(0, 115, 97, 0) 0%, rgba(29, 166, 148, 0) 100%);
    transition: .3s;
}
.cat_news li a:hover,
.menu_news li a:hover,
.menu_news li.current-menu-item a{
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
    transition: .3s;
    color: #ffffff;
    border: 1px solid rgba(51, 51, 51, 0);

}
.cat_news li a img,
.menu_news li a img{
    position: relative;
    float: left;
    margin-right: 10px;
    transition: .3s;
    filter: brightness(1) contrast(1) invert(0);

}
.menu_news .current-menu-item
.cat_news li a:hover img,
.menu_news li a:hover img,
.menu_news li.current-menu-item a img{
    filter: brightness(0) contrast(3) invert(1);
    transition: .3s;

}
.menu_news ul {
    margin: 0px;
}
.cat_news li a,
.menu_news li a{
    position: relative;
    float: left;
}
.tax_video{
    width: 84%;
    margin: 0px auto;
}

.tax_video .box_item{
    float: right;
    width: calc(33.3333% - 20px);
    padding: 0px;
    height: calc(210px - 10px);
    position: relative;;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.tax_video .box_item:nth-child(3){
    margin-top: 10px;
}
.tax_video .box_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tax_video .box_item .box_img{
    width: 100%;
    height: 100%;
}
.tax_video .box_item:first-child{
    width: calc(66.7777% - 20px);
    display: inline-block;
    float: left;
    height: 420px;
    margin-left: 10px;
}
.tax_video .box_item:nth-child(2){
    margin-bottom: 10px;
}
.tax_video .box_item:last-child{
    padding-top: 10px;
}
.tax_video .box_item .box_content,
.tax_video  .slider .box_item .box_content{
    position: absolute;
    left: 70px;
    right: 50px;
    bottom: 22px;
    z-index: 1;
}

.tax_video .box_item:first-child .box_content h3{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.tax_video .box_item:first-child .box_content{
    bottom: 30px;
    left: 128px;
    right: 100px;
}
.tax_video .box_item .box_content h3,
.tax_video .slider .box_item .box_content h3{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat-Bold';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}
.tax_video .box_item .box_content span{
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 5px;
}
.tax_video .box_item a{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.tax_video .box_item a:before{
    position: absolute;
    background-image: url("../images/button_play.png");
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
    background-size: cover;
    left: 21px !important;
    bottom: 22px !important;

    content: "";
}
.tax_video .box_item:first-child a:before{
    width: 61px !important;
    height: 61px !important;
    bottom: 32px !important;
    left: 41px !important;
}
.tax_video .slider .box_item a:before{
    position: absolute;
    background-image: url("../images/button_play.png");
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
    background-size: cover;
    left: 21px !important;
    bottom: 22px !important;

    content: "";
}
.tax_video .slider .box_item:first-child .box_content{
    position: absolute;
    left: 70px;
    right: 50px;
    bottom: 22px;
}
.tax_video .box_item:before{
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0px;
    height: 200px;
    left: 0px;
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    transition: .3s;
}
.tax_video .box_item:after{
    background-image: linear-gradient(to top, #057b69 0%, rgba(21, 152, 135, 0) 86%, rgba(24, 157, 140, 0) 100%);
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    content: "";
    transition: .3s;
}
.tax_video .box_item:hover:after{
    transition: .3s;
    opacity: 1;
}
.tax_video .box_item:hover:before{
    opacity: 0;
    transition: .3s;
}
.tax_video .slider .box_item {
    float: none;
    width: calc(33.333% - 10px);
    padding: 0px;
    height: 210px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 0px;

}
.tax_video .slider{
    display: inline-grid;
    clear: both;
    margin-top: 20px;
}
.tax_video .slider .slick-slide{
    padding: 0px 10px;
}
.slider_year.fixed{
    position: fixed;
    top: 0px;
    transform: translateY(100px);
    left: inherit;
    transition: .3s;
}
.slider_year{
    transform: translateY(0px);
    transition: .3s;

}
.tax_post .box_post .item_post{
    width: calc(25% - 2px);    display: inline-block;
    float: left;
    position: relative;
    height: 309px;
    position: relative;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.tax_post .box_post .item_post:before{
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 157px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    content: "";
    opacity: 1;
    transition: .3s;
}
.tax_post .box_post .item_post:after{
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    content: "";
    opacity: 0;
    transition: .3s;
}
.tax_post .box_post .item_post:hover:before{
    opacity: 0;
    transition: .3s;
}
.tax_post .box_post .item_post:hover:after{
    opacity: 0.8;
    transition: .3s;
}
.tax_post .box_post .item_post .box_content{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 70px;
    z-index: 9;
}
.tax_post .box_post .item_post .box_content span{
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.45px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}
.tax_post .box_post .item_post a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 9;
}
.tax_post .box_post .item_post a:before{
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    right: 20px;
    bottom: 15px;
    color: white;
    font-size: 30px;
}
.tax_post .box_post .item_post .box_content h3{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.tax_post .box_post .item_post:nth-child(3),
.tax_post .box_post .item_post:nth-child(4){
    width: calc(50% - 3px);
}
.tax_post .box_img{
    width: 100%;
    height: 100%;
}
.tax_post .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_old h2{
    color: #333333;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.post_old{
    padding-top: 65px;
    clear: both;
}
.post_old ul{
    list-style: none;
    margin: 0;
}
.post_old ul li a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.post_old ul li span{
    display: inline-block;
    color: #047a68;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Montserrat-Bold';
    line-height: 18.45px;
    padding-right: 44px;
    width: 150px;
}
.post_old ul li{
    margin-bottom: 24px;
}
.post_old ul li h3{
    margin-bottom: 0px;
    color: #047968;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.45px;
    font-family: 'Montserrat-Bold';

}
.post_old a#loadMore{
    margin: 0px;
    float: left;
    width: inherit;
    padding: 12px 20px;
    height: inherit;
    border-radius: 0px;
    border-radius: 18px;
    margin-top: 30px;
    color: #047968;
    border: 1px solid #047968;
    transition: .3s;
}
.post_old a#loadMore:hover{
    transition: .3s;
    color: white;
    border: 1px solid white;
    background: #047968;
}
.post_old a#loadMore i{
    position: inherit;
    transform: rotate(90deg);
    left: inherit;
    top: inherit;
    margin-left: 10px;
    font-size: 20px;
    display: inline-block;
    top: 2px;
    color: #047968;
}
.post_old a#loadMore:hover i{
    color: white;
    transition: .3s;
}
.single-post .banner_gr{
    display: none;
}
.single_post_page{
    margin-top: 100px;
    padding-top: 67px;
    padding-bottom: 50px;
}
.single_post_page h3.sub_post{
    font-family: 'Montserrat-Regular';
    margin-bottom: 0px;
}
.single_post_page h2.heading_h2{
    padding-bottom: 30px;
    border-bottom: 2px solid #F6D609;
    margin-bottom: 25px;
}
.single_post_page .date_post{
    color: #333333;
    opacity: 0.8;
    font-size: 12px;
    font-family: 'Montserrat-Regular';

}
.single_post_page .date_post i{
    margin-right: 5px;
}
.wrap-tags {
    display: inline-flex;
}
.wrap-tags ul{
    margin: 0;
    list-style: none;
    margin-left: 10px;
}
.wrap-tags ul li{
    float: left;
    margin: 0px 5px;
}
.wrap-tags ul li a{
    padding: 13px 25px;
    border-radius: 18px;
    background-color: #ebebeb;
    color: #5f5f5f;
    font-size: 13px;
transition: .3s;
}
.wrap-tags ul li a:hover{
    transition: .3s;
    background-color: #F6D609;
    color: white;
}
.share_post{
    float: right;
    display: flex;
}
.wrap_bottom span,
.wrap_bottom label{
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';

}
.share_post  span{
    line-height: 30px;
    margin-right: 18px;
}
.wrap_bottom{
    margin-top: 60px;
    padding-top: 45px;
    display: block;
    border-top: 1px solid rgba(183, 183, 183, 0.5);

}
.share_post .at-style-responsive .at-share-btn:hover {
    border: 1px solid #F6D609 !important;
    transition: .3s;
}
.share_post .at-style-responsive .at-share-btn:hover .at-icon {
    fill: #F6D609 !important;
    transition: .3s;
}
.post_relate h2.heading_h2{
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase
}
.post_relate .item_post {
    width: calc(100% - 10px) !important;
    margin: 0px 5px;
    position: relative;
}
.post_relate .item_post .box_img{
    height: 250px;
    width: calc(100%);
}
.post_relate .item_post .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_relate .item_post .box_content .date_post{
    color: #333333;
    opacity: 0.8;
    font-size: 10px;
    margin-bottom: 10px;
    transition: .3s;
}
.post_relate .item_post .box_content {
    width: calc(100% - 40px);
    background-color: white;
    padding: 20px;
    transition: .3s;
}
.post_relate .item_post:hover .box_content{
    background-color: #047a69;
    transition: .3s;

}
.post_relate .item_post .box_content h3{
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 34.5px;
    transition: .3s;
}
.post_relate .item_post:hover .box_content h3,
.post_relate .item_post:hover .box_content .date_post{
    color: #ffffff;
    transition: .3s;
}
.post_relate .item_post:hover
.post_relate .item_post a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
}
.post_relate .item_post .box{
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    background-color: #047a69;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
    outline: none;
    width: 100%;
}
.post_relate .item_post .box a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.post_relate .slick-arrow{
    font-size: 0px;
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translateY(-150%);
    outline: none;
    transform: .3s;
}
.post_relate .slick-arrow:after{
    position: absolute;
    content: "-";
    left: calc(50%);
    top: calc(50% + 2px);
    transform: translate(-50%,-50%) rotate(-45deg);
    font-size: 18px;
    color: #909091;
    transition: .3s;

}
.post_relate .slick-arrow:before{
    position: absolute;
    content: "-";
    left: calc(50% + 2px);
    top: calc(50% - 2px);
    transform: translate(-50%,-50%) rotate(45deg);
    font-size: 18px;
    color: #909091;
    transition: .3s;

}
.post_relate button.slick-prev.slick-arrow {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg) translate(130%,-150%);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
.post_relate button.slick-arrow:hover{
    border-color:  #F6D609;
    transition: .3s;
}
.post_relate button.slick-arrow:hover:after,
.post_relate button.slick-arrow:hover:before{
    color:  #F6D609;
    transition: .3s;
}
.post_relate{
    padding-bottom: 88px;
}
.post_relate i{
    margin-right: 5px;
}
.archive.tag #banner_gr{
    display: none;
}
.archive.tag h2.heading_h2{
    margin-bottom: 30px;
}
.single_post_page_box .after{
    position: absolute;
}
.single_post_page_box .at_1{
    top: 0px;
    left: 0px;
}
.single_post_page_box .at_2{
    right: 0px;
    top: 0px;
}
.single_post_page_box .at_3{
    left: 0px;
    top: 40%;
}
.single_post_page_box .at_4{
    right: 0px;
    bottom: 0px;
}
.tax-health-category #banner_gr{
    display: none;
}
.health_pgae_tax{
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 70px;
}
.menu_health>ul{
    list-style: none;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
}
.menu_health>ul li{
    display: inline-block;
    margin: 0 5px;
}
.menu_health>ul li a{
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    border-radius: 25px;
    border: 1px solid #146358;
    display: inline-flex;
    padding: 10px 15px;
    line-height: 30px;
    font-family: 'Montserrat-Bold';

}
.menu_health>ul li.current-menu-item a {
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
    transition: .3s;
    color: #ffffff;
    border: 1px solid rgba(51, 51, 51, 0);
}

.menu_health>ul li.current-menu-item a img,
.menu_health>ul li a:hover img{
    filter: brightness(0) contrast(3) invert(1);
    transition: .3s;
}
.menu_health>ul li a:hover{
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
    border: 1px solid rgba(51, 51, 51, 0);
    color: #ffffff;



}
.menu_health>ul li a img{
    margin-right: 10px;
}
.box_all_delicious_recipes .item_delicious_recipes{
    width: calc(25% - 5px);
    height: 300px;
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
}
.box_all_delicious_recipes .item_delicious_recipes a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.box_all_delicious_recipes .item_delicious_recipes a:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    background-image: url("../images/icons8_search_2.png");
    width: 26px;
    height: 26px;
    content: "";
    opacity: 0;
    transition: .3s;

}
.box_all_delicious_recipes .item_delicious_recipes:hover a:before{
    opacity: 1;
    transition: .3s;
}
.box_all_delicious_recipes .item_delicious_recipes:before{
    width: 100%;
    height: 241px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    transition: .3s;
}
.box_all_delicious_recipes .item_delicious_recipes:hover:before{
    transition: .3s;
    opacity: 0;
}
.box_all_delicious_recipes .item_delicious_recipes:after{
    background-image: linear-gradient(to right, rgba(0, 115, 97, 0.9) 0%, rgba(29, 166, 148, 0.9) 100%);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s;

}
.box_all_delicious_recipes .item_delicious_recipes:hover:after{
    opacity: 1;
    transition: .3s;
}
.box_all_delicious_recipes .item_delicious_recipes .box_img{
    width: 100%;
    height: 100%;
}
.box_all_delicious_recipes .item_delicious_recipes .box_content{
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.box_all_delicious_recipes .item_delicious_recipes .box_content h3{
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Montserrat-Bold';

}
.box_all_delicious_recipes .item_delicious_recipes .box_content span{
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}
.box_all_delicious_recipes .item_delicious_recipes .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_all_delicious_recipes .item_delicious_recipes:nth-child(5n + 1){
    height: 605px;
    width: 50%;
    margin-left: 0;
}
ul.thenativePagination{
    margin: 0;
    list-style: none;
    clear: both;
    text-align: center;
    margin-top: 50px;
}
ul.thenativePagination li{
    display: inline-block;
    margin: 0 5px;
}
ul.thenativePagination li a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    display: inline-block;
    line-height: 36px;

    color: #333333;
    font-size: 13px;
    font-weight: 500;
}
ul.thenativePagination li.active a{
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.07);
    background-color: #047b69;
    color: #ffffff;
}
li.thenativePaginationStart,
li.thenativePaginationEnd{
    display: none !important;
}
.box_all_delicious_recipes{
    display: inline-block;
}
.delicious_recipes{
    padding-bottom: 70px;
    padding-top: 100px;
    margin-top: 120px;
}
.delicious_recipes .after,
.health_pgae_tax .after,
.single_cooking_page .after,
.career_opportunities_page .after{
    position: absolute;
    pointer-events: none;
}
.delicious_recipes .after.at_1,
.health_pgae_tax .after.at_1,
.single_cooking_page .after.at_1
{
    top: 0;
    left: 0;
}
.delicious_recipes .after.at_2,
.health_pgae_tax .after.at_2,
.single_cooking_page .after.at_2{
    top: 0;
    right: 0;
}
.single_cooking_page .after.at_3{
    top: 40%;
    left: 0;
}
.delicious_recipes .after.at_3,
.health_pgae_tax .after.at_3{
    bottom: 0;
    left: 0;
}
.delicious_recipes .after.at_4,
.health_pgae_tax .after.at_4,
.single_cooking_page .after.at_4{
    bottom: 0;
    right: 0;
}
.career_opportunities_page .after.at_1{
    top: 260px;
    left: 0;
}
.career_opportunities_page .after.at_2{
    top: 1300px;
    left: 0;
}
.career_opportunities_page .after.at_3{
    top: 220px;
    right: 0;
}
.career_opportunities_page .after.at_4{
    top: 500px;
    right: 0;
}
.page-template-delicious_recipes #banner_gr{
    display: none;
}
.box_post_health{
    display: inline-block;
}
.box_post_health .item_box {
    width: calc(33.33333% - 20px);
    display: inline-block;
    float: left;
    padding: 0px 10px;
    position: relative;
    margin-bottom: 20px;
    height: 300px;
}
.box_post_health .item_box .box_img{
    width: 100%;
    height: 100%;
}
.box_post_health .item_box .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.box_post_health .item_box .one_item_box{
    box-shadow: 2px 3px 32px rgba(0, 0, 0, 0.19);
    border-radius: 35px;
    overflow: hidden;
    height: 100%;
}
.box_post_health .item_box .box_content{
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
    pointer-events: none;
}
.box_post_health .item_box a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.box_post_health .item_box .box_content h3{
    color: #333333;
    font-size: 14px;
    margin: 0;
    font-family: 'Montserrat-Bold';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 32px;
    transition: .3s;
}
.box_post_health .item_box:hover h3{
    transition: .3s;
    color: #ffffff;
}
.box_post_health .item_box:before{
    background-image: url("../images/bf_img.png");
    width: calc(100% - 20px);
    height: 147px;
    position: absolute;
    bottom: 0px;
    background-size: cover;
    content: "";
    border-radius: 0 0 35px 35px;
    filter: brightness(0) contrast(3) invert(1);
    opacity: 1;
    transition: .3s;
    z-index: 1;
    pointer-events: none;
}
.box_post_health .item_box:after{
    background-image: url("../images/bf_img_2.png");
    width: calc(100% - 20px);
    height: 147px;
    position: absolute;
    bottom: 0px;
    background-size: cover;
    content: "";
    border-radius: 0 0 35px 35px;
    transition: .3s;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}
.box_post_health .item_box:hover:before{
    opacity: 0;
    transition: .3s;
}
.box_post_health .item_box:hover:after{
    opacity: 1;
    transition: .3s;
}
.single-health #banner_gr{
    display: none;
}
.single-cooking #banner_gr{
    display: none;
}
.single_cooking_page{
    padding-top: 60px;
    margin-top: 100px;
    padding-bottom: 88px;
}
.single_cooking_page .content{
    display: inline-block;
}
.single_cooking_page .grid-70{
    padding-right: 100px;
}
.single_cooking_page h3.sub_title{
    color: #333333;
    font-size: 30px;
    margin-bottom: 5px;
    font-family: 'Montserrat-Regular';

}
.amount{
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    background-color: #f5f5f5;
    border-top: 2px solid #F6D609;
    margin-bottom: 40px;
}
.amount li{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: inline-flex; */
    width: calc(25% - 21px);
    float: left;
    padding: 0 10px;
    border-right: 1px solid #e1e1e1;
}
.amount li:last-child{
    border: none;
}
.amount li span{
    color: #333333;
    font-size: 12px;
}
.amount li h3{
    font-size: 16px;
    margin-bottom: 0;
    color: #333333;
    font-family: 'Montserrat-Bold';

}
.amount li .box_img{
    margin-right: 10px;
}.single_cooking_page h2.heading_h2{
    margin-bottom: 28px;
 }
 .resources_title {
     color: #333333;
     font-size: 20px;
     margin-bottom: 25px;
 }
 .list_resources{
     margin: 0;
     list-style: none;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-bottom: 30px;
     border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
     margin-bottom: 30px;
 }

.list_resources li{
    display: inline-block;
    width: 50%;
}
.cooking_relate h3.title_cooking_relate{
    color: #333333;
    font-size: 25px;
    margin-bottom: 33px;
    font-family: 'Montserrat-Bold';
}
.item_cooking_relate{
    height: 303px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.item_cooking_relate:before{
    background: rgba(0, 0, 0, 0);

    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
    height: 241px;
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: .3s;
}
.item_cooking_relate:hover:before{
    background-image: none;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    transition: .3s;

}
.item_cooking_relate:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../images/icons8_search_2.png");
    pointer-events: none;
    opacity: 0;
    transition: .3s;
}
.item_cooking_relate:hover:after{
    opacity: 1;
    transition: .3s;

}
.item_cooking_relate .box_img{
    width: 100%;
    height: 100%;
}
.item_cooking_relate .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_cooking_relate .box_content{
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.item_cooking_relate .box_content span{
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.item_cooking_relate .box_content h3{
    font-size: 18px;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: 'Montserrat-Bold';
}
.item_cooking_relate a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

 .tabs__navigation button{
     font-size: 14px;
     background: white;
     color: #333333;
     border: 1px solid #007361;
     transition: .3s;
     margin: 0px 6px;
     outline: none;
     position: relative;
     padding: 15px 30px 15px 50px;
     border-radius: 25px;
     font-family: 'Montserrat-Bold';

     position: relative;
}
.tabs__navigation button img{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) !important;
    pointer-events: none;
}
 .tabs__navigation button.active{
     background-color: #1da694;
     background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
    color: white;
    transition: .3s;
     border: 1px solid rgba(255, 255, 255, 0);
}
.tabs__navigation button.active img{
    filter: brightness(0) contrast(3) invert(1);
}
.tabs__navigation button:last-child{
    display: none !important;
}
 .tabs__navigation{
    margin-bottom: 30px;
    text-align: center;
}
#tabs__content{
    display: block;
    text-align: left;
}
.single__tab{
    display:none;
}
.single__tab.active{
    display:block;
    animation-name: opa;
    animation-duration: 2s;
}
.single__tab.why_choose_us.active{
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.career_opportunities_page{
    margin-top: 100px;
    padding-top: 120px;
}
.why_choose_us{
    padding-top: 150px;
    padding-bottom: 150px;
    /*display: inline-block !important;*/
}
.why_choose_us .grid-50:nth-child(2n+2){
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.why_choose_us .grid-50 .box_content{
    order: 2;
    padding-right: 100px;
}
.why_choose_us .grid-50 .box_content h3{
    margin-bottom: 17px;
    text-shadow: 2px 2px 3px rgba(4, 121, 104, 0.59);
    color: #ffffff;
    font-size: 60px;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    display: inline-block;
    margin-bottom: 0;
}
.why_choose_us .grid-50 .box_content h4{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}
.why_choose_us .grid-50 .box_content h3:before{
    position: absolute;
    width: 200px;
    height: 201px;
    background-image: radial-gradient(circle 101px at center, #199f8d 0%, #047a68 100%);
    content: "";
    border-radius: 50%;
    z-index: -1;
    display: inline-block;
    top: -50px;
    right: -50px;
    opacity: .3;
}
.why_choose_us .grid-50 .box_content .content{
    color: #666666;
    text-align: justify;
}
.why_choose_us .grid-50 .box_img{
    margin: 30px 0;
    pointer-events: none;
}
.why_choose_us .grid-50 .box_img img:hover{
    pointer-events: none;
}
.item_member {
    height: 400px;
    width: calc(100% - 20px) !important;
    margin: 0px 10px !important;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.item_member:before{
    position: absolute;
    bottom: 0px;
    background-color: rgba(4, 122, 104, 0);
    width: 100%;
    content: "";
    height: 80px;
    background-image: url("../images/Ellipse_1.png");
    background-size: cover;
    transition: .5s;
}
.item_member:hover:before{
    background-image: none;
    background-color: rgba(4, 122, 104, 0.91);
    transition: .5s;
    height: 100%;
}
.item_member .box_img{
    width: 100%;
    height: 100%;
}
.item_member .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_member .box_content{
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    /*height: 100%;*/
}

.item_member .box_content .content{
     font-size: 12px;
     line-height: 19.8px;
    text-align: justify;
    color: white;
    height: 168px;
    overflow: auto;
    padding-right: 10px;
 }
.item_member .box_content span{
    font-size: 13px;
    color: #ffffff;
}
.item_member .box_content h3{
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    color: #ffffff;

}
.item_member .box_content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: calc(100% - 60px);
    transform: translateX(-50%);
    padding: 0 30px 30px 30px;
    /*overflow: hidden;*/
    height: 30px;
    text-align: center;
    transition: all 0.5s;
}
.item_member .box_content>img{
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}
.item_member:hover .box_content{
    height: 230px;
    text-align: left;
    transition: all 0.5s;
}
.item_member:hover .box_content>img{
    opacity: 0;
}
.team_member{
    padding-top: 10px;
    padding-bottom: 50px;
}
.single__tab.table_tuyendung,
.single__tab.form_tuyendung{
    padding-top: 10px;
    padding-bottom: 70px;
}
.single__tab.form_tuyendung{
    display: none !important;
}

.single-tuyen-dung #banner_gr{
    display: none;
}
.info_job_detail{
    /*padding-top: 100px;*/
    margin-top: 100px;
    /*margin-bottom: 50px !important;*/
}
.info_job_detail .info .box_info_left p:nth-child(1):before {
    background-image: url("../images/diachi.png");
    width: 15px;
    height: 17px;
    opacity: 0.8;
}
.info_job_detail .info .box_info_left p:nth-child(2):before {
    background-image: url("../images/kinhnghiem.png");
    width: 17px;
    height: 17px;
    opacity: 0.8;
}
.info_job_detail .info .box_info_left p:nth-child(3):before {
    background-image: url("../images/bangcap.png");
    width: 18px;
    height: 15px;
    opacity: 0.8;
}
.info_job_detail .info .box_info_right p:nth-child(1):before {
    background-image: url("../images/giolam.png");
    width: 17px;
    height: 17px;
    opacity: 0.8;
}
.info_job_detail .info .box_info_right p:nth-child(2):before {
    background-image: url("../images/bangcap.png");
    width: 18px;
    height: 19px;
    opacity: 0.8;
}
.info_job_detail .info .box_info_right p:nth-child(3):before {
    background-image: url("../images/diachi.png");
    width: 14px;
    height: 19px;
    opacity: 0.8;
    margin-bottom: 0px;
}
.info_job_detail .col-xl-3 .download_file a:before {
    position: absolute;
    background-image: url("../images/fsafassadsd.png");
    width: 27px;
    height: 30px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inherit;
}
.info_job_detail a.back_to_page{
    width: 100%;
}
.info_job_detail a.back_to_page:before {
    position: absolute;
    background-image: url("../images/back.jpg");
    width: 17px;
    height: 11px;
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}
.info_job_detail a,
#recruitment_detail .col-md-3 .contact_requirements a:nth-child(3),
.wrap_date_time_td .date,
table.table_td tbody td a,
table.table_td tbody td,
table.table_td tbody td a{
    font-family: 'Montserrat-Regular' !important;
}
.info_job_detail .info p span,
.info_job_detail .col-xl-3 .send_records p,
.info_job_detail .col-xl-3 .send_records a{
    margin-left: 10px;
}
table.table_td tbody td{
    background-color: rgba(228, 228, 228, 0.56);
}
.info_job_detail .col-xl-9 h2,
.info_job_detail .info p span ,
.info_job_detail .col-xl-3 .send_records h4,
.info_job_detail .col-xl-3 .download_file a,
#recruitment_detail .col-md-9 .employment_information h2,
#recruitment_detail .col-md-3 .contact_requirements h2,
#recruitment_detail .col-md-3 .sidebar_td h2,
.list_orther_td .td-name,
table.table_td tbody td:nth-child(2) a
{
    font-family: 'Montserrat-Bold' !important;

}
.info_job_detail .col-xl-3 .download_file a{
    text-transform: uppercase;
}
.form_td h3{
    color: #333333;
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 6px;
    text-align: center;

}
.form_td .info_form p.content{
    color: #333333;
    font-family: 'Montserrat-Regular' !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.form_td .info_form p.content.info{text-align: center;
    margin-bottom: 50px;
}
.info_form .form-recruitment label{
    color: #333333;
    font-family: 'Montserrat-Regular' !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    display: inline-block;
}
.info_form .form-recruitment input{
    width: 100%;
    margin-bottom: 20px;
}
.info_form .form-recruitment.grid-50 input{
    height: 40px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    outline: none;
}
.info_form .form-recruitment input:focus,
.info_form .form-recruitment textarea:focus{
    border: 1px solid #047a68;

}
.info_form .form-recruitment textarea {
    border-radius: 10px;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    opacity: 0.8;
    outline: none;
    height: 100px;
    margin-bottom: 40px;
}

.button-recruitment-apply input{
    text-shadow: 0 0 16px rgba(255, 126, 0, 0.4);
    color: #ffffff;
    font-family: 'Montserrat-Bold' !important;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 55px 15px 30px;
    border-radius: 23px;
    background-color: #178206;
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
    transition: .3s;
    outline: none;
    border: none;
}
.button-recruitment-apply i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    font-size: 20px;
    color: white;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    pointer-events: none;
}
.button-recruitment-apply i:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
/*.button-recruitment-apply:hover i{*/
/*    border: 2px solid #F6D609;*/
/*    color: #F6D609;*/
/*    transition: .3s;*/
/*}*/
.button-recruitment-apply input:hover{
    background-image: none;
    background-color: #F6D609;
    transition: .3s;
}
span.wpcf7-not-valid-tip{
    display: none;
}
input.wpcf7-not-valid{
    border: 1px solid red !important;
}
div.wpcf7-validation-error{
    display: none !important;
}
table.table_td thead tr th{
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold' !important;
}

/*.single__tab:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 60px;*/
/*    width: 60px;*/
/*    background-image: url("../images/5.gif");*/
/*    background-size: cover;*/
/*    left: 50%;*/
/*    top: 100px;*/
/*    margin-top: -30px;*/
/*    margin-left: -30px;*/
/*    z-index: 1;*/
/*    opacity: 1;*/
/*    transition: .3s;*/

/*}*/
.single__tab.active:after{
    animation: rotate 3s 0.5s infinite linear reverse;
    animation-delay: 3s;
}
@keyframes opa {
    from {
        opacity: 0;
    }
    to {opacity: 1;
    }
}

.info_contact_colofic{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info_contact_colofic .grid-10{
    width: 100px;
}
.info_contact_colofic .grid-55,
.info_contact_colofic .grid-35{
    position: relative;
    padding: 0;
}
.info_contact_colofic .img_bf {
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
}

.form_contact input:not(.wpcf7-submit){
    width: 100%;
    box-shadow: 0 0 51px rgba(26, 26, 26, 0.09);
    outline: none;
    border: 1px solid #707070;
    background-color: #f5f5f5;
    border-radius: 20px;
    height: 40px;
    margin-bottom: 12px;
}
.form_contact input:focus,
.form_contact textarea:focus{
    border: 1px solid #047a68;
}
.form_contact input::placeholder,
.form_contact textarea::placeholder{
    color: #757575;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.form_contact textarea{
    height: 100px;
    border-radius: 20px;
    border: 1px solid #707070;
    outline: none;
}

.box_contact{
    padding: 40px;
    border-radius: 15px;
    background-color: #f5f5f5;
    text-align: center;
    padding-bottom: 0px;
}
.box_contact h3{
    color: #047a68;
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.box_contact .content{
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}
.contact-calofic {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 25px;
}
.contact-calofic:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../images/view_more.png");
    content: "";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-calofic input{
    text-shadow: 0 0 16px rgba(255, 126, 0, 0.4);
    color: #ffffff;
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 55px 15px 25px;
    border-radius: 23px;
    background-color: #178206;
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
}
.box_contact_general{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
}
.box_contact_general .info_general {
    width: 50%;
    width: calc(50% - 100px);
    padding-right: 100px;
    border-top: 1px solid #e1e1e1;
    padding-top: 50px;
    padding-bottom: 30px;
}
.box_contact_general .info_general ul{
    list-style: none;
    margin: 0;
}

.box_contact_general .info_general h3{
    margin: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold' ;
    margin-bottom: 20px;
    margin-top: 10px;
}
.box_contact_general .info_general ul li{
    margin-bottom: 20px;
    display: flex;
}
[lang="vi"] .box_contact_general .info_general ul li h4{
    min-width: 100px;

}
.box_contact_general .info_general ul li h4{
    margin: 0;
    color: #333333;
    font-size: 13px;    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold' ;
    display: inline-block;
    min-width: 60px;
}
.box_contact_general .info_general ul li a{
    font-size: 13px;
    color: #333333;
}
.search-results #banner_gr{
    display: none;
}
.search-results div#right-sidebar{
    display: none;
}
.search-results div#primary{
    width: 100% !important;
    margin-top: 100px;
    padding: 100px 0px;
}
.search-results article {
    width: calc(50% - 40px);
    display: inline-block;
    margin-bottom: 20px !important;
    padding-right: 40px !important;
    animation-name: opa;
    animation-duration: 2s;
}
.search-results article a{
    color: #333333;
}
.search-results article a:hover{
    color: #ca7514;
}
.search-results .grid-100{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
header.page-header{
    padding-left: 0 !important;
}
.news-name{
    font-size: 18px;
}
#nav-below{
    text-align: center;
    margin-top: 30px;
    width: 100%;
    padding-bottom: 0;
}
a.next.page-numbers,
a.prev.page-numbers{
    display: none;
}
.search-results div#primary .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-results .nav-links span.current.page-numbers {
    color: white;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(to right, #007361 0%, #1da694 100%);
    /* background: aquamarine; */
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
}
.search-results .page-numbers{
    width: 30px;
    height: 30px;
    color: #333333;
    border: 1px solid #1da694;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
}
.error404 #banner_gr{
    display: none;
}
.error404 #primary{
    padding: 200px 0px;
}
.search-no-results #banner_gr{
    display: none;
}
.search-no-results #primary{
    width: 100% !important;
    padding: 200px 0;
}
.search-no-results #right-sidebar{
    display: none;
}
/*.scrollbar*/
/*{*/
/*    float: left;*/
/*    width: 10px;*/
/*    background: #F5F5F5;*/
/*    overflow-y: auto;*/
/*}*/
#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: rgba(0, 0, 0, 0.1);
}


#style-4::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
    width: 2px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
    background-color: #047a68;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}

.cd-popup.is-visible {
    opacity: 1 !important;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    max-width: 90vw;
    max-height: 100vh;
    background: transparent;
    text-align: left;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

@media only screen and (min-width: 1400px) {
    .cd-popup-container {
        width: 100%;
    }
}

.gallery-popup .cd-popup-container{
    width: auto;
}

.cd-popup .cd-popup-close {
    transition: 250ms;
    cursor: pointer;
    position: absolute;
    top: 15px;
    color: #fff;
    right: 15px;
    width: 50px;
    height: 50px;
    /* background: url("../images/close.svg.html") center center no-repeat; */
    background-size: cover;
    opacity: 0.7;
    transform: scale(0.8, 0.8);
}

.cd-popup .cd-popup-close:hover {
    transform: scale(1, 1) rotate(360deg);
    opacity: 1;
}

.is-visible .cd-popup-container {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-popup .popup-gallery-body img {
    height: calc(80vh - 200px);
    width: 100%;
    object-fit: contain;
}

.popup-gallery-nav {
    margin: 20px auto 0;
}

.popup-gallery-nav.slick-slider .slick-arrow {
    color: #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 11;
    cursor: pointer;
}

.popup-gallery-nav.slick-slider .slick-arrow:hover{
    color: #ffd457;
}

.popup-gallery-nav.slick-slider .slick-arrow.next {
    right: -30px;
}

.popup-gallery-nav.slick-slider .slick-arrow.prev {
    left: -30px;
}

.gallery-popup .popup-gallery-nav .slick-slide img {
    width: 95% !important;
    max-width: 100%;
    height: 120px;
    object-fit: cover;
    border: 4px solid transparent;
    margin: auto;
    display: block !important;
    transition: .2s all ease-in-out;
    cursor: pointer;
}

.gallery-popup .popup-gallery-nav .slick-slide.slick-current img {
    border-color: #dfdfdf;
}

.wrap-gallery-imgs{
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
}

.wrap-profile-popup {
    background: #fff url('../images/bg_popup.png.html') top center no-repeat;
    background-size: 101%;
    padding: 55px 70px;
    position: relative;
}
img:hover{
    transform: scale(1) !important;
}
.box_content a:hover img{
    transform: scale(1.2) !important;
}
.box_content img_box{
    overflow: hidden;
}
.wrap-profile-popup .profile-img {
    margin-bottom: 30px;
}

.wrap-profile-popup .profile-img img{
    display: block;
    margin: 0 auto;
    width: 270px;
    height: 270px;
    border-radius: 999px;
    border: 5px solid #39708f;
    background-color: #39708f;
    object-fit: cover;
}

.wrap-profile-popup h4.profile-name{
    text-align: center;
    color: #ea9922;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 80px;
}

.wrap-profile-popup .profile-content p,
.wrap-profile-popup .profile-content{
    color: #061731;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.wrap-profile-popup .profile-content p{
    margin-bottom: 15px;
}

.wrap-profile-popup .profile-content p:last-child{
    margin-bottom: 0;
}

.cd-popup.gallery-popup .cd-popup-close{
    color: #999999;
}
.popup-gallery-body .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;

}
.popup-gallery-body .slick-arrow:hover i{
    color: #1ba290;
}
.popup-gallery-body .slick-arrow i{
    font-size: 40px;
}
.popup-gallery-body .slick-prev.slick-arrow{
    left: 20px;
}
.popup-gallery-body .slick-next.slick-arrow{
    right: 20px;
}
/*////////////////*/

.main-navigation #primary-menu > ul li>ul{
    position: fixed;
    width: 100%;
    padding-top: 20px;
    max-width: 1200px;
    left: 50% !important;
    transform: translateX(-50%);
    /*background-image: repeating-linear-gradient(#ffffff00, #ffffff 90%);*/
    background: white!important;
    padding-bottom: 30px;
    box-shadow: -4px 13px 84px -11px rgba(0,0,0,0.18);

}
.main-navigation #primary-menu > ul li>ul ul{
    box-shadow: none !important;
}
.main-navigation #primary-menu > ul li > ul li a{
    color: #4f4f4f;
    background: none !important;
}
.main-navigation #primary-menu > ul li > ul >li{
    width: 20%;
}
.nav-float-right .main-navigation ul ul ul{
    position: inherit !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: inherit !important;
}
.nav-float-right .main-navigation ul ul ul li {
    display: block !important;
    width: 100% !important;
}
.main-navigation #primary-menu > ul li > ul span.dropdown-menu-toggle{
    display: none !important;
}
/*.main-navigation #primary-menu > ul li > ul{*/
/*    box-shadow: none;*/
/*}*/
.menu-image-title-after.menu-image-title{
    line-height: 20px;
}
.menu-item a img, img.menu-image-title-after{
    height: 40px;
    padding-right: 0 !important;
    float: left;
}
div#content .menu-item a img, div#content img.menu-image-title-after{
    height: inherit;
}
.main-navigation #primary-menu > ul li > ul ul{
    padding: 0;
    width: calc(100% - 30px);
    margin-left: 30px;
    background: transparent;
}
.page-template-recruitment_page #banner_gr{
    display: none;
}
.main-navigation:not(.slideout-navigation):not(.mobile-header-navigation) .main-nav > ul > li > a{
    margin-bottom: 20px;
}
.main-navigation #primary-menu > ul li > ul ul li a{
    text-transform: inherit;
    font-family: 'Montserrat-Regular';

}
.main-navigation .main-nav ul ul li.menu-item-has-children>a {
    color: #1da694 !important;
    text-transform: inherit;
    font-size: 15px;
}
.main-navigation .main-nav ul ul li br{
    display: block;
}
#site-navigation .menu-item-has-children .dropdown-menu-toggle{
    padding-right: 0;
}
.menu-image-title-after.menu-image-title,
.main-navigation .main-nav ul ul li.menu-item-has-children>a{
    line-height: 20px;
    display: inline-block;
    width: calc(100% - 50px);
    height: 40px;
    display: flex;
    align-items: center;
    color: #017361 !important;
    text-transform: inherit;
    font-size: 14px;
}
.main-navigation .main-nav ul ul li a {
    text-transform: inherit;
}
/*.main-navigation #primary-menu > ul li > ul >li > a{*/
/*    color: red;*/
/*}*/
.page-template-person_calofic div#banner_gr,
.page-template-apply_profile #banner_gr {
    display: none;
}
#banner_gr img{
    pointer-events: none;
}
.btn_mobile_health,
.button_menu_mobile{
    display: none;
}
div.wpcf7-response-output{
    display: none !important;
}
.pack .box_number.slider-nav .slick-slide{
    width: auto !important;
}
.main-navigation #primary-menu>ul li>ul>li{
    width: 25%;
}
.main-navigation #menu-item-5675,.main-navigation #menu-item-5677{
    display: none !important;
}
.site-footer .footer-widget-4 .menu li:first-child{
    margin-bottom: 29px;
    line-height: 12px;
}
.site-footer .footer-widget-4 .menu li{
    margin-bottom: 13px;
}
.latest_news_item img{
    height: auto;
}
.mission_page_box .box .content ul li {
    margin-bottom: 10px;
}
.info_job_detail .info p span{
    min-height: 40px;
}
.button_about_home_content,
.product_home_content {
    font-size: 15px;
}
.latest_news_item h3 a{
    font-size: 16px;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a{
    background: transparent !important;
}
li.search-item.active{
    transition: none !important;
}
.search_mobile{
    display: none;
}


@media only screen and (max-width: 1500px){
    /*.latest_news_item{*/
    /*    height: 320px;*/
    /*}*/

}
@media only screen and (max-width: 1365px){
    /*.latest_news_item{*/
    /*    height: 280px;*/
    /*}*/
}
@media only screen and (max-width: 1400px){
    .mission .box .item_box{
        width: 50%;
    }
}
@media only screen and (max-width: 1199px){
    .section_vision_home .grid-45{
        width: 100%;
    }
    .vision_home_content{
        margin: 0 auto;
        margin-top: 115px;
    }
    .section_vision_home .grid-55{
        width: 100%;
        text-align: center;
    }
    .vision_home_img{
        width: 55%;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 30px;
    }
    ul.product_slider_home_items{
        margin: 0;
    }
    .product_slider_home_items ul.slick-dots{
        bottom: -10px;
    }
    .latest_news .grid-25{
        overflow: hidden;
        width: 50%;
    }
    .section_latest_news_video > .grid-container{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section_latest_news .popupvideo{
        position: relative;
        width: 100%;
        height: 100%;
    }
    .site-footer .footer-widgets-container .inside-footer-widgets{
        /* margin-left: -40px; */
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .footer-widget-1{
        width: 50%;
    }
    .footer-widget-2, .footer-widget-3, .footer-widget-4{
        width: calc(50% - 97px);
        margin-left: 97px;
    }
    .site-footer .footer-widgets{
        padding: 60px 30px;
    }
    .section_about_home{
        min-height: 600px;
    }
    #banner_gr{
        height: 600px;
    }
    .slider_product_cat ul.slick-dots li button ,
    .tax_video ul.slick-dots li button,
    .team_member ul.slick-dots li button{
        background: transparent;
        border: 1px solid #F6D609;
    }
    .slider_product_cat ul.slick-dots li.slick-active button,
    .tax_video ul.slick-dots li.slick-active button,
    .team_member ul.slick-dots li.slick-active button{
        background: #F6D609;

    }
    .slider_product_cat ul.slick-dots,
    .team_member ul.slick-dots{
        bottom: -30px;
    }
    .tax_video ul.slick-dots
   {
        bottom: -50px;
    }
    .single_product{
        padding: 50px 30px;
    }
    .footer-widget-2, .footer-widget-3, .footer-widget-4 {
        width: calc(50% - 114px);
        margin-left: 114px;
    }
    #recruitment_detail .row,
    .info_job_detail .row{
        margin: 0 !important;
    }

    #recruitment_detail{
        padding-left: 15px;
        padding-right: 15px;
    }
    .info_contact_colofic{
        display: inline-block;
    }
    .form_contact.grid-35{
        width: 100%;
        padding: 60px 100px;
    }
    .contact-calofic{
        top: 0;
    }
    .box_contact{
        text-align: left;
        padding-bottom: 40px;
    }
    .info_contact_colofic .box_img.grid-55{
        padding: 0 100px;
        width: 100%;
    }
    .info_contact_colofic .box_img.grid-55 img{
        width: 100%;
    }
    .box_contact_general .info_general{
        padding: 50px;
    }
    .info_contact_colofic{
        width: 100%;
    }

    .inside-header>:not(:last-child):not(.main-navigation) {
        margin-bottom: 0px;
    }

    .main-navigation .menu-toggle, .main-navigation .mobile-bar-items, .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }
    .gen-sidebar-nav {
        display: none;
    }
    .nav-float-right .inside-header .main-navigation{
        padding-right: 0;
    }
    .nav-float-right .inside-header .main-navigation{
        display: inline-block;
        float: right;
    }
    .main-navigation .main-nav>ul{
        transform: translateX(-100%);
        transition: .3s;
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        background: #31376b;
        margin-top: 72px;
    }
    .main-navigation.toggled .main-nav>ul {
        transform: translateX(0%);
        transition: .3s;
        max-height: 100vh;
        overflow: auto;

    }
    .main-navigation .main-nav ul ul li a{
        background: #31376b !important;
        color: white;

    }
    .main-navigation ul ul>li:not(:last-child)>a{
        border-bottom: none;
    }
    .main-navigation .main-nav ul li a{
        padding: 0;
    }
    .main-navigation.toggled .main-nav li a{
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-navigation.toggled .main-nav>ul{
        max-height: 100vh;
        overflow: auto;
        transition: .3s;
    }
    .main-navigation.toggled .main-nav ul ul{
        max-height: inherit;
        transition: .3s;
        overflow: hidden;
    }
    .main-navigation.toggled .main-nav ul ul.toggled-on{
        max-height: 1000px;
        transition: .3s;
    }
    .main-navigation:not(.slideout-navigation):not(.mobile-header-navigation) .main-nav > ul{
        display: inline-block;
        margin-top: 0;
    }
    .main-navigation .main-nav li.menu-item-separator{
        display: none !important;
    }
    .main-navigation #primary-menu > ul li>ul{
        position: inherit;
    }
    .main-navigation .main-nav ul li a{
        margin: 0;
    }
    .main-navigation .menu-home a{
        top: 0;
    }
    .main-navigation .main-nav ul li a{
        margin-bottom: 0 !important;
    }
    .main-navigation #primary-menu > ul li>ul{
        padding: 0;
    }
    .main-navigation .menu-home a{
        left: 5px;
    }
    .main-navigation.toggled .main-nav li a{
        line-height: 40px;
    }
    .main-navigation li.menu-home{
        padding: 10px 0;
    }
    .main-navigation #primary-menu > ul li > ul >li{
        margin: 0;
        width: 100%;
    }
    .main-navigation #primary-menu > ul li > ul ul{
        margin-left: 0;
    }
    .main-navigation.toggled ul ul{
        visibility: inherit !important;
    }
    .main-navigation ul ul{
        pointer-events: inherit !important;
    }
    #site-navigation{
        padding-top: 0;
    }
    .main-navigation .search-item a:before{
        top: 30px;
        transform: translateY(-50%);
    }
    header#masthead.sticky .main-navigation .main-nav ul ul li a {
        color: #4f4f4f;
    }
    header#masthead.sticky .main-navigation .main-nav ul > li > a{
        color: white;
    }
    header#masthead.sticky .main-navigation .menu-home a{
        filter : none;
    }
    header#masthead.sticky .main-navigation .menu-toggle{
        color: #29924f !important;
    }
    header#masthead.sticky #site-navigation{
        padding-top: 0;
    }
    .mobile-bar-items {
        display: none !important;
    }
    .main-navigation .menu-toggle{
        width: auto;
        display: inline-block;
        float: right;
    }
    .site-logo{
        position: inherit;
        transform: none;
        margin-left: 30px;
        margin-top: 10px;
    }
    .main-navigation .main-nav>ul{
        margin-top: 70px !important;
    }
    header#masthead .site-logo img{
        height: 60px;
    }
    .main-navigation .main-nav ul li a{
        color: #3f3f3f !important;
    }
    .main-navigation .main-nav>ul{
        background: white;
    }
    .main-navigation .menu-home a{
        position: relative;
        font-size: 0px !important;
    }
    .main-navigation .menu-home a:before{
        position: absolute;
        content: '\f015';
        Font-family: "FontAwesome";
        color: #3f3f3f;
        top: -5px;
        font-size: 15px;
    }
    .main-navigation .main-nav ul li > a:hover:after{
        display: none;
    }
    .toggled .menu-item-has-children .dropdown-menu-toggle {
        padding-left: 20px;
        padding-right: 20px !important;
    }
    .main-navigation #primary-menu > ul li>ul{
        box-shadow: none;
    }
    .main-navigation #primary-menu > ul li > ul ul li a{
        padding-top: 0;
        padding-bottom: 0;
    }
    .site-footer .footer-widgets-container .inner-padding{
        padding: 0;
    }
    .footer-widget-2, .footer-widget-3, .footer-widget-4 {
        width: calc(50% - 100px);
        margin-left: 100px;
    }
    .main-navigation .main-nav ul li[class*="current-menu-"] > a:after
  {
        display: none;

    }
    .main-navigation .main-nav ul li[class*="current-menu-"] > a{
        color: #F6D609 !important;
    }
    /*.latest_news_item {*/
    /*    height: 350px;*/
    /*}*/
    .development_history .item_slider:hover .year span{
        background-color: #F6D609;
        color: white;
        transition: .3s;
    }
    .development_history .item_slider:hover  .year:after{
        opacity: 1;
        transition: .3s;

    }
    header#masthead{
        height: 100px;
    }
    .contact_page {
        margin-top: 0;
        padding-top: 100px;
    }
    .product_page{
        margin-top: 30px;
    }
    .career_opportunities_page{
        padding-top: 40px;
    }
    .search_mobile {
        display: none !important;
        position: fixed;
        width: 100%;
        bottom: 0;
        background: white;
        z-index: 99;
        text-align: center;
    }
    .search_mobile .button_search{
        display: inline-block;
        position: relative;
    }
    .search_mobile .button_search:before {
        font-size: 15px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        Font-family: "FontAwesome";
        content: '\f002';
        color: white;

    }
    .search_mobile form#searchform>div{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search_mobile input#searchsubmit{
        float: left;
        border-radius: 0 20px 20px 0;
        background: #1da694;    }
    .search_mobile form{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search_mobile  input#s{
        border-radius: 20px 0 0 20px;
    }
    body{
        padding-bottom: 50px;
    }
    .search-results .grid-100{
        width: 100%;
    }
    .search main#main{
        padding: 0 30px;
    }
    .search-results div#primary{
        padding: 0 0 80px 0;
    }
    .product_cat{
        margin-top: 50px;
    }
    .pack .span{
        width: 18%;
    }
    .pack .box_number{
        width: 82%;
    }
    section.mission_page.section{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1024px){
    .banner_slider_video .slick-slide > div,
    .banner_slider_video .banner_video{
        height: 500px;
    }
    .banner_slider_video .banner_video .content_slider{
        width: 80%;
    }
    .banner_slider_video .banner_video .content_slider h2{
        font-size: 30px;
        line-height: 35px;
    }
    .section_about_home{
        min-height: 500px;
    }
    .vision_home_img{
        width: 650px;
    }
    .section_vision_home{
        padding-top: 0;
    }
    .section_product_home{
        padding-top: 60px;
    }
    .mission .row_mission .info,
    .mission .row_mission .box{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mission .row_mission .info .box_content{
        position: inherit;
        transform: none;
        left: 0;
        right: 0;
        padding: 100px;
        top: inherit;
    }
    .slider_year{
        display: none;
    }
    .site-footer .footer-widgets-container .inner-padding{
        padding: 0;
    }
    .mission_page_box .box:nth-child(2n+1) .left_box,
    .mission_page_box .box:nth-child(2n+2) .left_box{
        padding: 0 30px;
    }
    /*.single_product{*/
    /*    display: inline-block;*/
    /*}*/
    /*.single_product .box_content{*/
    /*    margin-top: 30px;*/
    /*}*/
    /*.single_product .box_content,*/
    /*.single_product .box_img{*/
    /*    width: 100%;*/
    /*}*/
    .single_product .box_img .item_img:before{
        width: 300px;
        height: 300px;
    }
    .single_product .box_img img {
        height: 300px;
    }
    .product_relate ul.slick-dots{
        bottom: -70px;
    }
    .box_all_delicious_recipes .item_delicious_recipes{
        width: calc(50% - 5px);
    }
    .single_cooking_page .grid-70{
        padding-right: 10px;
    }
    .item_cooking_relate{
        width: 33.3333%;
        float: left;
    }
    .single_cooking_page{
        padding-bottom: 60px;
    }
    .single_cooking_page .grid-30{
        padding-top: 40px;
    }
    .wrap_bottom{
        margin-top: 0;
    }
    .tax_video{
        width: 100%;
    }
    .button_menu_mobile{
        display: inline-block;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 9999;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: white;
        text-align: center;
        background: #F6D609;
        transform: translateY(-50%);
    }
    .button_menu_mobile.active i:before{
        content: '\f00d';
    }
    .career_opportunities_page .grid-50{
        display: inline-block !important;
        margin-bottom: 100px;
    }
    .why_choose_us{
        padding-bottom: 0;
    }
    .tabs__navigation {
        margin-bottom: 30px;
        text-align: center;
        margin: 0;
        background: white;
        position: fixed;
        z-index: 999;
        padding: 20px 20px 0 20px;
        left: 0;
        top: 50%;
        transform: translate(-100%,-50%);
        transition: .3s;
    }
    .tabs__navigation.active{
        transform: translate(-0%,-50%);
        transition: .3s;
    }
    .tabs__navigation button{
        margin: 0;
        margin-bottom: 20px;
        display: block;
    }
    .why_choose_us{
        padding-top: 0;
    }
    .why_choose_us .grid-50 .box_content{
        padding-right: 0;
    }
    .latest_news{
        display: flex;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1023px){
    .opportunity_box_list{
        display: inline-block;
        text-align: center;
    }
    .opportunity_box_list li{
        width: 50%;
    }
    .single_product{
        display: block;
    }
    .single_product .box_content,
    .single_product .box_img{
        width: 100%;
        float: none;
    }
    .single_product .box_content{
        margin-top: 30px;
    }
    .single_product .box_img .item_img:before {
        width: 400px;
        height: 400px;
    }
    .single_product .box_img img {
        height: 400px;
    }
    .single_product .box_content h3{
        text-align: center;
    }
    .delicious_recipes{
        padding: 60px 0;
    }
    .tax_post .box_post .item_post {
        width: calc(50% - 2px);
    }


}
@media only screen and (max-width: 992px){
    .box_product_cat .box{
        width: 30%;
    }
    .form_tuyendung  .grid-50{
        margin-bottom: 0 !important;
    }
    .career_opportunities_page .grid-50{
        width: calc(50% - 2px);
    }
}
@media only screen and (max-width: 991px){
    .mission_page_box .box{
        padding: 30px 0;
    }
    header#masthead.sticky .site-logo img,header#masthead .site-logo img{
        height: auto;
        width: 30px;
    }
    header#masthead.sticky{
        height: 60px;
    }
    .site-logo{
        margin-top: 0;
    }
    .main-navigation .main-nav>ul{
        margin-top: 60px !important;
    }
}
@media only screen and (max-width: 875px){
    .section_latest_news_video > .grid-container{
        padding: 0;
    }
    .section_latest_news_video > .grid-container .grid-50{
        width: 100%;
    }
    .section_latest_news .grid-50:first-child{
        padding: 70px 50px;
    }
    .latest_news .grid-25{
        width: 100%;
    }
    .section_about_home {
        min-height: 400px;
    }
    #banner_gr {
        height: 500px;
    }
    .mission .row_mission .info .box_content{
        padding: 50px;
    }
    .who_are_we .box_info .item_box, .about_calofic .box_info .item_box{
        padding: 2px 20px;
    }
    .who_are_we .box_info, .about_calofic .box_info{
        margin-top: 40px;
    }
    .who_are_we .content{
        max-width: 90%;
    }
    .slider_right .item_slider{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        border-bottom: 1px solid;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .slider_right .item_slider .box_content{
        order: 2;
        width: 100%;
    }
    .development_history .item_slider .year:before,
    .development_history .item_slider.active-id .year:after,
    .development_history .item_slider .box_content:before,
    .development_history .slider_general .grid-20{
        display: none;
    }
    .development_history .item_slider .box_content{
        border-right: none;
        padding: 0;
        padding-top: 30px;
        text-align: left;
    }
    .development_history .item_slider .year{
        width: 100%;
        text-align: left;
    }
    .development_history .item_slider .box_content img{
        margin: inherit;
    }
    .slider_right a#loadMore{
        display: none;
    }
    .about_calofic .content{
        text-align: justify;
    }
    .box_post_health .item_box{
        width: calc(50% - 20px);
    }
    .footer-widget-2, .footer-widget-3, .footer-widget-4 {
        width: calc(50% - 83px);
        margin-left: 83px;
    }
    .latest_news .grid-25{
        width: 50%;
    }
}
@media only screen and (max-width: 768px){
    .footer-widget-1 .footer_logo{
        width: 100%;
        text-align: center;
    }
    .footer-widget-1 .select_location{
        width: 100%;
    }
    .select_location_items{
        max-width: 100%;
        text-align: center;
    }
    .footer-widget-1 .select{
    text-align: center
    }
    .footer-widget-2, .footer-widget-3, .footer-widget-4{
        margin: 0;
        text-align: center;
    }
    .copyright{
        width: 100%;
        text-align: center;
    }
    .copyright_menu{
        float: none;
        top: 0;
        text-align: center;
        display: inline-flex;
        margin-top: 5px;
    }
    .copyright_menu ul{
        float: none !important;
    }
    .site-footer .footer-widgets {
        padding: 60px 30px 30px 30px;
    }
    .select .select-options{
        left: 50%;
        transform: translateX(-50%);
    }
    .banner_slider_video .banner_video .content_slider h2:before{
        top: -55px;
    }
    .product_cat .box_cat:not(:last-child){
        padding-bottom: 60px;
    }
    .item_cooking_relate{
        width: 50%;
        margin-bottom: 0;
    }
    .news_page{
        padding: 60px 0;
        margin-top: 60px;
    }
    .form_contact.grid-35{
        padding: 60px 30px;
    }
    .info_contact_colofic .box_img.grid-55{
        padding: 0 30px;
    }
    .box_contact_general .info_general{
         width: calc(50% - 60px);
        padding: 30px;
    }
}

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

    .banner_slider_video .slick-slide > div, .banner_slider_video .banner_video {
        height: 400px;
    }
    .banner_slider_video .banner_video .content_slider h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .mission_page_box .box{
        width: 100%;
        display: inline-block;
    }
    .mission_page_box .box:nth-child(2n+1) .left_box, .mission_page_box .box:nth-child(2n+2) .left_box{
        padding: 30px;
    }
    .mission_page_box .box{
        padding: 0;
    }
    .box_all_delicious_recipes .item_delicious_recipes{
        width: 100% !important;
        margin: 0;
        margin-bottom: 5px;
        height: 350px !important;
    }
    .btn_mobile_health{
        display: inline-block;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 9999;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: white;
        text-align: center;
        background: #F6D609;
        transform: translateY(-50%);
    }
    .btn_mobile_health.active i:before{
        content: '\f00d';
    }
    .menu_health>ul,
    .menu_news ul{
        position: fixed;
        z-index: 999;
        background: white;
        top: 50%;
        left: 0;
        margin: 0;
        padding: 20px 20px 0 20px;
        transform: translate(-100%,-50%);
        transition: .3s;

    }
    .menu_health.active>ul,
    .menu_news.active ul{
        transform: translate(0%,-50%);
        transition: .3s;
    }
    .menu_health>ul li,
    .menu_news ul li{
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }
     .menu_news li a{
         margin-bottom: 20px;
     }
    .post_old ul li a{
        display: inline-block;
    }
    .tax_video .box_item:first-child{
        width: 50%;
    }
    .tax_video .box_item{
        width: calc(50% - 20px);
    }
    .tax_video .box_item {
        width: 100% !important;
        height: 300px !important;
        margin: 0 !important;
        padding: 0;
        margin-bottom: 20px !important;
    }
    .tax_video ul.slick-dots {
        bottom: -20px;
    }
    .tax_video .slider .slick-slide{
        padding: 0 5px;
    }
    .tax_video .box_item:first-child a:before{
        background-image: url("../images/button_play.png");
        width: 34px !important;
        height: 34px !important;
        border-radius: 50%;
        background-size: cover;
        left: 21px !important;
    }
    .tax_video .box_item:first-child .box_content{
        left: 70px;
        right: 50px;
        bottom: 30px;
    }
    .tax_video .box_item:first-child .box_content h3{
        color: #ffffff;
        font-size: 14px;
        font-family: 'Montserrat-Bold';
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 0px;
    }
    table.table_td tbody td:nth-child(1){
        text-align: center !important;
    }
    section.section.section_about_home{
        background-image: none !important;
    }
    .section_about_home_mobile{
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
        /*position: absolute;*/
        /*top: 0;*/
        /*z-index: -1;*/
        margin-bottom: 30px;
    }
    .main-navigation.toggled .main-nav li.wpml-ls-item a{
        font-family: 'Montserrat-Black';

    }
    .latest_news_item h3 a:after{
        display: none;
    }
    .latest_news_item .latest_news_item_content{
        width: calc(100% - 20px);
        z-index: 9;
        padding: 10px;
    }
    .latest_news_item h3 a{
        font-size: 10px;
        line-height: 15px;
        padding: 0;
    }
    .latest_news_item .latest_news_item_des{
        display: none;
    }
    .arrow_right:before, .arrow_right:after{
        display: none;
    }
    .latest_news_item .latest_news_item_content{
        bottom: 0;
    }
    .latest_news_item .latest_news_item_content h3{
        margin-bottom: 0;
    }
    .development_history .item_slider  .year:after{
        display: none;
    }
    .search main#main {
        padding: 0 15px;
    }
    .search .page-header{
        padding: 0;
        font-size: 20px;
    }
    .search .page-header h1{
        font-size: 20px;
    }
    .search-results article{
        width: 100%;
        padding: 0 !important;
    }
    .news-name {
        font-size: 15px;
    }
    .single_product .box_content h3{
        font-size: 20px;
        line-height: 30px;
    }
    section.section.section_about_home{
        padding-top: 0;
    }
    .pack .box_number{
        float: unset;
        width: 100%;
    }
    .page-template-delicious_recipes ul.thenativePagination{
        margin-top: 10px;
    }
    ul.thenativePagination li {
        display: inline-block;
        margin: 0 2px;
    }
    .career_opportunities_page .grid-50:last-child{
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 675px){
    .vision_home_img_logo{
        position: inherit;
        margin: 0;
        margin-top: 70px;
    }
    .vision_home_img{
        width: 100%;
        display: inline-block;
    }
    .vision_home_img_item li{
        width: 100% !important;
        position: inherit;
        display: block;
    }
    .vision_home_img_item li>img{
        display: none;
    }
    .vision_home_img_item_icon {
        position: inherit;
        width: auto;
        transform: none;
        text-align: left;
        left: 0;
        top: 0;
    }
    .vision_home_img_item li:nth-child(2) .vision_home_img_item_icon,
    .vision_home_img_item li:nth-child(3) .vision_home_img_item_icon{
        margin-left: 0;
    }
    .vision_home_img{
        background-size: contain;
    }
    .vision_home_img_logo {
        position: inherit;
        margin: 0;
        transform: none;
        width: 100%;
        top: 0;
        left: 0;
    }
    .vision_home_img_item li .vision_home_img_item_icon img{
        float: left;
    }
    .vision_home_img_item_icon h5{
        line-height: 100px;
    }
    .box_post_health .item_box{
        height: 250px;
    }
    .amount li{
        width: calc(50% - 21px);
        margin-bottom: 20px;
    }
    .list_resources li{
        width: 50%;
    }
    .list_resources{
        padding-bottom: 0;
    }
    .single_post_page_box iframe, .single_cooking_page iframe{
        height: 300px;
    }
    .tax_post .box_post .item_post{
        width: 100% !important;
    }

}
@media only screen and (max-width: 600px){
    .opportunity_box{
        width: calc(100% - 60px);
        padding: 30px;
    }
    .section_latest_news_cat li,
    .opportunity_box_list li {
        width: 100%;
    }
    .section_latest_news_cat li a,
    .opportunity_box_list li a{
        margin-right: 0;
        width: calc(100% - 50px);
        max-width: inherit;
        text-align: left;
    }
    .headline_h2 br{
        display: none;
    }
    .banner_slider_video .banner_video .content_slider{
        width: 90%;
        bottom: 50px;
    }
    .banner_slider_video .banner_video .content_slider h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .banner_slider_video ul.slick-dots{
        bottom: 10px;
    }
    .mission .box .item_box{
        width: 100%;
    }
    #banner_gr {
        height: 350px;
    }
    .who_are_we,
    section.section.development_history{
        padding: 50px 0;
    }
    .who_are_we .box_info, .about_calofic .box_info{
        display: block;
    }
    .who_are_we .box_info .item_box, .about_calofic .box_info .item_box{
        border-right: none;
        margin-bottom: 20px;
    }
    .who_are_we a.view_more{
        margin-top: 30px;
    }
    .about_calofic{
        padding-bottom: 50px;
    }
    section.mission_page.section{
        padding: 50px 0;
    }
    .box_product_cat{
        display: inline-block;
        width: 100%;
    }
    .box_product_cat .box{
        width: 50%;
        margin-bottom: 100px;
        float: left;
    }
    .product_page{
        padding: 50px 0;
    }
    .box_product_cat .box:hover{
        transform: scale(1)
    }
    .box_product_cat .box{
        width: 100%;
    }
    .box_product_cat .box .box_img img{
        width: 150px;
    }
    .box_product_cat .box .box_content{
        bottom: 60px;
    }
    .box_product_cat .box:before{
        transform: translate(-50%,115%);
        pointer-events: none;
    }
    .item_cooking_relate{
        width: 100%;
        margin-bottom: 20px;
    }
    .tax_post .box_post .item_post{
        height: 300px;
    }
    .career_opportunities_page .form-recruitment.file_upload {
        width: 100% !important;
    }
    .career_opportunities_page .grid-50 ,
    .career_opportunities_page .grid-100{
        width: 100%;
        padding: 0;
    }
    .career_opportunities_page .form_td{
        margin-top: 0;
    }
    .box_contact_general .info_general{
        width: calc(100% - 60px);
    }
    .box_contact_general{
        margin-top: 50px;
    }
    .site-logo{
        margin-left: 20px;
    }

}
@media only screen and (max-width: 575px){
    .who_are_we .content{
        max-width: 100%;
        text-align: justify;
    }
    .mission .row_mission .info .box_content {
        padding: 30px;
    }
    .mission .row_mission .info .box_content a.view_more{
        margin-top: 30px;
    }
    .product_relate h2.heading_h2{
        margin-bottom: 40px;
    }
    .single_product{
        padding: 50px 0;
    }
    /*.pack .span{*/
    /*    width: 15%;*/
    /*}*/
    /*.pack .box_number{*/
    /*    width: 85%;*/
    /*}*/
    .box_all_delicious_recipes .item_delicious_recipes{
        margin-bottom: 20px;
        height: 250px !important;
    }
    .box_post_health .item_box{
        width: calc(100% - 20px);
        height: 300px;
    }
    .health_pgae_tax ul.thenativePagination {
        margin-top: 20px;
    }
    .tax_post .box_post .item_post .box_content{
        left: 15px;
        bottom: 15px;
    }
    .copyright_menu{
        display: inline-block;
    }
    .copyright_menu ul{
        display: inline-grid;
    }
    .site-footer .footer-widgets{
        padding-top: 40px ;
    }
    .gallery-popup .popup-gallery-body img{
        height: auto;
    }
    .contact_page {
        margin-top: 20px;
        padding-top: 60px;
    }
    .career_opportunities_page {
        margin-top: 60px;
        padding-top: 60px;
    }
    header#masthead{
        height: 100px;
    }
    .banner_slider_video .slick-slide > div, .banner_slider_video .banner_video {
        height: 250px;
    }
    .banner_slider_video .banner_video .content_slider h2 {
        line-height: 20px;
        font-size: 15px;
    }
    #banner_gr{
        height: 200px;
    }
    #banner_gr:before{
        display: none;
    }
    .about_calofic{
        padding-top: 30px;
    }
    .vision_home_img_item{
        background-image: linear-gradient(to bottom right, #1ba49259, #1ba4927a);
        display: inline-block;
        width: 100vw;
        position: relative;
        left: 0%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .vision_home_img_logo img{
        position: relative;
        left: 25px;
    }
    .section_latest_news .grid-50:first-child {
        padding: 50px 20px;
    }

    .wrap-tags ul li{
        display: inline-block;
        margin-bottom: 30px;
    }
    .share_post{
        float: left;
    }
    .pack .span{
        line-height: 20px;
        line-height: 20px;
        width: 100%;
        padding-left: 10px;
        margin-bottom: 20px
    }
    .single_product {
        padding: 30px 0;
    }
    header#masthead {
        height: 60px;
    }
    .delicious_recipes{
        margin-top: 30px;
    }
    section.mission_page.section{
        margin-top: 40px;
    }
    .health_pgae_tax{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .news_page{
        margin-top: 0px;
    }

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

    .button_about_home{
        text-align: left;
    }
    .button_item_about_home br{
        display: none;
    }
    .button_about_home .button_item_about_home:not(.popup_gallery){
        display: flex;
    }
    .button_about_home .button_item_about_home span{
        order: 2;
        top: 0;
    }
    .button_item_about_home span{
        padding: 0;
        margin: 0 !important;
        line-height: 50px;
        padding-left: 20px !important;
        padding-left: 20px !important;
    }
    .button_item_about_home{
        margin: 0;
        margin-bottom: 20px;
    }
    .vision_home_img_item_icon h5{
        font-size: 15px;
        margin-bottom: 0;
        line-height: 50px;
        padding: 0 10px;
    }
    .vision_home_img_item_icon h5 br{
        display: none;
    }
    .vision_home_img_item li:nth-child(1){
        margin-bottom: 0;
    }
    .section_vision_home{
        padding-bottom: 0px;
    }
    .vision_home_content{
        margin-top: 40px;
        padding: 55px 0 0 0;
    }
    .single_product .box_img img {
        height: 250px;
    }
    .single_product .box_img .item_img:before {
        width: 250px;
        height: 250px;
    }
    .single_post_page_box iframe, .single_cooking_page iframe {
        height: 250px;
    }
    .post_relate button.slick-prev.slick-arrow{
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg) translate(120%,-150%);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
    }
    .post_relate{
        padding-bottom: 60px;
    }
    .single_post_page{
        padding-top: 60px;
        margin-top: 50px;
    }
    .item_member{
        width: calc(100% - 40px) !important;
        margin: 0px 20px !important;
    }
    .form_contact.grid-35 {
        padding: 30px 0;
    }
    .box_contact{
        padding: 20px;
    }
    .info_contact_colofic .box_img.grid-55{
        padding: 0;
    }
    .box_contact_general .info_general {padding: 20px 0;
        text-align: center;
        width: 100% !important;
    }
    .single_product_cat{
        padding-top: 0;
    }
    .product_relate .slider .box_img img{
        height: 300px;
    }
    /*.latest_news_item h3 a{*/
    /*    font-size: 15px;*/
    /*    line-height: 20px;*/
    /*}*/
    .opportunity_box .headline_h2{
        font-size: 20px;
        line-height: 30px;
    }
    .section_latest_news .grid-50:first-child h2.headline_h2{
        font-size: 20px;
        line-height: 30px;
    }
    .section_product_home .headline_h2,
    .section_about_home .headline_h2{
        font-size: 20px;
        line-height: 30px;
    }
    .section_about_home{
        padding: 0 0 40px 0;
        background-position: center;
    }
    .wrap-gallery-imgs{
        padding: 30px 0;
    }
    .gallery-popup .popup-gallery-body img{
        max-height: 250px;
    }
}
@media only screen and (max-width: 414px){}
@media only screen and (max-width: 375px){}
