/*
----------- WELCOME TO GOOWEB COMPANY 2020 ---------------
==========================================================
*/
@font-face {
    font-family: "Baloo";
    src: url("assets/fonts/font_main/Baloo2-Bold.ttf");
}

@font-face {
    font-family: "OpenSans";
    src: url("assets/fonts/font_main/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/font_main/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("assets/fonts/font_main/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("assets/fonts/font_main/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "UTM HelvetIns";
    src: url("assets/fonts/font_main/UTM HelvetIns_0.ttf");
}

:root {
    --primary-color: #06A360;
    --second-color: #ED1C24;
    --third-color: #058B52;
    --primary-font: "Montserrat";
    --second-font: "Montserrat-SemiBold";
    --third-font: "Montserrat-Bold";
    --four-font: "UTM HelvetIns";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--primary-font);
    height: 100%;
    background-color: #fff;
    font-size: 1.5rem;
    color: #424242;
    -ms-text-size-adjust: 100%;
    position: relative;
}

.wrapper {
    max-width: 1407px;
    margin: auto;
    overflow: hidden;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -o-object-fit: contain;
    object-fit: contain;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

td:not([align]),
th:not([align]) {
    text-align: left;
}

a {
    color: inherit;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

section {
    position: relative;
}

button,
input,
select,
textarea {
    font-family: var(--primary-color);
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}

small {
    font-size: 0.875em;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

strong {
    color: #363636;
    font-weight: 700;
}

fieldset {
    border: none;
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: whitesmoke;
    color: #4a4a4a;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
}

pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0;
}

table td,
table th {
    vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
    text-align: left;
}

table th {
    color: #363636;
}

.btns {
    color: #ffff;
    background-color: var(--primary-color);
    font-size: 1.5rem;
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .5rem 1rem;
    text-align: center;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.btns:hover {
    color: #000;
}

.post__item {
    position: relative;
    overflow: hidden;
}

.post__item__img {
    position: relative;
}

.post__item__img a {
    display: block;
    overflow: hidden;
}

.post__item__img a img {
    height: 15rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.post__item__content {
    position: relative;
    padding: 10px;
}

.post__item__content p {
    font-size: 14px;
    color: #858585;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post__item__content h4 {
    margin-bottom: 10px;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.post__item__content h4 a {
    font-size: 16px;
    line-height: 1.618;
    color: #000;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post__item:hover .post__item__content h4 a {
    color: var(--primary-color);
}

.post__item:hover .post__item__img a img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.post__item.products__item {
    position: relative;
    overflow: hidden;
}

.post__item.products__item__img {
    position: relative;
}

.post__item.products__item__img a {
    display: block;
    overflow: hidden;
}

.post__item.products__item__img a img {
    height: 15rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.post__item.products__item__content {
    position: relative;
    padding: 10px;
}

.post__item.products__item__content p {
    font-size: 14px;
    color: #858585;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post__item.products__item__content h4 {
    margin-bottom: 10px;
}

.post__item.products__item__content h4 a {
    font-size: 16px;
    line-height: 1.618;
    color: #000;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.post__item.products__item:hover .post__item__content h4 a {
    color: var(--primary-color);
}

.post__item.products__item:hover .post__item__img a img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/**
 *
 * HEADER TOP
 * 
 */
.header_top {
    height: 4rem;
    overflow: hidden;
    position: relative;
    background-color: var(--primary-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_top__social ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header_top__main {
    height: 100%;
}

.header_top__main ul {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_top__main li {
    margin-right: 3rem;
    color: #fff;
}

.header_top__main i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.header_top__social a {
    height: 4rem;
    width: 4rem;
    background-color: #60b779;
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_top__social i.fa.fa-youtube {
    color: #fd4a45;
}

.header_top__social i.fa.fa-facebook {
    color: #4a74bd;
}

.header_top__social i.fa.fa-skype {
    color: #47a7d6;
}

.header_top__social i.fa.fa-twitter {
    color: #00c6fe;
}

.header_top__social i {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    width: 70%;
    height: 70%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 1.4rem !important;
    -webkit-box-shadow: inset 0 0 3px 3px #d8d8d8;
    box-shadow: inset 0 0 3px 3px #d8d8d8;
}

.hotline.text-center {
    position: relative;
}

.hotline__sdt {
    position: absolute;
    top: 39%;
    right: 10%;
    z-index: 1;
    color: #fff;
    font-size: 2rem;
    font-family: var(--second-font);
}


.header__main.d-none.d-lg-flex {
    height: 12rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__main__logo a img {
    height: 9rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.header__main__info h2 {
    font-size: 3.2rem;
    font-family: var(--four-font);
    color: var(--primary-color);
    text-shadow: 2px 1px 0 #fff, 1px 2px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 4px 4px 4px #808080;
    margin-bottom: 1rem;
}

.header__main__info p {
    color: var(--second-color);
    font-family: var(--second-font);
    font-size: 2rem;
}

.hotline__sdt::before {
    content: "Hotline";
    color: #000;
    position: absolute;
    top: -29px;
    font-size: 1.5rem;
    font-family: var(--second-font);
}


.cat {
    position: relative;
}

.cat ul {
    list-style: none;
    padding: 0;
}

.cat__title {
    height: 4rem;
    background-color: var(--primary-color);
    padding-left: 2rem;
    line-height: 4rem;
    color: #fff;
    font-family: var(--four-font);
    font-size: 2rem;
    text-transform: uppercase;
}

.cat__content {
    background-color: #f7f7f7;
}

.cat__content ul {
    border: 1px solid #e6e6e6;
}

.cat__content ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 2rem;
    font-family: opensans;
    font-weight: 700;
}

.cat__content ul li a i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .55rem;
    margin-top: 3px;
}

section.cat_slider {
    padding: 3rem 0;
}

.cat__title i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

/**
 *
 * MENU
 * 
 */
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    font-family: var(--second-font);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#jssor_1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/**
 *
 *
 * MAIN PAGE
 * 
 */

.cat__item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.cat__item__title__left span {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: var(--four-font);

}

.cat__item__title__left {
    background-color: var(--primary-color);
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    padding: 1rem 2rem;
    padding-right: 5rem;
    color: #fff;
    padding-left: 4rem;
    position: relative;
    overflow: hidden;

}

.cat__item__title__left:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -33px;
    width: 10rem;
    height: 4px;
    background-color: #fff;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.cat__item__title__left:before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: -33px;
    width: 10rem;
    height: 4px;
    background-color: #fff;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sidebar_home__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -33px;
    width: 10rem;
    height: 4px;
    background-color: #fff;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sidebar_home__title:before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: -33px;
    width: 10rem;
    height: 4px;
    background-color: #fff;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.cat__item__title {
    background-color: #f2f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cat__item__title__right {
    margin-right: 2rem;
    color: var(--primary-color);
    text-transform: capitalize;
}

.cat__item__content {
    position: relative;
}

.cat__item__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cat__item__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}

.cat__item__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}

.cat__item__left {}

.cat__item__left .post__item {
    -webkit-box-shadow: 1px 1px 6px 1px #ccccccad;
    box-shadow: 1px 1px 6px 1px #ccccccad;
    border-radius: .25rem;
}

.cat__item__left .post__item__content p {
    -webkit-line-clamp: 2;
}

.cat__item__left .post__item__content h4 a {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: var(--second-font);
}

.cat__item__left .post__item__img a img {
    height: 28rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.post__item__btns {
    text-align: right;
    color: var(--primary-color);
    font-size: 1.4rem;
}

.cat__item__right {}

.cat__item__right .post__item__content {
    padding: 0;
}

.cat__item__right .post__item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.5rem;
    flex: 0 0 13.5rem;
    margin-right: 1.5rem;
}

.cat__item__right .post__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.cat__item__right .post__item__img a img {
    height: 12rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.cat__item__right .post__item__content h4 {
    margin-bottom: .5rem;
    height: auto;
    display: block;
}

.cat__item__right .post__item__content h4 a {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: var(--second-font);
    -webkit-line-clamp: 1;
}

.cat__item {
    margin-bottom: 3rem;
}


.cat__item__row_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cat__item__row_2 .post__item__content {
    padding: 0;
    margin-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.cat__item__row_2 .post__item__content h4 {
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cat__item__row_2 .post__item__img a img {
    height: 20rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.cat__item__row_2 .post__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 15px);
    flex: 0 0 calc(100% / 3 - 15px);
    -webkit-box-shadow: 1px 1px 6px 1px #ccccccad;
    box-shadow: 1px 1px 6px 1px #ccccccad;
    margin-right: 2rem;
}

.cat__item__row_2 .post__item__content p {
    font-size: 1.4rem;
}

.cat__item__row_2 .post__item__content h4 a {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: var(--second-font);
}



aside.sidebar_home {
    width: 100%;
}

.sidebar_home__title {
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--four-font);
    font-size: 2.2rem;
    height: 5rem;
    line-height: 5rem;
    position: relative;
    overflow: hidden;
}

.sidebar_home__title:after {
    content: "";
}


.sidebar__news__content .post__item__img a img {
    height: 9rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar__news__content .post__item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9rem;
    flex: 0 0 9rem;
    margin-right: 1rem;
}

.sidebar__news__content {
    background-color: #f2f2f2f2;
    border: 1px solid #cccccc73;
    padding: 1rem;
}

.sidebar__news__content .post__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

.sidebar__news__content .post__item:last-child {
    border: none;
}

.sidebar__news__content .post__item__content h4 a {
    font-size: 1.3rem;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    font-family: var(--second-font);
}

.sidebar__news__content .post__item__content {
    padding: 0;
}

.sidebar__news__content .post__item__content h4 {
    margin-bottom: .5rem;
}

.sidebar__news__content .post__item__content p {
    font-size: 1.3rem;
    -webkit-line-clamp: 2;
}


.sidebar_home__title a:hover {
    color: yellow;
}


aside.sidebar_home>div {
    margin-bottom: 3rem;
}

.sidebar_img {
    position: relative;
}

.sidebar_img:before{
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border: 2px dashed #fff;
    content: '';
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s,-webkit-transform 0.45s;
    transition: opacity 0.35s,-webkit-transform 0.45s;
    transition: opacity 0.35s,transform 0.45s;
    transition: opacity 0.35s,transform 0.45s,-webkit-transform 0.45s;
    -moz-transition: opacity 0.35s,transform 0.45s;
    -ms-transition: opacity 0.35s,transform 0.45s;
    -o-transition: opacity 0.35s,transform 0.45s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
    -moz-transform: translate3d(-20px,0,0);
    -ms-transform: translate3d(-20px,0,0);
    -o-transform: translate3d(-20px,0,0);
}
.sidebar_img:hover:before {
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
}


/**
 *
 * DANH MUC KIEM DINH
 * 
 */
section.cat_kd {
    padding: 3rem 0;
}

.post__item.post__cat_kd {
    -webkit-box-shadow: 1px 1px 5px 1px #cccccc8f;
    box-shadow: 1px 1px 5px 1px #cccccc8f;
    margin: 5px;
}

.post__item.post__cat_kd .post__item__content h4 a {
    font-size: 1.5rem;
    font-family: var(--third-font);
    text-transform: uppercase;
}

.post__item.post__cat_kd .post__item__img a img {
    height: 20.5rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


#cat_kd .owl-nav {
    position: absolute;
    top: 35%;
    margin: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

#cat_kd .owl-nav button:first-child {
    left: -50px;
    position: absolute;
}

#cat_kd .owl-nav button:last-child {
    position: absolute;
    right: -50px;
}

#cat_kd .owl-nav button span {
    position: relative;
    top: -2px;
    font-size: 3rem;
    line-height: 0;
    color: #fff;
}

#cat_kd .owl-nav button:focus,
.owl-nav button:hover {
    outline: none;
    background-color: var(--primary-color);
    color: #fff;

}

#cat_kd .owl-nav [class*=owl-]:hover,
#cat_kd .owl-nav [class*=owl-]:focus {
    background-color: var(--primary-color);
    color: #fff;
}

#cat_kd .owl-nav [class*=owl-] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    border-radius: 0;
    line-height: initial;
    position: relative;
    background-color: var(--primary-color);
}

/**
 *
 * DOI TAC
 * 
 */
.logo-doitac {
    padding: 3rem 0;
    background-color: #f2f2f2f2;
    position: relative;
}

.page__title {
    margin-bottom: 3rem;
    text-align: center;
}

.page__title h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-family: var(--four-font);
}

.logo_item {
    background-color: #fff;
    border: 1px solid #cccccc73;
}

.logo_item img {
    height: 8rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}


/**
 *
 * FOOTER
 * 
 */

footer#footer {
    background-color: var(--third-color);
    padding: 3rem 0;
    padding-bottom: 1rem;
}

footer#footer ul {
    list-style: none;
    padding: 0;
    color: #fff;
}

footer#footer ul li {
    margin-bottom: 1rem;
}

footer#footer ul li:hover a {
    color: yellow;
}

footer#footer ul li i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .5rem;
}

.footer__title {
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--four-font);
    margin-bottom: 2rem;
}

.footer_midd__item {
    margin-bottom: 3rem;
}

.footer_main ul li {
    font-size: 1.6rem;
    margin-bottom: 2rem !important;
}

.footer_m__item iframe {
    height: 13rem;
}

.footer_m__item {
    margin-bottom: 2rem;
}

.coppyright {
    text-align: center;
    color: #fff;
    border-top: 1px solid #fff;
    padding-top: 1.5rem;
}

ul.mega-sub-menu {
    width: 100% !important;
}

.sidebar__form__content {
    background-color: #f2f2f2f2;
    border: 1px solid #cccccc94;
    padding: 1rem;
}

.form_tuvan * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 1rem;
}

.form_tuvan input {
    display: inline-block;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: .5rem;
    font-size: 1.4rem;
    padding-left: 1rem;
    color: #8a8a8a;
}

.form_tuvan textarea {
    border: 1px solid #ccc;
    max-height: 13rem;
    padding: 1rem;
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #8a8a8a;
}

.form_tuvan textarea:focus {
    outline: none;
}

.form_tuvan input:focus {
    outline: none;
}

input#submitkh {
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-family: var(--second-font);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px;
    margin: 0;
}

/*------------- FULL HD  STYLE ---------------------*/
/*------------- DESKTOP  STYLE ---------------------*/
/*------------- TABLET  STYLE ---------------------*/
@media (max-width: 992px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
        position: relative;
        left: 60rem;
    }

    .header__mobile.d-lg-none.d-xl-none {
        border-bottom: 1px solid #ccc;
        padding: 1rem 0;
    }

    a.header__logo__mobile img {
        height: 7rem;
    }

    .cat {
        margin-top: 3rem;
    }

    .cat__item__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 3rem;
    }

    .cat__item__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .cat__item__title__left span {
        font-size: 1.8rem;
    }

    .cat__item__row_2 .post__item__img a img {
        height: 15rem;
    }

    .cat__item__row_2 .post__item__content h4 a {
        font-size: 1.3rem;
    }

    .cat__item__row_2 .post__item__content h4 {
        height: 3rem;
    }

    .footer_m__item iframe {
        height: 20rem;
        width: 100%;
    }


    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-279 .mega-search input[type=text] {
        background-color: #fff !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-279 .mega-search .search-icon:before {
        color: #000 !important;
    }




}

/*------------- MOBILE  STYLE ---------------------*/

@media (max-width: 576px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
        left: 25rem;
    }

    a.header__logo__mobile img {
        height: 5rem;
    }

    .cat__item__title__left span {
        font-size: 1.4rem;
        text-transform: capitalize;
    }

    .cat__item__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 1rem;
        -webkit-perspective: 500px;
        perspective: 500px;
    }

    .cat__item__title__left {
        margin-bottom: 1rem;
        -webkit-clip-path: none;
        clip-path: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
    }

    .cat__item__right .post__item__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 11rem;
        flex: 0 0 11rem;
    }

    .cat__item__right .post__item__img a img {
        height: 10rem;
    }

    .cat__item__right .post__item__content h4 a {
        font-size: 1.2rem;
    }

    .post__item__content p {
        font-size: 1.3rem;
    }

    .post__item__btns {
        font-size: 1.2rem;
    }

    .cat__item__row_2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cat__item__row_2 .post__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 2rem;
        width: 100%;
    }

    .cat__item__row_2 .post__item__img a img {
        height: 20rem;
    }


    .footer_main ul li {
        font-size: 1.5rem;
        margin-bottom: 1rem !important;
    }

    .footer__title {
        font-size: 2rem;
    }

    .coppyright {
        font-size: 1.3rem;
    }




}

main#page {
    overflow: hidden;
    max-width: 192rem !important;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -16px;
    font-size: 1.1rem;
}

ul.mega-sub-menu {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}