/*General Css*/
:root {
    --main-color: #f5e07d;
    --second-color: #0d4b89;
	--third-color: #fff;
    --default-fs: 16px;
    --lg-fs: 25px;
    --md-fs: 20px;
    --sm-fs: 18px;

    --range-xxl: 50px;
    --range-xl: 40px;
    --range-lg: 30px;
    --range-md: 20px;
    --range-sm: 15px;
}

body {
font: 400 var(--default-fs) 'Open Sans', sans-serif;
color: #333;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
} 

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover, a:hover h3 {
    color: var(--main-color) !important;
    text-decoration: none !important;
}

a {
    color: #333;
	text-decoration:auto !important;
}

.short-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
	font-size: 16px;
  	text-align: center;
  	text-transform: uppercase;
  	font-weight: 700;
  	color: var(--second-color);
 	padding: 10px;
 	margin-bottom: 0;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

.clamp-4 {
    -webkit-line-clamp: 4;
}

.icon-input {
    font-family: "Font Awesome 5 Pro";
    /*add &#x before font unicode*/
}

.img-mw100 {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.img-w100 {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img-center {
    margin: 0 auto;
    display: block;
}

.img-border-1 {
border-radius: 50px 0 0 50px;
}

.img-border-2 {
border-radius: 0 40px 40px 0;
}

.img-full {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.border-t10 {
border-top-radius: 10px 10px 0 0;
}

.menu-button {
    display: none;
}

.menu-button button {
    border: 1px solid var(--third-color);
    color: var(--third-color);
    background-color: transparent;
}

.disabled {
    display: none;
}

.btn {
    background-color: transparent;
    padding: 0;
}

.btn-search {
    color: var(--second-color);
}

.btn-search:hover {
    color: var(--main-color);
}

.box-search {
    position: absolute;
    top: 175%;
    left: -80px;
    transform: translateY(-30px);
    opacity: 0;
    z-index: 9;
    visibility: visible;
    transition: all .3s linear;
}

.box-search.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.box-search form {
    width: 100%;
    display: flex;
}

.box-search form input[type="search"] {
    border: 1px solid #ccc;
    font-size: 15px;
}

.box-search form input[type="submit"] {
    background-color: var(--second-color);
    color: var(--third-color);
    font-weight: 600;
    border: none;
    font-size: 12px;
}

input:focus, .btn:focus {
    outline: transparent;
    box-shadow: none;
}

.btn-dropdown {
    display: none;
    transition: all .3s linear;
}

.rotate-180 {
    transform: rotate(180deg);
}

.float-contact {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
}

.float-contact button {
    border: 0;
}

.chat-zalo {
    background: #3366CC;
    border-radius: 20px;
    padding: 5px 10px;
    color: var(--third-color);
    display: block;
    margin-bottom: 6px;
}

.float-contact .hotline {
    background: var(--main-color) !important;
    border-radius: 20px;
    padding: 5px 10px;
    color: var(--third-color);
    display: block;
    margin-bottom: 6px;
}

.Bao-gia a, .chat-zalo a, .hotline a {
    font-size: 17px;
    color: var(--third-color);
    font-weight: 400;
    text-transform: none;
    line-height: 0;
}

.Bao-gia a:hover, .chat-zalo a:hover, .hotline a:hover {
    color: var(--third-color) !important;
}

.desc {
    font-size: 14px;
    text-align: justify;
}

.box-head {
    padding-bottom: 30px;
}

.box-head .head-title {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--third-color);
    text-transform: uppercase;
}

.box-desc {
    text-align: center;
    padding-bottom: 20px;
}

.box-desc .box-head {
    padding-bottom: 10px;
}

.head-title.--clm {
    color: var(--main-color);
}

.fixed-call {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9999;
}

.fixed-call a {
    display: inline-flex;
    align-items: center;
    padding: 15px;
    background-color: var(--main-color);
    border-radius: 5px;
}

.fixed-call p {
    margin-bottom: 0;
}

.fixed-call i {
    font-size: 30px;
    padding-right: 10px;
}

.fixed-call a:hover {
    color: var(--third-color) !important;
}

.box-banner {
height: 500px;
width: 100%;
display: flex;
align-items: flex-end;
justify-content: flex-start;
background: url('https://lmdagriculture.vn/wp-content/uploads/2022/12/Banner-LMD-no-logo-e.jpg') center/cover no-repeat;
}

.box-banner .banner {
    width: 100%;
    background-image: linear-gradient(to right, #0d4b89e6, var(--third-color));
    padding: 10px 0;
}

.banner-title {
    font-size: 30px;
    color: var(--third-color);
    font-weight: 700;
    margin-bottom: 0;
}

.product-item .product__img img {
    border-radius: 10px;
}

.product-item .product__body {
    padding: 10px;
}

.product-item .product__body .product-title {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--third-color);
    font-weight: 700;
    text-align: center;
}

.detail-head h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: var(--second-color);
}

.detail-body {
    text-align: justify;
    line-height: 28px;
    font-size: 14px;
}

.detail-body img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.detail-body h1, 
.detail-body h2, 
.detail-body h3, 
.detail-body h4, 
.detail-body h5 {
    font-weight: 700;
}

.detail-body h2 {
    font-size: 25px;
}

.detail-body h3 {
    font-size: 23px;
}

.detail-body h4 {
    font-size: 20px;
}

.detail-body h5 {
    font-size: 19px;
}

.detail-body iframe {
    display: block;
    margin: 0 auto;
}

.detail-body table {
    width: 100% !important;
    border-collapse: collapse;
}

.detail-body table tbody tr:nth-child(even) {
    background-color: #eee;
}

.detail-body table tbody tr td {
	border: 1px solid #aaa;
	line-height: 20px;
	padding: 5px 10px;
}

.detail-body table th {
    border: solid 1px #aaa;
    text-align: center;
}

.detail-body h1,
.detail-body h2,
.detail-body h3,
.detail-body h4,
.detail-body h5 {
    margin-top: 20px;
}

.detail-body em {
    display: block;
    text-align: center;
    font-size: 14px;
}

.text-normal {
    text-transform: unset !important;
}

.news-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.news-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.news-item .news__img {
    width: 25%;
}

.news-item .news__img img {
    border-radius: 10px;
}

.news-item .news__body {
    width: 75%;
    padding-left: 20px;
}

.news-item .news__body .post-date {
    font-size: 14px;
    color: #000;
    padding: 5px 0;
    font-weight: bold;
}

.news-item .news__body .news-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--second-color);
    margin-bottom: 0;
}

.bg-eee {
    background-color: #eee;
}

/* Menu CSS */
.header-nav {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-nav-main {
    display: flex;
    padding: 10px 0;
    align-items: center;
    transition: all .3s ease-in-out;
}

.header-nav-main .box-logo {
	padding:0 1rem;
    width: 15%;
}

.header-nav-main .box-nav {
    width: 78%;
}

.header-nav-main .box-other {
    width: 7%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
	padding-right:2rem;
} 

.box-other i {
    font-size: 25px;
    color: var(--second-color);
}

.header-nav-main .box-menu {
    display: none;
}

.main-menu {
    width: 100%;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    list-style: none;
}

.main-menu > ul > li {
    display: flex;
    align-items: center;
    position: relative;
}

.main-menu ul li a {
    color: var(--third-color);
    font-weight: 700;
    display: block;
    font-size: 14px;
    padding: 10px;
}
.sticky .main-menu ul li a{
	color: var(--main-color);
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--second-color);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s linear;
    z-index: 999;
}
/* End Menu CSS */

/* Footer Css */
footer {
    padding: var(--range-xxl) 0;
    background-color: var(--second-color);
}
footer, footer a {
    color: var(--third-color);
}
.footer-bottom{margin-top:30px;}
.ft-head {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.ft-head h4 {
    font-size: var(--sm-fs);
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--third-color);
}

.ft-body {
    font-size: 14px;
}

.ft-body ul {
    padding: 0;
    margin: 0;
}

.ft-body ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.ft-company .ft-body ul li {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc2b;
}

.ft-company .ft-body ul li:last-child {
    border: 0;
}

.ft-body ul li:last-child {
    margin-bottom: 0;
}

.ft-body ul li i {
    padding-right: 10px;
}

.ft-body ul li a {
    display: block;
}

.ft-body p {
    margin-bottom: 5px;
}

.ft-body iframe {
    width: 100%;
}

.ft-company h5 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.footer-bottom .ft-left {
    text-transform: uppercase;
}

.footer-bottom-main {
    font-size: 13px;
    padding-top: 20px;
    border-top: 1px solid #cccccc2b;
    text-align: center;
}

.footer-bottom-main a {
    color: var(--third-color);
    font-weight: 600;
}

.ft-body .social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-color: var(--third-color);
    border-radius: 50%;
}

.ft-body > a {
    display: block;
}

#bocongthuong {
    margin-bottom: 15px;
    margin-top: 15px;
}

#dmca {
    margin-bottom: 15px;
}

.social iframe {
    width: 100%;
}

/* Owl Carousel Css */

.owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    bottom: 0;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    border-radius: 0;
    background-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] i {
    color: var(--third-color);
}

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

.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

/* Igitech Css */

.video-popup.active {
    visibility: visible;
}

.video-popup iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.igi_box_btn_video {
    position: absolute;
    top: calc(50% - 33px);
    left: calc(50% - 33px);
}

.igi_btn_video {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    background: var(--third-color);
}

.igi_bg_video {
    border: 7px solid var(--main-color);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    opacity: 100%;
}

span.igi_open_video {
    position: absolute;
    z-index: 999;
    display: inline-block;
    width: 69px;
    height: 69px;
    background: none;
    line-height: 69px;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 34px);
    border-radius: 50%;
}

span.igi_open_video i {
    font-size: 21px;
    color: var(--main-color);
    width: 69px;
    height: 69px;
    position: absolute;
    left: 0;
    line-height: 69px;
}

.video-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow: auto;
    background: rgba(0, 0, 0, 0.85);
    visibility: hidden;
}

.video-wrap {
	position: absolute;
	border-radius: 5px;
	width: 900px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 500px;
}

.video-popup .igi_closed {
    position: absolute;
    right: 5px;
    top: -10px;
    font-size: 15px;
    z-index: 9999999;
    color: var(--third-color);
    font-weight: 600;
    width: 30px;
    height: 30px;
    text-align: center;
    background: red;
    border-radius: 50%;
    line-height: 28px;
    cursor: pointer;
}

.navigation {
    clear: both;
    text-align: center;
}

.navigation .pages {
    margin-right: 15px;
    display: none;
}

.navigation a, .navigation span.current {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    margin-left: 8px;
    font-weight: 600;
    color: #333;
    background-color: transparent;
    border: 1px solid #ccc;
}

.navigation a:hover, .navigation span.current {
    color: var(--third-color) !important;
    background-color: #ddac01;
}

.fixed_right {
    position: fixed;
    bottom: 70px;
    right: 40px;
    z-index: 100;
}

#zalo_mess .play-now .ripple {
    background-position: center center;
}

#face_mess .play-now .ripple {
    background-position: bottom center;
}

#float_button, #zalo_mess, #face_mess {
    margin-top: 30px;
    position: relative;
    height: 40px;
    cursor: pointer;
}

#float_button .play-now {
    display: block;
}

.play-now {
    position: relative;
    border-radius: 50%;
    z-index: 10;
    text-align: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 44px;
	width: 44px;
	transform: translate(-50%, -50%);
	transform-origin: center;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(80, 170, 178, .3);
	animation: ripple 3s infinite;
}

.play-now .ripple {
    background-image: url(../images/social_fixed.png);
}

@keyframes ripple {
	70%,
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.intro-img{
	position:relative;
}
#back-to-top {
    position: fixed;
    right: 10px;
    width: 57px;
    height: 57px;
    background: url(/wp-content/themes/igitech/resources/css/../images/top.png);
    bottom: 10px;
    color: var(--third-color);
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    font-size: 20px;
    opacity: .6;
    transition: all .3s ease;
    z-index: 999999999999;
}

.popupSearchBox {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    right: 0;
    bottom: 0;
}

.popupSearchBox .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: var(--third-color);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 95%;
	max-width: 800px;
	text-align: center;
	margin: 30px auto 0;
}

.popupSearchBox input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: calc(100% - 100px);
    background: var(--third-color);
}

.popupSearchBox button {
    float: left;
    width: 100px;
    background: #ab1c30 !important;
    font-size: 15px;
    border: none;
    cursor: pointer;
    height: 55px;
    color: var(--third-color);
}
.btn:active{
	border-color:transparent !important;
}
/*Responsive CSS*/

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    :root {
        --range-xxl: 30px;
    }

    .header-nav-main {
        align-items: center;
        background-color: var(--third-color);
        justify-content: flex-end;
        padding: 10px;
        border-radius: 10px;
        position: relative;
    }

    .box-search {
        position: inherit;
        width: 100%;
        transform: translateY(0);
        opacity: 1;
        top: 0;
        left: 0;
    }

    .box-search form input[type="search"] {
        width: 80%;
    }

    .box-search form input[type="submit"] {
        width: 20%;
    }

    .header-nav-main .box-menu {
        display: block;
    }

    .box-menu button i {
        color: var(--second-color);
        font-size: 25px;
    }

    .header-nav-main .box-nav {
        position: absolute;
        width: 100%;
        background-color: var(--second-color);
        z-index: 999;
        padding-top: 20px;
        top: calc(100% - 8px);
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s linear;
    }

    .header-nav-main .box-nav.active {
        max-height: 1000px;
        opacity: 1;
        visibility: visible;
    }

    .header-nav-main .box-logo {
        width: 160px;
        position: absolute;
        left: -20px;
        top: 50%;
        z-index: 9999;
        transform: translateY(-50%);
    }

    .main-menu {
        padding-left: 0;
    }

    .main-menu ul {
        flex-direction: column;
    }

    .main-menu ul li {
        width: 100%;
    }
    
    .main-menu > ul > li:last-child {
        display: block;
    }

    .main-menu > ul > li {
        flex-wrap: wrap;
    }

    .main-menu .sub-menu {
        position: inherit;
        width: 100%;
        padding-left: 30px;
        top: 0;
        left: 0;
        transform: translateY(0);
        opacity: 0;
        max-height: 0;
        visibility: hidden;
        overflow: scroll;
    }
    .main-menu .sub-menu.active {
        opacity: 1;
        max-height: 200px;
        visibility: visible;
    }

    .box-other {
        display: none;
    }

    .header-nav {
        position: relative;
        background-color: transparent;
        top: 10px;
    }

    .header-nav.sticky {
        position: fixed;
        top: 25px;
    }

    .btn-dropdown {
        display: block;
    }

    .header-nav-main .box-other {
        display: none;
    }

    .fixed-call {
        bottom: 5px;
        right: 5px;
    }

    .footer-bottom {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .ft-bottom-main {
        flex-direction: column;
    }

    .ft-bottom-main .ft-left {
        padding-bottom: 10px;
    }

    .video-wrap {
        width: 100%;
        left: 0;
        height: 210px;
    }

    .video-popup .igi_closed {
        right: 22px;
    }

    .banner-title {
        font-size: 26px;
    }

    .box-banner {
        height: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li a {
        font-size: 12px;
    }

    .header-nav-main .box-other {
        width: 13%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-wrap {
        width: 100%;
        left: 0;
    }
}

@media screen and (min-width: 1024px){
    .main-menu ul li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-menu ul li:hover > .btn-dropdown {
        color: var(--main-color);
    }
    
    .main-menu ul li:hover > a {
        color: var(--main-color);
    }

    .header-nav.sticky {
		background-color: var(--third-color);
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5), inset 0px 0px 0px rgb(255, 255, 255);
	}
    
    .header-nav.sticky .header-nav-main .box-logo {
        width: 10%;
    }

    .header-nav.sticky .header-nav-main {
        align-items: center;
        padding: 0;
    }

    .video-popup {
        width: 100%;
        height: 1000px;
    }
}