@font-face {
    src: url("../fonts/a5469__mtd casanova script ef pro.otf");
    font-family: "Casanova";
}

@font-face {
    src: url("../fonts/a5470__opensans-bold.ttf");
    font-family: "OpenSans Bold";
}

.row-0 {
    padding: 0px 0px !important;
}

li.li-top-tree {
    padding-top: 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.phuong_thuc a.plain {
    width: 180px;
    height: 175px;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.phuong_thuc .col-1 .col-inner {
    background: url(../img/a5471__1.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.phuong_thuc .cot-2 .col-inner {
    background: url(../img/a5472__2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.phuong_thuc .cot-3 .col-inner {
    background: url(../img/a5473__3.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.phuong_thuc .cot-4 .col-inner {
    background: url(../img/a5474__4.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.phuong_thuc .cot-5 .col-inner {
    background: url(../img/a5472__2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.phuong_thuc .cot-6 .col-inner {
    background: url(../img/a5473__3.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.phuong_thuc .cot-7 .col-inner {
    background: url(../img/a5474__4.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.phuong_thuc .cot-8 .col-inner {
    background: url(../img/a5475__5.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.phuong_thuc .col-inner h3 {
    font-size: 16px !important;
}

.icon-box-center .icon-box-img {
    margin: 0 auto 1em;
    height: 40px;
}

.hover-pt {
    background: rgba(254, 98, 98, 0.6);
    width: 180px !important;
    height: 175px !important;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50% !important;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 28px;
    overflow: hidden;
}


/**slide**/
.slide-information-item {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 500px;
}

.slide-information-item img {
    width: 100%;
    object-fit: cover;
}

.slide-information-item .slide-content {
    border-radius: 5px;
    width: 900px;
    background: rgba(232, 82, 81, 0.7);
    padding: 15px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.slide-information-item .slide-content h3 {
    color: #fff;
    font-size: 25px;
    position: relative;
}

.slide-information-item .slide-content h3:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.slide-information-item .slide-content p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.home-title h3 {
    color: #4d4d4d;
    font-size: 25px;
    margin-bottom: 15px;
}

/**slide vh**/
.box-vh {
    width: 100%;
    display: inline-block;
    height: 455px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.box-vh .box-vh-thumbnail {
    width: 100%;
    height: 230px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.box-vh .box-vh-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.box-vh .box-vh-content h3:before {
    content: '';
    width: 30px;
    height: 3px;
    background: #fd5550;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.box-vh:hover .box-vh-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
}

.box-vh .box-vh-content h3 {
    color: #fd5550;
    font-size: 18px;
    position: relative;
    padding-top: 5px;
}

.box-vh .box-vh-content {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 30px 0 0 0;
    min-height: 170px;
}

.box-vh-2 .box-vh-content {
    padding-top: 0px !important;
    margin-bottom: 10px;
}

.box-vh .box-vh-content p {
    font-size: 14px;
    color: #4d4d4d;
}

.box-vh .box-a i {
    color: #fd5550;
    font-size: 14px;
}

.box-vh .box-a {
    width: 25px;
    height: 25px;
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fd5550;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.box-vh-2 .box-a {
    right: 0px !important;
    top: 0px;
    left: unset !important;
    bottom: unset !important;
}

.box-vh-2 h3 {
    margin-top: 10px;
}

/**citicom total**/
.citicom-information {
    width: 100%;
    display: inline-block;
    position: relative;
}


.citicom-total {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.citicom-total .citicom-total-item h4 {
    color: #fd5550;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
}

.citicom-total .citicom-total-item {
    flex-basis: calc(100% / 3);
    text-align: center;
    margin-bottom: 30px;
    border-right: 1px solid #cccccc;
}

.citicom-total .citicom-total-item:nth-child(3n) {
    border-right: 0px !important;
}

.citicom-total .citicom-total-item p {
    margin: 0px;
    text-align: center;
    font-size: 15px;
    color: #4d4d4d;
}

.citicom-information-content .citicom-text {
    width: 100%;
    display: inline-block;
    position: relative;
    color: #4d4d4d;
    font-size: 14px;
    text-align: justify;
}

.citicom-information-content .citicom-logo {
    text-align: right;
    margin-bottom: 20px;
}

.citicom-information-content .citicom-logo img {
    width: 100px;
    margin-left: 20px;
}

code.top-tree:first-child {
    margin-top: 0px !important;
}

code.top-tree {
    width: 220px;
    display: block !important;
    margin: 2em auto 0.5em !important;
}

code.top-tree:after {
    outline: solid 1px #e6e6e6;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    right: 0;
    width: 0px;
    height: 1.9em;
    top: 45px;
    background: #e6e6e6;
}

code.top-tree:last-child:after {
    display: none !important;
}

/**about**/
.about-grid {
	height: 270px;
    width: 100%;
    display: inline-block;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
	border: 1px solid #ff9b9b;
	padding: 10px;
	margin: auto;
	grid-gap: 10px;
}

.about-grid .about-content {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fd5550;
    left: 0px;
    top: 100%;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    line-height: 21px;
	padding: 10px;
}

.about-grid .about-arrow img {
    width: 45px;
}

.about-grid .about-arrow {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.about-grid:hover .about-content {
    transition: 0.3s ease-in-out;
    top: 0px;
}

.about-grid .about-content .line {
    margin-top: 15px;
    height: 3px;
    background: #fff;
    width: 80px;
}

.about-grid .about-icon img {
    width: 35px;
	margin-bottom: 5px;
}

.about-grid h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

article.vh-citicom {
    width: 100%;
    display: inline-block;
    position: relative;
}

article.vh-citicom:before {
    content: '';
    background: url("../img/a5476__next.png");
}
.col.medium-2.noPadding {
    padding-left: 5px;
    padding-right: 5px;
}
.row {
	justify-content: center;
}
.divider {
    margin-top: -10px;
    margin-bottom: 10px;
}


/**thu ngo**/
.box-tt {
    width: 100%;
    display: inline-block;
    border: 1px solid #fd5550;
    border-radius: 20px;
    padding: 25px 30px;
}

.box-tt .tt-avatar {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    margin-left: -60px;
    position: relative;
    z-index: 999;
}

.box-tt .tt-avatar:before {
    content: '';
    background: rgba(208, 103, 101, 0.2);
    width: 450px;
    height: 450px;
    display: block;
    border-radius: 50%;
    left: 20px;
    z-index: -1;
    position: absolute;
}

.box-tt .mui-ten {
    width: 30px;
    margin-left: -50px;
    background: #fff;
    margin-top: -114px;
    height: 100px;
}

.box-tt .mui-ten img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-tt .tt-body {
    font-size: 14px;
}

.box-tt .tt-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.box-tt .tt-body h3 {
    color: #fd5550;
    font-size: 30px;
}

.thu_ngo_text {
    float: right;
}

.thu_ngo_text p {
    margin: 0px !important;
}

/**Banner**/
.citicom-banner {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    padding: 40px 20px 0 20px;
}

.citicom-banner .banner-company {
    text-align: center;
    margin-top: 20px;
}

.citicom-banner .banner-title {
    text-align: center;
}

.citicom-banner .banner-title h4 {
    color: #fd5550;
    font-size: 25px;
    position: relative;
    z-index: 999;
}

.banner-title h4 {
    font-family: "Casanova" !important;
    font-size: 34px !important;
    width: unset !important;
    display: inline-block;
}

.banner-title h4:after {
    content: '';
    background: #ffeeed;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: -1;
}

.citicom-banner .banner-title h3 {
    color: #feaaa7;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "OpenSans Bold" !important;
}

.citicom-banner .banner-title {
    text-align: center;
}

.citicom-banner .banner-link a {
    text-align: center;
    background: #fd5550;
    width: unset !important;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
}

.citicom-banner span.banner-next {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    color: #fd5550;
    font-size: 13px;
    margin-left: 5px;
    line-height: 25px;
}

.citicom-banner .banner-icon {
    text-align: center;
}

.citicom-banner .banner-link {
    width: 100%;
    display: inline-block;
    margin: auto;
    text-align: center;
}

.citicom-banner .banner-avatar {
    width: 510px;
    position: relative;
    z-index: 999;
    margin-top: 35px;
}

.citicom-banner .banner-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgd-article ul li:before, .bgd-article ul:before {
    display: none !important;
}

.bgd-article ul li {
    flex-basis: 25% !important;
    margin: 0px 10px !important;
}

.bgd-article ul {
    display: flex;
    justify-content: center;
}

.bgd-article ul li:before {
    display: none !important;
}

@media only screen and (min-width: 1920px) {
    .slide-information-item {
        height: 650px;
    }
}

.slide-information .owl-nav button {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    border-radius: 50% !important;
    background: transparent !important;
    transform: translateY(-50%);
    margin: 0px !important;
    min-height: 30px;
    border: 1px solid #fff !important;
}

.slide-information .owl-nav button i {
    color: #fff !important;
}


.slide-information .owl-nav button.owl-prev {
    border-radius: 50% !important;
    left: 15px;
}

.slide-information .owl-nav button.owl-next {
    border-radius: 50% !important;
    right: 15px;
}

/* It's supposed to look like a tree diagram */
.citi-tree .tree, .citi-tree .tree ul, .citi-tree .tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.citi-tree .tree {
    margin: 0 0 1em;
    text-align: center;
}

.citi-tree .tree, .citi-tree .tree ul {
    display: flex;
    width: 100%;
    justify-content: center;
}

.citi-tree .tree ul {
    width: 100%;
}

.citi-tree .tree li.tree-header {
    display: table-cell;
    padding: 3em 0;
    vertical-align: top;
}

.citi-tree .tree li {
    display: table-cell;
    padding: 2em 0 0 0;
    vertical-align: top;
    width: 100%;
}

li.tree-custom code.tree-1:before {
    height: 1.3em;
    top: -1.5em;
}

li.tree-custom {
    position: relative;
}

.tree-hover.hover-top {
    bottom: 0px;
    top: 88px !important;
    left: 4px;
}

li.tree-custom .tree-1:hover .tree-hover.hover-top {
    display: block !important;
}

li.tree-custom:before {
    top: 16px !important;
}

ul.tree-ul:before {
    height: 1.5em !important;
}

/* _________ */
.citi-tree .tree li:before {
    outline: solid 1px #e6e6e6;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 25px;
}

.citi-tree .tree li:first-child:before {
    left: 50%;
}

.citi-tree .tree li:last-child:before {
    right: 50%;
}

.citi-tree .tree code, .citi-tree .tree span {
    border: solid 0.1em #e6e6e6;
    border-radius: 0.2em;
    display: inline-block;
    margin: 5px 0.2em 0.5em;
    padding: 0.2em 0.5em;
    position: relative;
}

/* If the tree represents DOM structure */
.citi-tree .tree code {
    font-family: ARIAL;
}

/* | */
.citi-tree .tree ul:before, .citi-tree .tree code:before, .citi-tree .tree span:before {
    outline: solid 1px #e6e6e6;
    content: "";
    height: 2em;
    left: 50%;
    position: absolute;
}

.citi-tree .tree ul:before {
    top: -0.5em;
}

.citi-tree .tree code:before, .citi-tree .tree span:before {
    top: -2em;
}

/* The root node doesn't connect upwards */
.citi-tree .tree > li {
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.citi-tree .tree > li > code {
    cursor: pointer;
}

.citi-tree .tree > li:before, .citi-tree .tree > li:after, .citi-tree .tree > li > code:before, .citi-tree .tree > li > span:before {
    outline: none;
}

.hover-top {
    top: 50px !important;
    left: 0px !important;
}

code.tree-2 {
    background: #e6e6e6;
    border: 0px !important;
    border-bottom: 3px solid #edbab9 !important;
    font-size: 14px;
    padding: 6px 15px !important;
    border-radius: 8px !important;
	width: 80% !important;
}

code.tree-1 {
    min-width: 200px !important;
    background: #cccccc !important;
    font-weight: 700;
    border-radius: 8px !important;
    padding: 6px 15px !important;
}

code.tree-0 {
    background: transparent;
    border: 2px solid #fd5550 !important;
	border: 2px dotted #b8b8b8 !important;
    padding: 7px 0px !important;
    border-bottom: 2px solid #fd5550 !important;
    border-radius: 8px !important;
    border-left: 2px solid #fd5550 !important;
    border-right: 2px solid #fd5550 !important;
    text-transform: uppercase;
    color: #fd5550;
    font-weight: 800;
    width: 180px;
}

article.citicom-tree {
    padding: 0 0 20px 0;
    background: url(../img/a5477__1-1.png);
    background-size: cover;
    background-position: bottom;
}

code.top-tree {
    border-radius: 10px !important;
    border: 1px solid #fd5550 !important;
    background: transparent !important;
    width: 470px;
    cursor: pointer;
    padding: 5px !important;
}

code.top-tree span.box {
    margin: 0px !important;
    border-radius: 10px;
    background: #fd5550;
    border: 0px !important;
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "OpenSans Bold";
}

.tree-hover, .hover-top {
    position: absolute;
    z-index: 9999;
    width: 200px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

code.top-tree .box:before {
    display: none;
}

.tree-hover > .tree-item, .hover-top > .tree-item {
    background: #4d4d4d;
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
}

.tree-item:before {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #4d4d4d;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.tree-hover > .tree-item img, .hover-top > .tree-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.tree-hover > .tree-item .tree-chucvu, .hover-top > .tree-item .tree-chucvu {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.tree-hover > .tree-item h3, .hover-top > .tree-item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin: 5px 0 0 0;
    font-family: "OpenSans Bold";
}

.tree-1 {
    position: relative;
}

.citi-tree .tree li:hover > .tree-hover, .tree-1:hover > .hover-top {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.bgd-article {
    display: none;
    width: 100%;
    position: absolute;
    background: #f2f2f2;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 10px;
    z-index: 99;
    border: 1px solid #dddd;
}

.bgd-item {
    width: 100%;
    display: inline-block;
    border: 2px solid #fd5550;
    border-radius: 8px;
    padding: 5px;
    position: relative;
}

.bgd-item .bdg-content {
    width: 100%;
    border-radius: 8px;
    display: inline-block;
    background: #fff;
    padding: 10px;
}

.bgd-item:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fd5550;
    position: absolute;
    display: block;
    border-radius: 50%;
    left: -5px;
    bottom: 50px;
}

.bgd-item .bdg-content img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.bgd-item .tree-chucvu {
    margin-top: 15px;
    font-size: 11px;
    height: 20px;
}

.bgd-item .bdg-content h3 {
    margin: 0px !important;
    font-size: 16px;
}

.bgd-article ul li {
    padding-top: 0px !important;
}

code.tree-0:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #fd5550;
    position: absolute;
    display: block;
    border-radius: 50%;
    left: -6px;
    bottom: 14px;
}

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

    .citi-tree .tree ul:before, .citi-tree .tree code:before, .citi-tree .tree span:before {
        height: 1.55em;
    }

    .citi-tree .tree code:before, .citi-tree .tree span:before {
        top: -1.8em !important;
    }

    .citi-tree .tree li.tree-header {
        display: table-cell;
        padding: 2.5em 0 !important;
        vertical-align: top;
    }

    .citi-tree .tree li {
        padding: 1em 0 0 0;
    }

    ul.tree-ul:before {
        height: 1em !important;
    }

    .citi-tree .tree li:before {
        top: 20px;
    }

    li.tree-custom code.tree-1:before {
        height: 0.7em !important;
        top: -1em !important;
    }

    li.tree-custom:before {
        top: 8px !important;
    }

    .citicom-total .citicom-total-item h4 {
        font-size: 25px;
    }

    .citicom-total .citicom-total-item p {
        font-size: 13px;
    }

    .citi-tree {
        overflow: auto;
    }

    .citi-tree .tree, .citi-tree .tree ul {
        display: table;
    }

    .box-tt .tt-avatar {
        width: 250px;
        height: 250px;
        margin: auto !important;
    }

    .box-tt .tt-avatar:before {
        width: 250px;
        height: 250px;
    }

    .box-tt .mui-ten {
        margin-left: 0px !important;
    }

    .box-tt .tt-body {
        font-size: 14px;
        margin-top: 25px;
    }

    .box-tt .tt-body h3 {
        text-align: center;
    }

    .slide-information .owl-nav button {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 32%;
        border-radius: 50% !important;
        background: transparent !important;
        transform: translateY(-50%);
        margin: 0px !important;
        min-height: 30px;
        border: 1px solid #fff !important;
    }

    .box-vh {
        height: unset !important;
    }

    .slide-information-item img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

    .slide-information-item .slide-content {
        border-radius: 5px;
        width: 95%;
        background: rgba(232, 82, 81, 0.7);
        padding: 15px;
        position: absolute;
        bottom: 80px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
    }

    .about-grid {
        height: 300px;
        margin-bottom: 15px;
    }

    .citicom-banner .banner-avatar {
        width: 500px;
        position: relative;
        z-index: 999;
        margin-top: 40px;
    }


    .citicom-banner {
        padding: 50px 20px 0 20px;
    }

    .bgd-article ul li {
        flex-basis: 23% !important;
        width: 23% !important;
        margin: 0px 15px !important;
    }

    .bgd-article ul {
        display: flex !IMPORTANT;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {
    .phuong_thuc .col-inner {
        height: 160px !important;
    }
    .hover-pt {
        width: 120px !important;
        height: 120px !important;
    }

    .phuong_thuc a.plain {
        width: 120px !important;
        height: 120px !important;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    .phuong_thuc .col-inner {
        height: 160px !important;
    }
    .hover-pt {
        width: 120px !important;
        height: 120px !important;
    }

    .phuong_thuc a.plain {
        width: 120px !important;
        height: 120px !important;
    }


    .phuong_thuc .col-inner {
        padding: 0px 15px !important;
    }

    .about-grid {
        height: 200px;
        margin-bottom: 15px;
    }

    .box-tt .mui-ten {
        background: transparent !important;
    }

    .citicom-total .citicom-total-item {
        flex-basis: calc(100% / 2);
    }

    .citicom-total .citicom-total-item:nth-child(3n) {
        border-right: 1px solid #cccccc !important;
    }

    .citicom-total .citicom-total-item:nth-child(2n) {
        border-right: 0px !important;
    }

    .col-ipad {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .box-tt .tt-avatar {
        margin-left: -10px;
    }

    .box-tt .mui-ten {
        margin-left: 0px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1336px) and (orientation: portrait) {
    .phuong_thuc .col-inner {
        min-height: 220px !important;
    }

    .hover-pt {
        width: 170px !important;
        height: 155px !important;
    }

    .phuong_thuc a.plain {
        width: 170px;
        height: 155px;
    }

    .slide-information-item .slide-content {
        bottom: 100px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .phuong_thuc .col-inner {
        min-height: unset !important;
        padding: 0px 15px !important;
        height: 175px;
    }

    .phuong_thuc a.plain {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 380px) {
    .phuong_thuc .col-inner {
        height: 160px !important;
    }

    .phuong_thuc a.plain {
        width: 120px;
        height: 115px;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1360px) {
    .phuong_thuc a.plain {
        width: 180px;
        height: 170px;
    }

    .phuong_thuc .col-inner {
        min-height: unset !important;
        padding: 0px 15px !important;
        height: 245px !important;
    }

    .citicom-banner {
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: hidden;
        padding: 15px 20px 0 20px;
    }

    .banner-icon img {
        max-width: 150px;
    }

    .citicom-banner .banner-title h3 {
        font-size: 18px;
    }

    .citicom-banner .banner-link a {
        font-size: 14px;
    }

    .banner-title h4 {
        font-family: "Casanova" !important;
        font-size: 22px !important;
        width: unset !important;
        display: inline-block;
    }

    .citicom-banner .banner-avatar {
        width: 300px;
        margin-top: 48px;
    }

    .citicom-banner .banner-company {
        text-align: center;
        margin-top: 20px;
    }

    .slide-information-item .slide-content {
        bottom: 50px;
        transform: translateX(-50%);
    }

    .slide-information-item {
        width: 100%;
        display: inline-block;
        position: relative;
        height: 450px;
    }
}


@media only screen and (min-width: 1920px) {
    .citicom-banner .banner-avatar {
        width: 600px;
        position: relative;
        z-index: 999;
        margin-top: 35px;
    }

    .citicom-banner .banner-title h3 {
        color: #feaaa7;
        text-transform: uppercase;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

footer#footer a:hover {
    color: #ff3333 !important;
}

.social-icons.share-icons.share-row.relative {
	padding: 20px;
}

