:root {
    --color1: #014086;
    --color2: #003671;
    --color3: #86efac;
    --color4: #007e37;
    --color5: rgb(27 27 27 / 80%);
    --color6: #f2f2f2;
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #000;
}

.row1col {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
}

.row2col {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.row4col {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.row4col {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.row5col {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.col {
    position: relative;
    width: 100%;
}

.col.middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sliderSec2 {
    position: relative;
    min-width: calc(100% + ((100vw - 1320px) / 2));
    overflow: hidden;
    border-radius: 0px 10px 10px 0px;
}

.sliderSec2 .itemSlideSec2 {
    position: relative;
    width: 100%;
    display: flex;
}

.sliderSec2 .itemSlideSec2 .pic {
    position: relative;
    width: 100%;
}

.sliderSec2 .itemSlideSec2 .pic:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 46%;
}

.sliderSec2 .itemSlideSec2 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rowbtn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 10px;
}

.btnCustom {
    position: relative;
    height: 40px;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    border-radius: 6px;
    box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.btnCustom.btngreen {
    background-color: var(--color4);
    color: #fff;
}

.btnCustom.btngreen:hover {
    background-color: var(--color3);
    color: #fff;
}

.btnCustom.btnblue {
    background-color: var(--color2);
    color: #fff;
}

.btnCustom.btnblue:hover {
    background-color: var(--color1);
    color: #fff;
}

.btnCustom.btnwhite {
    background-color: #fff;
    color: var(--color2);
}

.btnCustom.btnwhite:hover {
    background-color: #333;
    color: #fff;
}

.titleBlue {
    position: relative;
    padding-right: 25px;
    font-weight: 900;
    color: var(--color1);
    font-size: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.titleBlue:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 20px;
    height: 100%;
    background: url(../img/titleSymbol.png) no-repeat center / 14px;
}

.textHistory .description {
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 14px;
    line-height: 2;
    color: var(--color5);
}

.sec2home .row2col .col:first-child {
    position: relative;
    padding: 0 0 0 20px;
}

.btncsutomCarousel .swiper-button-prev,
.btncsutomCarousel .swiper-button-next {
    width: 35px;
    height: 50px;
    background: var(--color6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.btncsutomCarousel .swiper-button-prev:after,
.btncsutomCarousel .swiper-button-next:after {
    font-size: 20px;
}

.btncsutomCarousel .swiper-button-prev:after,
.btncsutomCarousel .swiper-button-next:after {
    font-size: 29px;
    color: #787878;
}

section.sec2home .NextPrevSlider .swiper-button-next {
    right: -15px;
}

ul.tikul {
    position: relative;
    list-style: none !important;
    padding: 0 !important;
}

ul.tikul li {
    position: relative;
    min-height: 25px;
    padding-right: 30px;
    margin-bottom: 5px;
}

ul.tikul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 24px;
    margin: auto;
    right: 0;
    content: '';
    background: url(../img/tik-icon.png) no-repeat center / 100%;
}

.sec2home {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.sec3home {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: var(--color1);
    color: #fff;
}

.sec3home i.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.carouselsec3 {
    overflow: hidden;
}

.itemService {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
}

.itemService figure.pic {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.itemService figure.pic:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 70%;
}

.itemService figure.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemService figure.pic i.hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color4);
    opacity: 0;
    transition: all 0.2s;
}

.itemService:hover figure.pic i.hover {
    opacity: 0.7;
}

.itemService figure.pic:after {
    position: absolute;
    bottom: -70px;
    height: 40%;
    right: -160px;
    width: 120%;
    background: #0cae53;
    content: '';
    filter: blur(51px);
    border-radius: 100%;
}

.itemService figure.pic i.hover:before {
    position: absolute;
    width: 38px;
    height: 39px;
    background: url(../img/search-icon.png) no-repeat center / 100%;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: block;
    margin: auto;
    transition: all 0.3s;
    transform: scale(4.5);
    opacity: 0;
}

.itemService:hover figure.pic i.hover:before {
    opacity: 1;
    transform: scale(1);
}

.NextPrevSlider.arrowWhite .swiper-button-next {
    right: -60px;
    color: #fff !important;
}

.NextPrevSlider.arrowWhite .swiper-button-prev {
    left: -60px;
    color: #fff !important;
}

.itemService .titleDept {
    position: relative;
    padding-right: 25px;
    font-size: 20px;
    font-weight: 500;
}

.itemService .titleDept:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 28px;
    background: url(../img/titleSymbol.png) no-repeat center / 13px;
    content: '';
    margin: auto;
    bottom: 0;
}

.titleCenterSub {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.titleCenterSub .title {
    position: relative;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
}

.titleCenterSub .subtitle {
    font-size: 18px;
    color: var(--color3);
}

.sec4home {
    position: relative;
    width: 100%;
    padding: 60px 0 100px;
    overflow: hidden;
}


.titleRightSub {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 50px;
}

.titleRightSub .title {
    position: relative;
    font-size: 28px;
    font-weight: 900;
    color: var(--color1);
}

.titleRightSub .subtitle {
    font-size: 18px;
    color: var(--color3);
}


.sec4home .customCarousel .swiper-wrapper {
    padding-bottom: 40px;
}

.swiper-pagination-progressbar {
    position: absolute !important;
    right: 40px !important;
    height: 2px !important;
    width: calc(100% - 40px) !important;
    background-color: #28227a !important;
    width: calc((100% - 40px)) !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    left: auto !important;
    right: 0 !important;
    transform-origin: right top !important;
    background-color: var(--color2) !important;
    height: 6px !important;
    top: -2px !important;
}

.sec4home .customCarousel {
    position: relative;
    width: calc(100% + ((100vw - 1320px) / 2));
    max-width: calc(100% + ((100vw - 1320px) / 2));
    overflow: hidden;
}










.carouselsec4 {
    max-width: calc(100% + ((100vw - 1320px) / 2)) !important;
    overflow: hidden;
    width: calc(100% + ((100vw - 1320px) / 2));
    position: relative;
}
.sec4home .swiper-slide {
    width: calc(25% - 20px);
}

.sec4home .swiper-slide.swiper-slide-active {
    width: calc(50% - 20px);
    min-width: 45%;
}

.swiperHamid {
    direction: ltr;
    max-width: 100%;
    overflow: hidden;
}
.swiper-slide.swiper-slide-active .itemdepartments .pic:before {
    background: red;
    content: '';
    display: block;
    padding-top: 34.6%;
}

.itemdepartments {
    position: relative;
    width: 100%;
    display: flex
;
    flex-direction: column;
    gap: 20px;
    max-height: 360px;
}
.itemdepartments .pic {
    position: relative;
}
.itemdepartments .pic:before {
    position: relative;
    display: block;
    content: '';
    padding-top: 71%;
}
.itemdepartments .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.carouselsec4 .swiper-wrapper {
    position: relative;
    padding: 0 0 50px;
}
.carouselsec4 .swiper-pagination-progressbar {
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
    right: 0 !important;
    width: 100% !important;
    background: #e1e1e1 !important;
    height: 3px !important;
}
.carouselsec4 .swiper-pagination-progressbar span.swiper-pagination-progressbar-fill {
    bottom: 0px !important;
    height: 3px !important;
    top: auto !important;
    margin: 0 !important;
}